body {
    background-color: seashell;
    font-family: 'futura std';
    display: flex;
    flex-direction: column;
    
    
}

header nav ul {
    list-style: none;
    margin: none;  
    
    padding: 2%;
    display: flex;
    justify-content: space-between;
    background-color: palevioletred;
    align-items: stretch
        
        
}

header nav ul li {
    display: list-item;
}

header nav ul li a {
    padding: 25px 25px;
    display: block;
    color:seashell;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Futura Std';
}

.imagen {
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
}
.imagen figure {
    width: 50vmin;
    margin: .100em;
    
}

.imagen img {
    width: 100%;


}

.imagen figcaption {
    background-color: palevioletred;
    color: seashell;
    padding: .5em;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    }
h2 {
    color: seashell;
    display: flex;
    justify-content: center;
}

.comitente {
    padding-top: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: seashell;
  width: 650px;
  min-height: 150px;
    margin: auto;
 background-color: palevioletred;
    border-radius: 1em;
    
    

}

.comitente p {
    color: seashell;
    

}
 h3 {
    color: seashell;
    display: flex;
    justify-content: center;
}


.funcion{
   padding-top: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: seashell;
 width: 650px;
  min-height: 150px;
    margin: auto;
 background-color: palevioletred;
    border-radius: 1em;

}

.funcion p {
    color: seashell;
}


.target {
      padding-top: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: seashell;
  width: 650px;
  min-height: 100px;
    margin: auto;
 background-color: palevioletred;
    border-radius: 1em;
margin-bottom: 5%;
}

.target p {
    color: seashell;
}


footer {
    background-color: seashell;
    margin-left: -10px;
    margin-top: -10px; 
    margin-right: -20 px;
    display: flex;
        justify-content: space-around;
            align-items: baseline; 
    
}


footer p {
    background-color: palevioletred;
    color: seashell;
    padding: 10px;
    font-family: 'futura std';
}