
#contenedor-header {
    background : #4682b4;
    border-radius: 20px;
    padding : 15px;
    display : flex;
}
#header-titulos{
    width : 125%;
    text-align: center;
    color:white;
    font-size: 20px;
    font-style:oblique;
    
}

#header-imagen{
    width: 15%;  
}

#navega {
    background: black;
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding : 5px;
}

li {
  background: #4682b4;
  color:white;
  font-size: 20px;
  border-radius: 10px;
  padding:5px;
  margin:3px;
  font-style:italic; 
}

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


article {
    display:flex;
    justify-content: center;
    margin : 15px;
    background: #EEEEEE;
    border-radius: 15px;
    padding:15px;
}

article div {
    width :700px;
    background: #EEEEEE;
    padding: 20px;
    border-radius: 15px;
}

article div p {
    background: #4682b4;
    border-radius: 50px;
    font-weight: 300;
    padding :15px;
    font-size: 20px;
    font-style: italic;
    color : #EEEEEE;
    text-align: justify;
}

article  img {
    margin : 80px;
    border-radius: 50px;
    font-weight: 300;
    font-size: 20px;
    
}

footer{
    background : #4682b4;
    border-radius: 20px;
    padding : 2px;
    display : flex;
}

.footer-p{
    color : aliceblue;
    font-weight: bolder;
    font-size: 20px;
    width : 50%;
    font-style: oblique;
    text-align: center
}

#contenedorPrincipal{
    display:flex;
}

section {
  width: 80%;  
}

aside{ 
    width: 20%;
    border: 1px black solid;
    padding:5px;
    border-radius: 20px;
}

aside p{
    background: #4682b4;
    border-radius: 15px;
    font-weight: 300;
    padding :15px;
    font-size: 15px;
    color : ghostwhite;
    text-align:justify; 
}
