@charset "utf-8";
/* CSS Document */

#cabecera {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:144px;
	z-index:1;
	background-image: url(../interface/imagenes/esk_01.jpg);
}
#zonaprincipal {
	position:absolute;
	left:164px;
	top:144px;
	width:860px;
	height:516px;
	z-index:2;
	background-image:url(../interface/imagenes/esk2_04.jpg);
	
}
#capaBTNBiografia {
	position:absolute;
	left:7px;
	top:144px;
	width:157px;
	z-index:3;
}
#capaBTNNoticias {
	position:absolute;
	left:7px;
	top:206px;
	width:157px;
	height:67px;
	z-index:3;
}
#capaBTNFechas {
	position:absolute;
	left:7px;
	top:273px;
	width:157px;
	height:47px;
	z-index:3;
}
#capaBTNFotos {
	position:absolute;
	left:7px;
	top:320px;
	width:157px;
	height:48px;
	z-index:3;
}
#capaBTNAudio {
	position:absolute;
	left:7px;
	top:368px;
	width:157px;
	height:48px;
	z-index:3;
}
#capaBTNVideo{
	position:absolute;
	left:7px;
	top:416px;
	width:157px;
	height:45px;
	z-index:3;
}
#capaBTNContacto {
	position:absolute;
	left:7px;
	top:461px;
	width:157px;
	height:55px;
	z-index:3;
}
#capaBTNFirma{
	position:absolute;
	left:7px;
	top:516px;
	width:157px;
	height:52px;
	z-index:3;
}
#rellenoizqabajo{
	position:absolute;
	left:7px;
	top:568px;
	width:157px;
	height:92px;
	z-index:3;
	background-image: url(../interface/imagenes/esk_12.jpg);
}
#rellenoizq {
	position:absolute;
	left:0px;
	top:144px;
	width:7px;
	height:516px;
	z-index:4;
	background-image: url(../interface/imagenes/esk_02.jpg);
}

#contenido {
	border:none;
	position:absolute;
	left:164px;
	top:144px;
	width:860px;
	height:516px;
	z-index:3;
	background-image:url(../interface/imagenes/esk2_04.jpg);
	overflow: auto;
	background-color: #000000;

}

