#Contenedor-Header
{
    background: cyan;
    border-radius: 20px;
    color: black;
    padding: 15px;
}
#HeaderTitulos
{
    text-align: center;
    width: 100%;
}
#HeaderImagenes
{
    margin-left: auto;
}
#Navega
{
    background: #008dc9;
    color: white;
    border-radius: 50px;
}
ul
{
    display: flex;
    justify-content: center;
    padding: 15px;
    list-style: none;
    
}

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

#ContenedorPrincipal
{
    display: flex;
}
#ContenedorSecundario
{
    display: grid;
}

seccion
{
  width: 80%;  
}

aside
{
    width: 20%;
}

aside >p
{
    background: beige;
    border-radius: 15px;
    font-weight: 300;
    padding: 15px;
    font-size: 15px;
    color: yellow;
    text-align: center;
}
.button{
    background: beige;
    border-radius: 15px;
    font-weight: 300;
    padding: 15px;
    font-size: 15px;
    color: black;
    text-align: center;
}
article
{
    display: flex;
    justify-content: center;
    margin: 15px;
    background: #008dc9;
    border-radius: 15px;
    padding: 15px;
}

article div p
{
    background: lightgray;
    border-radius: 20px;
    font-weight: 300;
    padding: 15px;
    font-size: 20px;
    font-style: italic;
    color: black;
    text-align: center;
}
article >div
{
    width: 400px;
    background: beige;
    padding: 20px;
    border-radius: 10px;
}
article >img
{
    margin: 15px;
}
footer
{
    background:#008dc9;
    border-radius: 20px;
    padding: 2px;
    display: grid;
}
footer >p
{
    color: Black;
    font-weight: bolder;
    font-size: 20px;
    width: 50%;
    font-style: oblique;
     
}
a
{
    color: black;
    text-decoration: none;
}