@charset "utf-8";



/****************** CLASES GENERALES *******************/

* { padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; }

.clear { clear:both; height:0; font-size:0; }

.centrado { text-align:center; }

hr { display:none; }

.colorAzulOscuro { color:#0e58b1; }

.colorAzulClaro { color:#56d5b8; }

.foto_izquierda { margin-right:15px; margin-top:5px; }

.foto_derecha { margin-left:15px; margin-top:5px; }







/********************ESTRUCTURA *************************/

body { padding:0; margin:0; background:white; }

#pagina { width:998px; margin:0 auto; font-size:100%; background:white}

#lateral_izquierdo { float:left; width:225px; margin-left:12px; margin-right:16px; }

#contenido { float:left; width:490px; }

#ultimas_noticias { float:right; width:227px; }







/********************* HEADERS *****************************/

h1 { width:198px; height:97px; background:url(../img/logo.png) no-repeat; text-indent:-9999px; cursor:pointer; }

h2 { font-size:25px; letter-spacing:-1px; }

h3 { font-size:11px; font-weight:bold; color:#0e58b1; }





/********************** MENU  *****************************/

#menu { width:225px; height:818px; padding-top:12px; background:url(../img/menu.jpg) no-repeat bottom; }

#menu ul { padding:15px; list-style:none; }

#menu li { margin-bottom:1px; }

#menu li a { 

	display:block; 

	width:146px; 

	height:31px;

	padding:11px 0 0 42px;

	background:url(../img/menuOFF.png) no-repeat; 

	font-size:.85em; 

	color:white; 

	font-weight:bold; 

	letter-spacing:-1px;

	text-decoration:none; 

}

#menu li a:hover { background:url(../img/menuOVER.png) no-repeat; color:#fff; }

#menu li .seccion { 

	width:146px; 

	height:31px;

	padding:11px 0 0 42px;

	background:url(../img/menuON.png) no-repeat; 

	font-size:.85em; 

	color:white; 

	font-weight:bold; 

	letter-spacing:-1px;

	text-decoration:none; 

	color:#56d5b8;

}









/***************** ULTIMAS NOTICIAS ***********************/

#baby { width:227px; height:309px; background:url(../img/baby.jpg) no-repeat; }

#redes_sociales { margin-top:10px; width:227px; text-align:right; font-size:11px; color:#016b6b; }
#redes_sociales img { border:none; vertical-align:middle; }

#eslogan { width:227px; height:11px; background:url(../img/eslogan.png) no-repeat; text-indent:-9999px; }

#ultimas_noticias #listado { margin-top:8px; }

#ultimas_noticias #listado .noticia { margin-bottom:4px; }

#ultimas_noticias #listado .noticia .caja_cabecera { width:227px; height:12px; background:url(../img/caja_cabecera.gif) no-repeat; }

#ultimas_noticias #listado .noticia .caja_cuerpo { padding:0 10px; width:205px; background:#dff9f3; border-left:solid 1px #9ee5d5; border-right:solid 1px #9ee5d5; }

#ultimas_noticias #listado .noticia .caja_pie { width:227px; height:12px; background:url(../img/caja_pie.gif) no-repeat; }

#ultimas_noticias #listado .noticia .foto { float:left; width:75px; height:57px; overflow:hidden; }

#ultimas_noticias #listado .noticia .foto img { width:73px; border:solid 1px #7b9fac; }

#ultimas_noticias #listado .noticia .cabecera { float:right; width:125px; }

#ultimas_noticias #listado .noticia .cabecera .fecha { font-size:0.7em; color:#aa6804; font-style:italic; }

#ultimas_noticias #listado .noticia .texto { padding-top:2px; text-align:justify; font-size:0.7em; }

#ultimas_noticias #listado .noticia .texto a { text-decoration:none; color:black; }

#ultimas_noticias #listado .noticia .texto a:hover { text-decoration:underline; }





/***************** TAG CLOUD ***********************/

#ventana_tags { width:227px; height:227px; }





/********************** PIE *******************************/

#pie { margin-top:15px; margin-bottom:8px; padding-top:8px; border-top:solid 1px #aaeadb; font-size:0.7em; color:#e08904; text-align:center; }

#pie a { color:#4a8b94; text-decoration:none; }

#pie a:hover { text-decoration:underline; }

#pieViaFisio { font-size:1em; margin-top:12px; color:#4a8b94; }



.bloqueador_imagen

{

    width:100%;

    height:100%;

    background-color:#FFFFFF;

    opacity:0.8;

    z-index:3;

    filter:alpha(opacity=80);

    position:fixed;

    top:0px;

    left:0px;

}



.interfaz_imagen

{

    text-align:center;

    opacity:1;

    filter:alpha(opacity=100);

    z-index:3;

    position:fixed;

    top:0px;

    width:100%;

}



.interfaz_imagen .contenedor_imagen { width:816px; margin:0 auto; }

.interfaz_imagen .logotipo { float:left; width:215px; height:118px; margin-left:-30px; }

.interfaz_imagen .cerrar { float:right; width:31px; height:31px; }

.interfaz_imagen .clear { height:10px; font-size:0px; }

.interfaz_imagen input.btnCerrar { margin-top:90px; width:31px; height:31px; border:none; background:url(../img/ico_cerrar.png) no-repeat; cursor:pointer; }

.interfaz_imagen .foto { padding:8px; border:solid 1px #9bb1bf; background:white; }

.interfaz_imagen .titulo { color:#124062; font-size:14px; text-align:left; }







.listado_imagenes

{

    width:800px;

    border:1px solid black;

    height:100px;

    position:fixed;

    top:600px;

    text-align:left;

    clear:both;

    z-index:5

}


