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

*{
    margin: 0x;
    padding: 0;
    border: 0;
    box-sizing: border-box;
  
    
}
body{
    background-color: #e5e5e5;
    font-family: 'Open Sans', sans-serif;
}
#logo{
    width: 100%;
    background-color: #bfbfbf;
    text-align: center;
    padding-top: 3px;
}
.item{
    background-color: #1f70b5;
    list-style: none;
    font-family: 'Saira', sans-serif;
    
}
.item li {
    color: white;
    border-bottom: 10px solid #e5e5e5;
    border top: 10px solid ;
    height: 40px;
    padding: 5px;
    text-align: center;
    
  
}
header nav ul li a{
    color: white;
    text-decoration: none; 
}


p{
    margin-top: -30px;
    
}

.alumnas {
    margin-top: -15px;
    }
.alumnas li {
    color: black;
    list-style: none;
       
}
.alumnas a{
    text-decoration: none; 
    color: black;
    
        
}

.respuestas {
    
    margin-top: 1em;
}
#piedepagina {
    width: 100%;
    background-color: #434343;
    text-align: center;
    padding top: 2px;
    margin-top: 50px;
}
.pie {
    color: #e5e5e5;
    font-size: 12px;
    padding: 3px;
}
.NombresDocentes {
    margin-top: -15px;
        
}

h2
{font-family: 'Saira', sans-serif;
    font-weight: 600;

}

h1{
    font-family: 'Saira', sans-serif;
    font-weight: 600;
    font-size: 2em;
}