body {
	background-color: #333333;
}
.centrado {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px; /*- width/2*/
	margin-top: -300px;  /*- height /2*/
}

