body
{
    background:#e2dbdb
}

#contenedor-header{
        background:#7a1fa7;
        border-radius:20 px;
        padding: 15px;
        display: flex;    
        
}
    #header-titulos{
        width: 80%;
        text-align: center;        
}
#header-imagen{
    width:15%;
    border-radius: 150px;
}
#navega{
    background: black;
}
nav ul{
    display: flex;
    justify-content: center;
    padding: 5px;
    list-style: none;
    padding: 5px;
}
li{
    background: white;    
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    margin: 3px;
    font-style: italic;
}
a{
    color: white;
    text-decoration: none;
}
#aricles{
    display:flex;
    justify-content: center;
    margin: 15px;
    background: #cc97f5;
    border-radius: 15px;
    padding: 15px;
    width: 20px;
}
article div{
    width: 400px;
    background: #c1a4df;
    padding: 20px;
    border-radius: 15px;
}
artilce div p{
    background: #d3eefa;
    border-radius: 20px;
    font-weight: 300;
    padding: 15px;
    font-size: 20px;
    font-style: italic;
    color: #3b72a0;
    text-align: center;
}
article img{
    margin: 15px;
    border-radius: 25px;    
}
footer{
    background: #a0277f;
    border-radius: 20px;
    padding: 2px;
    display: flex;
}
.footer-p{
    color: floralwhite;
    font-weight: bolder;
    font-size: 20px;
    width: 50%;
    font-style: oblique;
    text-align: center;
}
#contenedorPrincipal{
    display: flex;
}
section{
    width: 80%;    
}
aside{
    border: 1px black solid;
    padding: 5px;
    border-radius: 20px;
    width: 20%;    
}
aside p{
    background: #3d49b3;
    border-radius: 15px;
    font-weight: 300;
    padding: 15px;
    font-size: 15px;
    font-weight: bolder;
    color: ghostwhite;
    text-align: center;
}
#ipt{
    width: 180px;
    height:200px;    
}
#iph{
    width: 210px;
    height:170px;    
}
#poco{
    width: 190px;
    height:200px;    
}
#mi{
    width: 180px;
    height:190px;    
}
a{
    font font-weight: bolder;
    color: black;
    font-weight: 200px;
}
a:hover{text-decoration: underline}