body{
    background-color:cornflowerblue;
}
#contenedor {
    background-color:bisque;
    border-radius: 20px;
    padding : 15px;
    display : flex;
}
#header-titulos{
    width : 75%;
    text-align: center;
    font-style: oblique;
}

#header-imagen{
    width: 25%;  
}

#navega {
    background-color:#cfd6d0;
}

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

li {
  background: antiquewhite;
  font-size: 15px;
  border-radius: 10px;
  padding:5px;
  margin:10px;
  font-style:italic; 
}

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


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

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

article div p {
    background: #d3eefa;
    border-radius: 20px;
    font-weight: 300;
    padding :15px;
    font-size: 20px;
    font-style:oblique;
    color : #3b72a0;
    text-align:justify;
}

article  img {
    margin : 25px;
}

footer{
    background-color: darkseagreen;
    border-radius: 20px;
    padding : 2px;
    display : flex;
    margin: 30px;
}

.footer-p{
    color : black;
    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;
    border-color:darkgoldenrod;
    background-color: darkkhaki;
}

aside p{
    background-color: burlywood;
    border-radius: 15px;
    font-weight: 300px;
    padding :15px;
    font-size: 15px;
    color:darkslategray;
    text-align: center;
    font-style: italic;
}
#aviso{
    background-color: aquamarine;
    color: black;
    border-radius: 15px;
    margin: 25px;
    padding: 15px;
    font-style: italic;
}
