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

#header-imagen{
    width: 20%;
}

#navega {
    background: blue;
}

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

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

a{
    color: blue;
    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: italic;
    color : ·#3B72A0;
    text-align: center;
}

article img{
    margin : 15px;
}

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

.footer-p{
    color:skyblue;
    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: #5C5CFF;
    border-radius: 15px;
    font-weight: 300;
    padding :15px;
    font-size: 15px;
    color : black;
    text-align: center;
}

