@charset "utf-8";
/* CSS Document */


.fondo {
	background-image: url(images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #0b294c;
}
.mensaje {
	background-image: url(images/mensaje.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 770px;
	height: 610px;
	margin-left: auto;
	margin-right: auto;
}

