body {
    
	width:100%;
	margin:auto;
    font-family: 'Open Sans';
    background-color:#b9b0db;
     margin-left: 10px;
    
    
}

.container {
    display: flex;
	width: auto;
    margin-top: 10px;            
    margin-bottom: 10px;
    margin-left: 2%;
   
}

.header {
    display: flex;
    background-color:#483e53;
    font-size: 13px;
    text-align: right; 
    padding-bottom: 10px;
    
}

.logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: contain;
    margin-top: 10px;
    justify-content: space-between;
    margin-bottom: 18px;
}

a {
    text-decoration: none;
    color: white;
    
    
}


#menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-bottom: 0px;
    font-size: 12px;
    list-style: none;
    padding: 10px;

     
    }  

.menu { 
   
    list-style: none;
    margin-left: 15px;
    font-weight: 600;
       
        
        
    }
       
#alumno4 { 
        
          font-family: 'Open Sans';
          color: #E6E8E6;
          margin-bottom: 20px;
          margin-left: 10px;
          margin-right: 2%;
          font-size: 23px;
          background-size: contain;
          background-color: #483e53;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-left: 5px;
          width: 53%;
         

}

h2 {
    font-family: 'Open Sans';
    text-align: justify;
    margin-left: 5px;
    font-size: 20px;
    color: #483e53;

       
}

.profesores { 
            font-family: 'Open Sans'; 
            font-size: 18px;
            text-align: justify;
            margin-bottom: 0px ;
            font-weight: 600;
            color:#483e53;
    
}


#equipo {
           font-family: 'Open Sans';
           color:white;
           margin-bottom: 10px;
           font-size: 20px;
           background:#483e53; 
           padding-top: 5px;
           padding-bottom: 5px;
           padding-left: 5px;
           width: 53%;
       
    
    
    
}
.grupo {
         font-family: 'Open Sans'; 
         font-size: 70%;
         text-align: justify;
         list-style: none;
         font-size: 15px;
         font-weight: 600;
}
#footer {
    display: block;
    font-size:55%;
    text-align: center;
    overflow: visible;
   
    
}

@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans');