@charset "utf-8"

    *{
        margin: 0;
        padding: 0;
}

body{
    background-color: #F8F9F9;
    font-family: roboto, sans-serif;
    margin: 0;
}

header { margin: 20px;
    }

nav{
    display: flex;
    flex-direction: column
    padding: 10 px;
    flex-direction: row;
    align-self: center;
    background: #2B4366;
    margin: 15px 0px;
    font-size: 16px;
    justify-content:space-around;
    flex-wrap: wrap;
    
}

nav ul li{
    display: inline-block;
    }



nav ul li a{
    
    color:#dbdbdb;
    text-decoration: none;
    display: inline-block;
    text-align: right;
    padding: 5px 10px;
    justify-content: center;
    list-style:none;
    }
        
nav ul li a:hover{
    background-color: #D14242;
        border-radius: 10px;
}


   

h1{
    
    font-size: 32px;
    text-align: center;
    color: #444242;
    height: 45px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    display: flex;
     
}

div#contenedor img {
    border-radius: 10px;
    image-orientation: center;
    display: flex;
    margin: auto;
    justify-content: center;
    max-height: 500px;
    background-color: #444242;
    
}

div p{ font-size: 10px;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: 1%; 
    
}


   section#materias{
   margin: auto;
    text-align: left;
    max-width: 30em;
   
}



section#materias h2{
    background-color: #444242;
    background-size:cover;
    background-position: center center;
    color:#dbdbdb;
    height: 30px;
    margin: 2%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px; 
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
    border-radius: 10px;
    
}


section#materias h3{
    height: 30px;
    margin: 1%;
    padding-top: 15px; 
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    color: #444242 ;
    text-align: right;
    padding-left: 20px; 
    
}

section#materias h4{
    height: 30px;
    display: flex;
    justify-content: flex-start;
    color: #777D71 ;
    text-align: right;
    padding-left: 20px;
    font-size: 14px;
    margin: 1%;
    
}

section#materias h5{
    
        
    height: 30px;
    margin: 1%;
    padding-top: 0px; 
    display: flex;
    justify-content: flex-start;
    color: #777D71 ;
    text-align: right;
    padding-left: 20px;
    font-size: 14px;
    
}



div#integrantes{
      margin: auto;
    text-align: left;
    max-width: 30em;
   
}

div#integrantes h2{
    background-color: #dbdbdb;
    background-size:cover;
    background-position: center center;
    color:#282727 ;
    height: 30px;
    margin: 2%;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 10px; 
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    border-radius: 10px;

}

div#integrantes ul li a{
    
    display: flex;
    justify-content: flex-start;
    text-align: right;
    padding-left: 20px;
    font-size: 13px;
    margin: 1%;
    background-color: #FFFFFF ; 
    color: #0f2389;
    
    text-decoration: none;
    display: inline-block;
    margin: 10px 10px;
    padding: 10px 10px;
    justify-content:center;
    list-style: none;
    border-radius: 10px;
  
}

footer{
    background-color: #2B4366;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    color: white;
    font-size: 10px;
         
}

div#imagenacademica img {
    border-radius: 10px;
    image-orientation: center;
    display: flex;
    margin: auto;
    justify-content: center;
    max-height: 500px;
    
}

div#pie {
    padding-top: 5px
}
