div#centro{
	border: 1px solid black;
	background-color: white;
	position: relative;
	top: -130px;
	width: 695px;
	left: 0px;
	float: left;
}


div#menusopra{
	background-color: white;
	float: left;
	position: relative;
	top: -147px;
	margin-left: 5px;
	width: 240px;
	height: 20px;
}

div#menu{
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	float: left;
	position: relative;
	top: -147px;
	margin-left: 5px;
	width: 240px;
	height: 600px;
	text-align: center;
	color: darkblue;
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}

div#form {
	margin-left: 15px;
	float: left;
}

div#menusotto{
	background-color: white;
	float: left;
	position: relative;
	top: -147px;
	margin-left: 5px;
	width: 240px;
	height: 20px;
}