/* home *******************************************************************/

/* contenedor imagen central, buscador y noticias */
#splash{
	width:100%;
	float:left;
	background:url(../img/splash_fondo.gif) repeat-x top center;
}
#splash #holder{
	background:url(../img/splash_hlr_fondo.gif) repeat-x top left;
	margin: 0px 16px;
	border-left: 1px dashed #888888;
	border-right: 1px dashed #888888;
}

/* imagen central */
#splash .ilustrativa{
	display:block;
	float: left;
	border-right: 1px dashed #888888;
}

/* buscador */
#splash .buscador{
	float:left;
	margin: 0;
	padding: 0;
	height:36px;
	width: 90px;
}
#splash .buscador FORM{
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 7px 0 0 8px;
} 
#splash .buscador LABEL{
	float: left;
	text-indent: -500em;
}
#splash .buscador INPUT{
	float: left;
	width:100px;
	border: 1px solid #7f9db9;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 5px 0 0;
	padding-left: 5px;
	display: inline;
}
#splash .buscador INPUT.boton{
	width:55px;
	height: 20px;
	margin: 0px; padding:0px;
	display: inline;
}

/* ultimas noticias */
#splash .noticias{
	float:left;
	width:225px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.1em;
	color:#000000;
	padding: 20px 12px 8px 8px;
	display: inline;
}
#splash .noticias H3.titSecNoticias{
	font: bold 1.5em "arial narrow", Arial, Helvetica, sans-serif;
	line-height:.8em;
	text-transform:uppercase;
}
#splash .noticias A{color: #86140f;}
#splash .noticias .fecha{
	display: block;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #660000;
	margin: 10px 0 0 0;
}

#splash .noticias SPAN.masnoticias{
	display: block;
	margin-top: 20px;
	color: #86140f;
}
#splash .noticias SPAN.masnoticias SPAN{font-weight: bold;}
#splash .noticias SPAN.masnoticias A{
	color: #660000;
	text-decoration: underline;
}

/* en desuso
#splash .noticias .boletin{
	background-color:#f1f1ed;
	width: 144px;
	height:23px;
	vertical-align:text-top;
	margin:10px 0 0 0;
	-moz-box-sizing: padding-box;
}
#splash .noticias .boletin img {
	margin: 4px 0 0 4px;
	float: left;
	-moz-box-sizing: padding-box;
}
#splash .noticias .boletin a{
	color: #b3322d;
	margin: 3px 0 0 4px;
	line-height:1.5em;
	float: left;
	-moz-box-sizing: padding-box;
}
*/
/* FIN contenedor imagen central, buscador y noticias */
/* *************************************************************************/


/* *************************************************************************/
/* Area de accesos directos a secciones mas importantes */
#destacados{
	width: 100%;
	float:left;
	margin: 9px 0px;
	padding: 0px 17px;
}
#destacados .primera{
	width:239px;
	float:left;
	margin: 0 11px 0 0;
}	
#destacados .segunda{
	width:242px;
	float:left;
	margin: 0 12px 0 0;
}
#destacados .tercera{
	width:242px;
	float:left;
}

H2.tituloDestacado{
	font: bold 1.5em "arial narrow", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#660000;
	vertical-align:middle;
	padding: 0 0 0 4px;
	margin:0;
	border: none;
}
#destacados .imagen{
	display: block;
	margin: 4px 0 4px 0;
	padding: 2px;
	border: 1px solid #999999;
}
#destacados .descripcion{
	background-color:#f3f3f1;
	padding:8px;
}
#destacados .descripcion p{
	margin: 0 0 3px 0;
	font: normal .9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#destacados .descripcion SPAN.masinfo {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #be2021;
}
#destacados .descripcion SPAN.masinfo SPAN{font-weight: bold;}
#destacados .descripcion SPAN.masinfo A{
	color: #be2021;
	border-bottom: 1px dashed #660000;
	text-decoration:none;
}

.pimagen_clear{
	padding:.3em 0 0 .5em;
	clear:both;
	font-family:"Trebuchet MS", Arial;
}

.imagen_portada{
	float:left;
}

/* FIN Area de accesos directos a secciones mas importantes */
/* *************************************************************************/


/* end of home *************************************************************/