@charset "utf-8";
 
body { 
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    background: #e8e8e8;
    justify-content: space-between;
    margin: 1em 0em 1em 0em;
    padding: 0em 0.1em 5rem em;
  
   
    
    }
header{ 
        background-color: #406f88;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 6rem;
        border-radius: 10px;
        margin-bottom: 1rem;
    
        
}

footer {
   min-height: 3vh;
    background-color: #406f88;
    flex-grow: 0;
    border-radius: 10px;
    height: auto;
    padding: 0.5rem 0.rem 3em 5em;
    font-size: 0.8rem;
    text-align: center;
}

header {
    height: 3em;    
    justify-content: space-between;
    align-items: center;
    
}

.centrado {    
    margin: 10px auto;
    display: block;
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;    
}


header ul {
    margin: 0rem;
    list-style: none;
    box-sizing: border-box;
    display: flex;
    
}

header ul li {
    
    width: 3em;
    margin-left: rem;
    margin: 0em;
    padding: 0em;
    display: flex;
    
   
    
    }
header ul li a {
    width: 10%;
    color: white;
    text-decoration: none;
    font-weight: bold; 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;


}
header h1 {
        min-height: 0.2%;
        min-width: 2%;
        color: #ffffff;
        display: flex;
        margin: 0.6em;
        font-size: 1,5em;
        font-weight: lighter; 
        text-align: center;
        display: flex;
               
}

#logo {
    display: flex;
    display: block;
    width: 6rem;
    margin: 1;
}
main {
    min-height: 3vh;
  
    background-color: #dce2e3;
    flex-grow: 1;
    display: flex;    
    flex-wrap: wrap;
    flex-direction: column;
    border-radius: 10px;  
    
}
main h1 {
        text-align: center;
        color: white;
        font-size: 2rem;
        font-weight: lighter;
        letter-spacing: 4px;
        background-color: #406f88;
        padding: 0.5rem;
        flex-grow: 0;
        border-radius: 10px;
        margin: 0rem;
        margin-bottom: 1rem;
        
    }

main div ul li {
    list-style: none;
    background: #aaa9a9;
    height: 1.5rem;
    padding: 0.1rem;
    border-radius: 15px;
    font-size: 1.rem;
 }



    


main section#pertenencia div.pertenencia-container {
    background: #aaa9a9 url("../imagenes/DGPC.png") no-repeat 90% center;
    background-size: 25%;
    padding: 2rem 4rem;
    margin: 1rem 0;
    border-radius: 15px;
}

main section#pertenencia div#UBA {
    background: #aaa9a9 url("../imagenes/logo-uba.svg") no-repeat 90% center;
    background-size: 20%;
    border-radius: 15px;
      
        

   }

main a{
    color: white;
    font-size: 1.rem;
    
}
main div#equipo {
     background: #aaa9a9; 
     border-radius: 15px;
    height: 9rem;
     
    
    

}
main div#equipo a {
    
    font-size: 1.2rem;
    margin: 3em;
    
}
main div#Materias {
  
     background: #aaa9a9; 
     border-radius: 15px;
     margin: 0.2rem;
    margin-bottom: 3rem;
    height: 8rem rem 3rem 2rem;

}
