@charset "utf-8";

/*==================================
    Estilos específicos home
====================================*/

/*------------------------------ WRAPPER ------------------------------*/

#cabeceraInf img { width: 100%; height: 200px; }

#contenidoPrincipal { float: left; width: 59.74em; padding-top: 14px; margin-bottom: 14px; }

/*------------------------------ EVENTO ------------------------------*/

#eventoHome { width: inherit; height: 16.2em; position: relative; }
	#eventoHome img { float: left; margin-right: 1.96em; height: inherit; width: 21em; }

.eventoHomeContenido { width: 36.70em; height: 16.2em; float: right; overflow: hidden; }
	
.eventoHomeTitular { width: inherit; height: 4.37em; background: #f4f4f4; overflow: hidden; }
.eventoHomeTitular h2 { position: absolute; margin-left: 10px; padding:0; font-family: Arial, Helvetica, sans-serif; font-size: 10px; z-index:-1; }
	h3.eventoHomeTextoTitular { font-size: 1.05em; font-weight: bold; color: #029ad9; display: block; float: right; width: 28.7em; margin: 4px 8px 0px 0px; }
	h3.eventoHomeTextoTitular a { font-size: 1.50em; font-weight: bold; color: #095b97;letter-spacing:-0.05em;line-height:1em; }

.eventoHomeFecha { float: left; padding: 4px 0px 0px 10px; }
	.eventoHomeFecha .eventoHomeMes { width: 40px; height: 18px; background: url(../img/home/bk_fecha_mes.png); }
	.eventoHomeFecha .eventoHomeMes p { padding-top: 2px; text-align: center; font-size: 12px; font-weight: bold; color: #fefefe; }
	.eventoHomeFecha .eventoHomeDia { width: 40px; height: 18px; background: url(../img/home/bk_fecha_dia.png); }
	.eventoHomeFecha .eventoHomeDia p { display: block; position: relative; top: -3px; text-align: center; 
										font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; 
										font-weight: bold; font-style:italic; color: #313131; }
.eventoHomeTexto { overflow: hidden; padding: 14px 8px 0px 15px; }

#eventoHome .btnMasInfo { position: absolute; bottom: 0px; right: 1.96em; }

/*------------------------------ DESTACADOS ------------------------------*/

#destacadosHome { width: inherit; height: 33.92em; margin-top: 22px; background: url(../img/home/bk_destacados.png) repeat-x; overflow: hidden; }
	.destacadosHomeCabecera { padding: 17px 0px 14px 39px; }
	.destacadosHomeCabecera img { width: 9.02em ; height: 1.25em; }
	.destacadosHomeCabecera h2 { position: absolute; margin-left: 10px; padding:0; font-family: Arial, Helvetica, sans-serif; font-size: 10px; z-index:-1; }

.listaDestacadosHome {  position: relative; padding-left: 21px; }

.destacadoHome, .destacadoHomeUlt { position: relative; float: left; width: 17.58em; height: 28.76em;  } 
.destacadoHome { padding-right: 1.96em; background: url(../img/home/bk_destacados_separador.png) no-repeat top right; }
	.destacadoImagen { height: 10.72em; background: url(../img/home/bk_destacado_img.png) repeat-x; }
	.destacadoFrameImagen { background: #fff; margin: 0.44em 1.33em 1.33em 1.33em; border: 1px solid #e1e1e1; }
	.destacadoImagen img { margin: 0.35em; width: 157px; height: 91px; }
	.destacadoTexto { height: 16.07em; width: auto; padding: 10px; background: #fff; }
	.destacadoTexto h3 { margin-bottom: 14px; font-size: 1.05em; color: #0a5c98; }
	.destacadoTexto h3 a { font-size: 1.05em; color: #0a5c98; }

.divBtnMasInfo { position: absolute; bottom: 0px; }
	.divBtnMasInfo .btnMasInfo { margin-left: 10.18em; margin-bottom: 1em;}
	
/* Model Hack para IE7 */
*+html .divBtnMasInfo .btnMasInfo { margin-right: 50.18em; }
*+html #destacadosHome { position: relative; }
	
/*------------------------------ BOTONES ------------------------------*/

.btnMasInfo:link { display: block; float: right; width: 65px; height: 24px; font-weight: bold; color: #fff; text-align: center; 
				   padding-top: 3px; margin-top: 10px; background: url(../img/menus_botones/button_65.png) no-repeat; }
.btnMasInfo:visited { display: block; float: right; width: 65px; height: 24px; font-weight: bold; color: #fff; text-align: center; 
				      padding-top: 3px; margin-top: 10px; 
				      background: url(../img/menus_botones/button_65.png) no-repeat; } /* Hack para IE7 */
					  
/*-------------------------------------------------------------------------*/					  