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

body {
	background-color: #333333;
	margin: 0px;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat;
}
#contenedor {
	background-color: #CCCCCC;
	height: 1850px;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
}

#encabezado_derecho {
	background-color: #000000;
	position: absolute;
	height: 195px;
	width: 283px;
	margin-left: 683px;
}
#encabezado_centro {
	background-color: #000000;
	height: 195px;
	width: 400px;
	margin-left: 283px;
	position: absolute;
	background-image: url(../imagenes/wood-background-dark.jpg);
	background-position: 800px 500px;
}

#encabezado_izquierdo {
	background-color: #000000;
	position: absolute;
	height: 195px;
	width: 283px;
	margin-right: auto;
	margin-left: auto;
}

#navegacion {
	background-color: #353B4F;
	height: 51px;
	width: 966px;
	margin-top: 215px;
	position: absolute;
	border-radius: 20px;
}


#contenido {
	background-color: #000000;
	position: absolute;
	height: 1485px;
	width: 900px;
	margin-top: 280px;
	margin-left: 33px;
	border-radius: 20px;
}
#pie {
	background-color: #000000;
	height: 70px;
	width: 900px;
	margin-top: 1773px;
	margin-left: 33px;
	position: absolute;
	border-radius: 20px;
}
