/* CSS Document */



html, body {

	margin: 0px;

	padding: 0px;

}



div#centrado {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 837px;
	height: 750px;
	margin-left: -420px;
	margin-top: -375px;

}

