.fondo-color{
	background-image: url(fondo_cultura.png);
}
.fondo-servicios{
	background-image: url(fondo_servicios.png);
}
.fondo-noticias{
	background-image: url(fondo_noticias.jpg);
}
.fondo-nosotros{
	background-image: url(fondo_nosotros.png);
}
.fondo_cabecera_tabla{
    background-color: #000000;
    color: #ffffff;
}
.fondo_cabecera_2{
    background-color: #363535;
    color: #ffffff;
}
.fondo-servicios{
	background-image: url(fondo_servicios.jpg);
}
.fondo-contacto{
	background-image: url(fondo_contacto.jpg);
}
.fondo_licencias{
    background-color: #ffffff;
}
.fondo-perfil{
    background-image: url(fondo_perfil.jpg);
}
.fondo_dos{
    background-image: url(fondo_admin.jpg);
}
.fondo_glosario{
    background-image: url(fondo_glosario.jpg);
}
.servicios{
	padding-top: 25px;
	padding-bottom: 25px;
}
.vinculo{
	color: #000000;
}
.titulo{
    color: #4A5E6C;
}
.vinculo_foot{
	font-family: 'Arial' !important;
	color: #ffffff;
	
}
.cabecera{
	padding-top: 1px;
	padding-bottom: 5px;
}
.cabecera_redes{
	padding-top: 6px;
}
.telefono_cabecera{
	color: #000000;
	font-weight: bold;
}
.fondo{
	color: #066AD5;
}
.header_fijo{
	
	
	z-index: 100;
	
	
}
.header_superior{
	
	
}
.wrapper{ 
height:2000px;
 width:100%; 
 padding-top:20px;
}
.fixed{
	position:fixed; 
	width:103%;  
	top:0;
}
.derecha{
	float: right !important;
}
.buscar {
   
    border-radius: 10px;
   
    margin: 0 auto;
    
    padding-top: 10px !important;
    padding-left: 100px;
  }
  .buscar input {
    background-color: #EEE;
    border: none;
    border-radius: 3px 0 0 3px;
    float: left;
    font-family: Tahoma;font-size:15px;font-weight: bold;
    height: 29px;
    padding: 10px 5px;
    width: 180px;
  }
   .buscar input:focus {
    outline: 0;
    background: #FFF;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
  }
  .buscar input:-moz-placeholder { color: #999; font-weight: normal; font-style: italic; }
  .buscar input::-webkit-input-placeholder { color: #999; font-weight: normal; font-style: italic; }
  .buscar input:-ms-input-placeholder { color: #999; font-weight: normal; font-style: italic; }
  .buscar input:required { box-shadow: none; }
  .buscar button {
     border-radius: 0 3px 3px 0;
    color: #FFF;
    cursor: pointer;
    float: right;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    overflow: visible;
    
    position: relative;
    
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    padding-left: 10px;
    width: 110px;
    background-color: #000000;
    padding-bottom: 15px;
  }
  .buscar button:hover{ background: #00B2D2; } 

  #popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:400px;
    min-height:250px;
    border-radius:4px;
    background-color:#F8F8F8;
    box-shadow: 0 2px 5px #666666;
}

.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}