#contenedor-header {
    border-radius: 20px;
    padding : 75px;
    display : flex;
}
#color-cabeza{
    padding: 10px;
    margin: auto;
    background: #FFFFFF;
    color: black;
}
#header-titulos{
    width : 95%;
    text-align: center;
}

#header-imagen{
    width: 15%;  
}

#navega {
    background: black;
}

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

li {
    background:gray;
    color:black;
    font-size: 25px;
    border-radius: 10px;
    padding:5px;
    margin:3px;
    text-align: center;
    font-style:italic; 
}

a {
    color : white;
    text-decoration: none;
}
#imagen{
    width: 25%;  
}
#imagen2{
    width: 35%;  
}
#imagen3{
    width: 67%;  
}
#imagen4{
    width: 25%;  
}