@charset "utf-8";
header{
    text-align: center;
    color: rgb(18, 98, 190);
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
   
}
.Barra{
	opacity: 100%;
	background-color: white;
}
.Barra:hover{
	background-color: white;

}
li { flex-grow: 1; }
a{
	display:block;
	padding:1em;
	text-align:center;
	margin-right:0.2em;
	text-decoration:none;
	 background-color: rgb(187, 233, 233);
    color:#1e1f1d
}
a:hover {background-color:#318F8F; }
 .contenido {
	margin-bottom:0.2em;
	display:flex;
	flex-direction: row;
}
.contenido {
	margin-bottom:0.2em;
	display:flex;
	flex-direction: row; 
}
article {
	flex-basis: 50%;

}
aside {
	flex-basis: 50%;
	margin-left:0.2em;
} 
.Logo{
	display: flex;
  justify-content: left;
}
footer{
	background-color: #318F8F;
	padding: 1.4em;
}