body {
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	background-color: #172a3c;
	margin-top: 60px;
}

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


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

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


footer {
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	margin-top: 80px;
}

ul {
	margin-bottom: 30px;
}

li {
	text-align: center;
	line-height: 1.5;
	color: white;
}

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

a:hover {
	color:#a39573;
}
