body {
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
}

.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: 16px;
	text-align: center;
	margin-top: 30px;
}

ul {
	display: inline-flex;
}

li {
	margin-right: 30px;
}

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

a:hover {
	color:#64c2ca;
}
