@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	background: #07263D;
	margin: 0;
}

#Logotipo {
	width: 500px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -120px 0 0 -250px;
}