@charset "ISO-8859-1";
/* *********** CAPAS DE EVENTOS EN PAGINA PRINCIPAL *******************  */
#capaEventos {
	position:absolute;
	left:0px;
	top:0px;
	width:617px;
	height:1091px;
	z-index:3;

}
#capaEventoDestacado {
	position:absolute;
	left:5px;
	top:2px;
	width:605px;
	height:319px;
	z-index:10;
}
#capaFotoDestacada {
	position:absolute;
	left:5px;
	top:5px;
	z-index:15;
	padding:1px;
	background-color:#0e0e0e;
	background-image:url(../images/loading.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#capaFotoDestacada:hover {
	background-color:#FF0000;
}
#contenedorTextoDestacado {
	position:absolute;
	left:408px;
	top:2px;
	width:194px;
	height:310px;
	z-index:16;
	text-align:left;
}
#capaTopDestacado {
	position:absolute;
	background-image:url(../images/trazoDestacado.jpg);
	background-repeat:no-repeat;
	left:0px;
	top:0px;
	width:194px;
	height:28px;
	z-index:20;
	display:block;
	text-align:center;
	text-indent:3px;
	line-height:25px;
}
#capaTextoDestMain {
	position:absolute;
	left:4px;
	top:35px;
	width:190px;
	height:266px;
	z-index:21;
}
#titEventosDestacados {
	position:absolute;
	left:9px;
	top:310px;
	width:599px;
	height:34px;
	z-index:22;
	background-image:url(../images/trazoEventosDestacados.jpg);
	background-repeat:no-repeat;
	display:block;
	text-align:left;
	text-indent:12px;
	line-height:25px;	
}
#contenedorEventosThumbs {
	position:absolute;
	left:14px;
	top:350px;
	width:630px;
	height:882px;
	z-index:23;
	text-align:left;
}
#capaEventosThumbs {
	width:630px;
	z-index:23;
	text-align:left;
}
.ThumbEvento{
	position:relative;
	left:0px;
	top:0px;
	width:174px;
	height:190px;
	z-index:26;
	margin-bottom:10px;
	margin-right:30px;
	float:left;
}
.ThumbEvento img{
	border-color:#0e0e0e;
	border-style:solid;
	border-width:1px;
	float:right;
}
.ThumbEvento img:hover{
	border-color:#FF0000;
}
a.ThumbEvento img:hover{
	border-color:#FF0000;
}
a.ThumbEvento:hover{
	border-color:#FF0000;
}
#botoneraThumbsEventos {
     float:left;
	width:580px;
	height:50px;
	z-index:23;
	text-align:center;
}
