body{
    background-color: #F1F6F9;
    
}
#contenedor-header {
    background : #163172;
    border-radius: 0px;
    padding : 25px;
    display : flex;
}
#header-titulos{
    width : 100%;
    text-align: center;
}

#header-imagen{
    width: 25%;  
}



#tamañoIma{
    width: 350px;
    height: 400px;
}



#navModificado{
    background-color: #2E2B2B;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}

#navModificado ul li{
    display: inline-block;
    padding: 5px;
    
}

#navModificado ul li a{
    color:#F6C90E;
    display: block;
    padding: 5px 73px;
    text-decoration: none;
    
}

#navModificado ul li a:hover{
    background-color: #000000;
}


article {
    display:flex;
    justify-content: center;
    margin : 5px;
    background: #082032;
    border-radius: 15px;
    padding:15px;
}

article div {
    width :400px;
    background: #FEFBF3;
    padding: 20px;
    border-radius: 10px;
}

article div h1 {
    font-size: 26px;
    font-style: italic;
    color: black;
    text-align: center;
}


article div p {
    background: #F4F6F6;
    border-radius: 20px;
    font-weight: 300;
    padding :15px;
    font-size: 20px;
    font-style: italic;
    color : black;
    text-align: center;
}

article  img {
    margin : 5px;
}

footer{
    background : #163172;
    border-radius: 40px;
    padding : 2px;
    display : flex;
}

.footer-p{
    color : white;
    font-weight: bolder;
    font-size: 20px;
    width : 50%;
    font-style: oblique;
    text-align: center;
}

#contenedorPrincipal{
    display:flex;
}

section {
  width: 80%;  
}

aside{ 
    width: 20%;
    border: 1px black solid;
    padding:5px;
    border-radius: 20px;
}

aside p{
    background: #DFEBED;
    border-radius: 30px;
    font-weight: 300;
    padding :15px;
    font-size: 16px;
    color : black;
    text-align: center; 
}
