@charset "ISO-8859-1";
/* *********** CAPAS DE BANNERS DE PAGINA PRINCIPAL *******************  */
#capaBanners {
	position:absolute;
	left:626px;
	top:0px;
	width:340px;
	height:500px;
	z-index:10;
	visibility:inherit;
}
#capaBanner1 {
	position:relative;
	float:left;
	padding:1px;
	top:0px;
	left:0px;
	background-color:#0e0e0e;
	z-index:11;
	visibility:inherit;
}
#capaBanner2 {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	margin-top:2px;
	padding:1px;
	background-color:#0e0e0e;
	z-index:12;
	visibility:inherit;
}
#capaBanner3 {
	position:relative;
	left:0px;
	top:0px;
	float:left;
	margin-top:2px;
	padding:1px;
	background-color:#0e0e0e;
	z-index:13;
	visibility:inherit;
}
#capaBanner4 {

	z-index: 13;
	position:relative;
}

/* ********  Capa Lateral completa de capa Fotos ******** */

#capaLateralFotos{
	position:absolute;
	left:805px;
	top:0px;
	width:162px;
	height:770px;
	visibility:inherit;
	z-index:20;
}

	#capaBannerLateral {
		position:absolute;
		left:0px;
		top:0px;
		z-index:22;
		padding:1px;
		background-color:#0e0e0e;
		visibility:inherit;
	}


/* *********** CAPAS DE ESTADISTICAS EN PAGINA PRINCIPAL *******************  */
#capaEstadisticas {
	position:absolute;
	left:628px;
	top:525px;
	width:340px;
	height:400px;
	z-index:14;
	visibility:inherit;
	text-align:left;	
}
#cajaEstadisticasTop {
	background-image:url(../images/cajaEstadisticasTop.gif);
	background-repeat:no-repeat;
	width:336px;
	height:30px;
	z-index:20;
}
#cajaEstadisticasMed {
	background-image:url(../images/cajaEstadisticasMed.gif);
	background-repeat:repeat-y;
	width:336px;
	z-index:21;
}
#cajaEstadisticasBottom {
	left:0px;
	background-image:url(../images/cajaEstadisticasBot.gif);
	background-repeat:no-repeat;
	width:336px;
	height:13px;
	z-index:22;
}
#capaTextoEstadisticas {
	padding:5px;
	margin-left:14px;
	padding-top:10px;
	width:299px;
	z-index:30;
	background-color:#222222;
}
