@charset "utf-8";
.contenedor {
	height: auto;
	width: auto;
	margin: 100px auto;
	margin-top: 100px;
}
.bold {
	color: #0066CC;
	font-weight: bold;
}

.logo  {
	background-image: url(estoyarriba.png);
	background-repeat: no-repeat;
	height: 41px;
	width: 91px;
	margin: auto;
	float: none;
}
.mensaje {
	margin: auto;
	width: 400px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
