body{
    background-color: darkblue;
}
#contenedor-header{
    background: #E8E8E8;
    border-radius: 20px;
    padding: 15px;
    display: flex;
}

#header-titulos{
    width: 60%;
    text-align: center;
}
header h1{
    font-size: 60px;
    color: darkblue;
}
header h3{
    font-size: 30px;
    color: black;
}
#hi1{
    width: 20%;
}
#hi2{
    width: 20%;
}

#navega{
    background: #F7F5E6;
}
nav ul{
    display: flex;
    justify-content: center;
    padding: 5px;
     list-style: none;
}
li{
    background: #F7F5E6;
    color: orange;
    font-size: 25px;
    border-radius: 10px;
    padding: 5px;
    margin: 3px;
    font-style: italic;
}
a{
    color: darkblue;
    text-decoration: none;
}
#cc{
    width: 365px;
}
article{
    display: flex;
    justify-content:center;
    margin: 15px;
    background: #333A56;
    padding: 15px;
}
article div{
    width: 700px;
    background: #52658F;
    padding: 20px;
    border-radius: 15px;
}
article div h1{
    font-size: 37px;
}
article div h3{
    font-size: 32px;
}
article div p{
    background: #E8E8E8;
    border-radius: 20px;
    font-weight: 5000;
    padding: 15px;
    font-size: 27px;
    font-style: italic;
    color: black;
    text-align: justify;
    margin: 10px;
}
article img{
    margin: 15px;
    border-radius: 25px;
    width: 400px;
}
#celebracion{
    width: 1350px;
}
footer{
    background-color: #E8E8E8;
    border-radius: 20px;
    padding: 2px;
    display: flex;
}
.footer-p{
    color: black;
    font-weight: bolder;
    font-size: 25px;
    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%;
    background-color: #F7F5E6;
}
aside h1{
    text-align: center;
    font-size: 35px;
}
aside h2{
    text-align: center;
    font-size: 30px;
}
aside h3{
    text-align: center;
    font-size: 25px;
    font-style: italic;
}
aside p{
    background-color: darkblue;
    border-radius: 10px;
    font-weight: 300;
    padding: 15px;
    font-size: 28px;
    color: white;
    text-align: center;
    text-decoration:underline;
}
aside a{
    font-size: 30px;
}
