/*********************************************************

			Hoja de estilo: Composición
			Autor: Alexis Domínguez Pizarro 		// 		www.naturedigital.es					

*********************************************************/

/* =Composicion
-------------------------------------------------------------------------------------------*/

/* Cuerpo centrado en el centro del centro para todo tipo de Exploradores*/
div#contenedor {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 934px;
	height:658px;
	margin-top: -320px;
	margin-left: -467px;
}
/* Botones */
div#botones {
	float:left;
	width: 245px;
	height: 658px;
}
/* Fotos */
div#fotos {
	float:left;
	width: 261px;
	height: 658px;
}
/* Cuerpo */
div#cuerpo {
	float:left;
	width: 426px;
	height: 658px;
}
/* Pie */
div#pie {
	position:absolute;
	width: 154px;
	height: 27px;
	background-image:url(../gfx/fondo-naturedigital.png);
	background-repeat:no-repeat;
	left:689px;
	top:649px;
	padding-left:10px;
	padding-top:4px;
}
