/* CSS Document */

#centrado
{
text-align: center;
position: absolute;
top: 50%;
left: 50%;
margin-left: -500px;
margin-top: -300px;
}
.centrado {
	margin-top: -300px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
}
