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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #e3e3e3;
	background-repeat: repeat-y;
	background-position: center top;
}

#contenidor{
	overflow: hidden;
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 50;
	width: 900px;
	left: 50%;
	top: 50%;
	margin-top: -247px;
	margin-left: -450px;
	visibility: visible;
	height: 495px;
	background-color: #fff;
}

#contenidorInterior {
	width: 900px;
	height: 495px;
	background-color:#FFFFFF;
}

#menu_home{
	position:absolute;
	z-index:100;
	top:360px;
	left:17px;
	width:500px;
	background-color:#FFFFFF;
}
#peu_home {
	position: absolute;
	z-index: 90;
	top:471px;
	left:0px;
	margin-left: 20px;
	margin-right:20px;
	width: 860px;
}
