body {
	font-family: 'Roboto', sans-serif;
	text-decoration: none;
	background-color: #014c76;
}

.logo {
	width: 80%;
	margin: auto;
	padding-top: 100px;
	text-align: center;
}


.cabezal img {
	width:100%;
	margin: auto;
}

.container {
	width: 100%;
	margin: auto;
}


footer {
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	color: white;
	padding-top: 300px;
}

li {
	line-height: 16px;
}

a {
	text-decoration: none;
	color:white;
}

a:hover {
	color:#03b5ff;
}
