/* CSS Document */

#mega{
width:1025px;
height:750px;
position:relative;
}

#header{
width:1025px;
height:235px;
position:absolute;
top:216px;
left:0px;
}

#main{
	width:1025px;
	height:56px;
	position:absolute;
	left: 0px;
	top: 454px;
}

#piede{
	width:616px;
	height:100px;
	position:absolute;
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#800000;
	top: 458px;
	left: 408px;
	background-color: #8ADBF8;
}
