*{
    margin: 1px;
    padding:2px;
}


img {width: 50%;

}

ul {list-style:none;
margin:0;
padding:0;
    font-family: monospace

} 

body{background-color: #d7e8e8;
    font-family:sans-serif;

}

header {
background-color: #65b4ab; 
}

header img{
    width: 80%;
}

div.logos{
    text-align: center;
    display: flex; 
    justify-content: space-between
}
    
nav {
margin:0; 
} 

nav ul li{
display: flex;
text-align: center;
margin: .em 0 0 0;

}

nav ul li a {
display: flex
display:block;
margin: 3px color # 

}

#indexs{
    display: flex;
    flex-direction: row;
    background-color: #9dd4d4;
    justify-content: space-around;
    border: 1px solid;
    padding: 1px;
    margin: 3px;
    
}

#linksAlumnes{
    background-color:#d7e8e8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid;
    margin: 3px; 
    
} 

#linksmvp{
background-color: #9dd4d4;
display: flex;
flex-direction: row;
justify-content: space-around;
border: 1px solid;
margin: 3px; 

}



main{ 
padding: 10%;

}

section.comitente{
    text-align: center;
    background-color: #bedede;
    margin: 10px;
    
}
article.tp{
    text-align: center;
    background-color:#bedede;
     
}

#autoridades{
    display: flex;
    justify-content: center;
    background-color: #bedede
}

article.integrantes{
   text-align: center;
    background-color: #bedede
    
}
article.Acumar{
    text-align: center;
    background-color: #bedede
    
}


.mockup figure{
    
display: flex;
flex-direction: row;
justify-content: center;
margin: 3px;

    
}


.mockup figure img{
    width: 200px;
    margin: 5px;



    
}


h2{
    background-color: #91c6c6; 
    text-align: center;
    
}
h4{ 
text-align: center;}
footer{
    background-color: #65b4ab;
    text-align:center;
}
   