/* CSS Document */

#centrado
{
text-align: center;
position: absolute;
top: 50%;
left: 50%;
margin-left: -500px;
margin-top: -350px;
}
.centrado {
	margin-top: -350px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
}
.tipo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #66664E;
	font-weight: normal;
	text-align: center;
	background-position: center center;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #66664E;
	font-weight: bold;
	text-align: center;
	background-position: center center;
	vertical-align: middle;
	letter-spacing: normal;
	word-spacing: normal;
}

