body{
	background-color: #00019F;
	margin: 0px;
	padding: 0px;
}
#top{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #00018A;
	width: 100%;
	height: 75px;
}
#center{
	background-color:	#9091FF;
	position: absolute;
	top: 76px;
	left: 0px;
	width: 100%;
	height: 250px;
}

#antes{
	position: absolute;
	top: 317px;
	left: 0px;
	background-color: #00018A;
	width: 100%;
	height: 198px;
	color: #fff;
}
ul.menu a{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
}
ul.menu,
ul.menu ul{
	background: 	#00018A;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 125px;
	position: absolute;
	top: 20px;
	left: 400px;	
}

ul.menu li{
	position: relative;
	padding: 2px;
	text-align:	right; 
}
ul.menu li:hover{
	background: #1113FF;
}
ul.menu li:hover > li{
	visibility: visible;	
}
#foot{
	position: absolute;
	top: 501px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-color: #000166;
	color: #fff;
}
#foot p{
	position: relative;
	top: 40px;
	left: 275px;
}
#middle{
	position: relative;
	top: 10px;
	left: 550px;
	width: 400px;
	height: 505px;
	background-color: #fff;
	padding: 7px;
}
#middle h1{
	font-family: "Myriad Pro Light", Century, "Century Gothic", sans-serif, fantasy;
	text-align: center;
	font-size: 17px;
}
#middle h2{
	font-family: "Myriad Pro Light", Century, "Century Gothic", sans-serif, fantasy;
	text-align:	right;
	font-size: 16px;
}
#middle p{
	font-family: "Myriad Pro Light", Century, "Century Gothic", sans-serif, fantasy;
	text-align:	justify;
	font-size: 14px;
}
#middle img{
	float: left;
	padding: 10px 10px 0px 0px;
}


