/* CSS Document */

#centro {
	position:absolute;
	left:0px;
	top:0px;
	height: 100%;
	width: 100%;
	z-index:1;
	text-align:center;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003366;
}