@charset "UTF-8";
/* CSS Document */

@font-face { font-family: "OpenSans-Light"; src:url(../fonts/Open-Sans/OpenSans-Regular.ttf); }


p{color:black;!important}
.bodyObservatorio {background-image: none;}

#contenidoObservatorio{ width:850px;}
.tituloObservatorio {font-size: 28px ; color:black}
.textoObs { font-size: 14px;}
.tituloTextoObs { font-size: 15px; width: 131px }


#contenedorMenuPaginas {border: 1px solid #0ebff0;}
.textoObs { color: black; font-family: OpenSans-Regular;}
.botonMenu p { color: black;font-weight: bold;}
.pSeleccinado {font-weight: bold; color: black!important;}
.botonMenu { background-color:white;}
#idiomas a {color: black;}
#idiomas { border: 1px solid #0ebff0; }
.pantallaGrande { background-color: white;}

.bodyNovedades { background-image:none;}
.bodyDifusion { background-image:none;}
#contenidoDifusion2 p { color:black;}
.cubosDifusionLargo img{background-color: #0ebff0;}
#tituloDifusion { color: black;}

.bodyContacto { background-image:none;}
#col2Contacto H1 { color: black;}
.texto1Cont,.texto2Cont { color: black;}
#col2Contacto a { color: black;}
	
/*------------CELUS Y Tablas de 7------------------*/
@media screen and (min-width: 320px) and (max-width:719px){



}
/*------------IPAD------------------*/
@media screen and (min-width: 720px) and (max-width:1025px){
 
 
}

/*------------Monitores de 13 a 19------------------*/
@media screen and (min-width: 1026px) and (max-width:1441px){
 


}

/*------------Monitores de mas de 22------------------*/
@media screen and (min-width: 1442px) {

}


input::-webkit-input-placeholder {color: black !important; color:rgba(0,0,0,1) !important; }
input:-moz-placeholder { color: black !important; color:rgba(0,0,0,1) !important; }/* Firefox 18- */ 
input::-moz-placeholder { color: black !important; color:rgba(0,0,0,1) !important; } /* Firefox 19+ */
input:-ms-input-placeholder {   color: black !important; color:rgba(0,0,0,1) !important;}



