* { padding:0px; margin: 0px; border:0px}
body{ 
	background:#FF9900;
}

#contenido {
	height: auto;
	width: 800px;
	padding: 0px;
	text-align: center;
	margin: 0px auto;
	position: relative;
	z-index: 1;
	border: 1px ridge #ffffff;
}
#cabecera {
	height: 120px;
	width: 801px;
	z-index: 2;
	top: 2px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#cuerpo {
	position: relative;
	z-index: 3;
	height: 756px;
	width: 612px;
	background-color:#FFB76F;
	float: right;
	top: 2px;
}
#menu {
	background-image:url(../img/fondo_menue.jpg);
	position: relative;
	z-index: 4;
	height: 796px;
	width: 185px;
	float: left;
	top: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#pie {
	position: relative;
	z-index: 5;
	height: 38px;
	width: 612px;
	background: #FFB76F;
	float: right;
	top: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	
}
#botonera {
	position: relative;
	height: 47px;
	width: 612px;
	float: right;
}
.titulo {
	font-family: Papyrus, "Century Gothic", Arial, sans-serif;
	color: #000000;
	position: relative;
	height: 52px;
	width: 110px;
	float: left;
	font-weight: bold;
	left: 5px;
}
.fotos {
	float: left;
	height: 198px;
	width: 575px;
	position: relative;
	left: 10px;
	top: 10px;
	overflow: scroll;
	border: 2px solid #FFFFFF;
}
.centro {
	position: relative;
	width: 580px;
	float: left;
	height: 380px;
	border: 2px ridge #804000;
	top: 40px;
	left: 5px;
	color: #401500;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

