#contenedor-header{
    background:white;
    border-radius: 20px;
    padding: 15px;
    display: flex;
}
#header-titulos{
    letter-spacing: 20px;
    text-align:center;
    width: 100%;
    color: black;
    font-size: x-large;
    font-family:inherit;
}
#header-img{
    width: 60%;
    text-align: right;
    border-radius: inherit;
}
#navega{
    background: black; 
}
nav ul{
    display: flex;
    justify-content: center;
    padding: 5px;
    list-style: none;
}
li{
    margin: 3px;
    background: white;
    color: black;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    font-style: italic;
    border: 3px white solid;
}
#contenedor-principal{
    display: flex;
}
section{
    width: 80%;
}
aside{
    width: 20%;
    height: max-content;
    border: 1px black solid;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
}
aside p{
    background: gainsboro;;
    border-radius: 15px;
    font-weight: 300;
    padding: 15px;
    font-size: 15px;
    color: blue;
    text-align: center;
}
article{
    display: flex;
    justify-content: center;
    margin: 15px;
    background: white;
    border-radius: 15px;
    padding: 15px;
}

article div p{
    background: #282D48;
    border-radius: 20px;
    font-weight: 300;
    padding: 15px;
    font-size: 20px;
    font-style: italic;
    color: white;
    text-align: justify;
    
}
article img{
    margin: 15px;
    width: 45%;
}
article div{
    width: 400px;
    background: #eeeeee;
    padding: 20px;
    border-radius: 15px;
}
footer{
    background: #888888;
    border-radius: 20px;
    padding: 2px;
    display: flex;
}
.footer-p{
    color: black;
    font-weight: bolder;
    font-size: 20px;
    width: 50%;
    font-style: oblique;
    text-align: center;
}
a{
    color: black;;
    text-decoration: none;
}
h aside{
    
}