body {
	background-color: #000;
}

div#fondo {
	width: 800px;
	height: auto;
	background-image: url(img/azul-fondo.jpg);
	margin: 0 auto;
	position: relative;
}

div#contenido {
	width: 800px;
	height: auto;
	margin: 0 auto;
	background-image: url(img/luna.jpg);
	background-repeat: no-repeat;
	background-position: top right;;
	overflow: hidden;
	z-index: 2;
	position: relative;

}

div#columna1 {
	width: 400px;
	height: auto;
	background-image: url(img/fondo-cajas.png);
	float: left;
	margin-left: 80px;
	margin-top: 185px;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

div#columna2 {
	width: 280px;
	height: 300px;
	background-image: url(img/fondo-cajas.png);
	float: left;
	margin-left: 10px;
	margin-top: 185px;

}

div#decoracion {
	width: 800px;
	height: 100%;
	
	z-index: 3;
	position: absolute;
	bottom: 0;
}

div#tramaizq {
	width: 98px;
	height: 100%;
	background-image: url(img/tramaizq.png);
	background-repeat: repeat-y;
	float: left;
		z-index: 3;
	position: absolute;
}

div#tramadrch {
	width: 96px;
	height: 100%;
	background-image: url(img/tramadrch.png);
	background-repeat: repeat-y;
	float: left;
	margin-left: 705px;
		z-index: 3;
	position: absolute;
}




div#imgpie1 {
	width: 125px;
	height: 177px;
	clear: left;
	float: left;
	position: relative;
	background-image: url(img/pie1.png);
	background-repeat: no-repeat;
		margin-top: -176px;
	z-index: 6;


}

div#imgpie2 {
	width: 506px;
	height: 70px;
	float: left;
	margin-top: -69px;
		z-index: 6;

	position: relative;
		background-image: url(img/pie2.png);
	background-repeat: no-repeat;

}


div#imgpie3 {
	width: 169px;
	height: 177px;
	float: left;
	z-index: 6;
	position: relative;
		background-image: url(img/pie3.png);
	background-repeat: no-repeat;
	margin-top: -176px;

}




.imgpie {
float: left;
	z-index: 3;
	position: absolute;
	bottom: 0;
}

div#imglarga {
}

div#cabecera {
	width: 800px;
	height: 213px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	background-position: bottom;
	z-index: 4;
	position: absolute;
	top: 0;
}