#contenedor-header{
    background: burlywood;
    border-radius: 5px;
    border: 2px black solid;
    padding: 5px;
    display: flex;
    }

#header-titulos{
    width: 70%;
    text-align: center;
    
}

#header-imagen{
    margin: 23px;
    width: 10%;
    padding: 1px;
}

#navega{
    background: sienna;
}

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

li{
   background: powderblue;
    border: 2px black solid;
    color: black;
    font-size: 20px;
    border-radius: 5px;
    padding: 5px;
    margin: 8px;
    font-style:normal;
}

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

article{
    display: flex;
    justify-content: center;
    margin:20px;
    background: palegoldenrod;
    border: 2px chocolate solid;
    border-radius: 5px;
    padding:15px;
}

article div{
    width: 500px;
    background: tan;

    padding: 10px;
    border-radius: 5px;
}

article div p{
    background: pink;
    border-radius: 5px;
    font-weight: 200;
    padding: 10px;
    font-size: 13px;
    font-style: normal;
    color: black;
    text-align:justify;
}

article img{
    margin: 15px;
}

footer{
    background: burlywood;
    border-radius: 5px;
    padding: 2px;
    display:flex;
}

.footer-p{
    color:black;
    font-weight: inherit;
    font-size: 15px;
    width: 80%;
    font-style: oblique;
    text-align: center;
}

#contenedorPrincipal{
    display: flex;
    background: antiquewhite;
}

section {
    width: 95%;
}

aside{
    width: 20%;
    border: 2px cadetblue solid;
    background: palegoldenrod;
    padding: 10px;
    border-radius: 5px;
    margin: 20px;
    
}

aside p{
    background: darkseagreen;
    border-radius: 10px;
    font-weight: 300;
    padding: 10px;
    font-size: 15px;
    color: black;
    text-align: center;
}

