body {
	background: #FFFFFF;
	color: #334d55;
}

#centrado {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 120px;
	margin-top: -60px;
	margin-left: -250px;
}
