#FondoMenuExposicion {
	position: absolute;
	height: 575px;
	width: 175px;
	top: 0px;
	left: 0px;
	background-color: #D3D3D3;
	z-index: 2;
	border-right: 1px solid #aaa;
}
#DegradadoPieIzqFoto {
	position: absolute;
	left: 0px;
	top: 567px;
	width: 175px;
	height: 8px;
	background-image: url(../imagenes/DegradadoPieIzq.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
	z-index: 4;
}
#DegradadoPieDchoFoto {
	position: absolute;
	left: 176px;
	top: 567px;
	width: 824px;
	height: 8px;
	background-image: url(../imagenes/DegradadoPieDcho.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
	z-index: 4;
}
#FondoPieFoto {
	position: absolute;
	left: 0px;
	top: 575px;
	width: 775px;
	height: 20px;
	background-color: #EC0600;
	z-index: 4;
}
#PieFoto {
	position: absolute;
	left: 0px;
	top: 575px;
	width: 990px;
	height: 20px;
	z-index: 11;
	padding-top: 3px;
}
#FondoContenidoFoto {
	position: absolute;
	height: 575px;
	width: 825px;
	top: 0px;
	left: 175px;
	background-color: #F4F4F4;
	z-index: 1;
}
#FondoAreaDatos {
	position: absolute;
	left: 312px;
	top: 205px;
	width: 571px;
	height: 350px;
	overflow: auto;
	z-index: 9;
}
#Volver {
	position: absolute;
	left: 779px;
	top: 535px;
	width: 85px;
	height: 20px;
	z-index: 10;
}

