@charset "utf-8";
/* CSS Document */

#contenedora {
	height: 740px;
	width: 1015px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cabecera {
	height: 130px;
	width: 1015px;
	background-image: url(../img/cabecera.jpg);
}
#botonera {
	height: 40px;
	width: 1015px;
	background-color: #000;
	clear: both;
	background-image: url(../img/botonera.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #06C;
	vertical-align: top;
	font-style: italic;
}
#contenidos {
	height: 470px;
	width: 1015px;
}
#izda {
	height: 470px;
	width: 115px;
	float: left;
	background-image: url(../img/izda.jpg);
}
#centro {
	height: 470px;
	width: 800px;
	float: left;
	background-image: url(../img/centro0.jpg);
}
#der {
	height: 470px;
	width: 100px;
	float: right;
	background-image: url(../img/der.jpg);
}
#pie {
	height: 100px;
	width: 1015px;
	clear: both;
	background-image: url(../img/pie.jpg);
}

