#contenedor-header {
    background : #FAEBD7;
    border-radius: 20px;
    padding : 15px;
    display : flex;
}
#header-titulos{
    width : 75%;
    text-align: center;
}

#header-imagen{
    width: 25%;  
}
#header-imagen{
    width:15%;  

}


#navega {
    background:  #9ACD32;
}

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

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

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


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

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

article div p {
    background: #E6E6FA;
    border-radius: 20px;
    font-weight: 70;
    padding :15px;
    font-size: 20px;
    font-style: italic;
    color :black;
    text-align: center
}

article  img {
    margin : 5px;
}

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

.footer-p{
    color : #2F4F4F;
    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: #BDB76B;
    border-radius: 15px;
    font-weight: 1100;
    padding :15px;
    font-size: 15px;
    color : blue;
    text-align: center 
}
}