@charset "utf-8";
    
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans');

    
*{  
text-decoration:none;
text-align: left;
    font-family:'Roboto', sans-serif;
    font-size:1em; 
}
    
    

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

body { margin-left: 1rem;
margin-right: 1rem;
margin-bottom: 1rem;
       font-family: 'Nunito', sans-serif;
            color:gray;
    background-color: aliceblue;
}

header{
    text-align: center;
    
}

img{
    width: 170px;
    background-color:lightblue;
    margin-top: 20px;
    margin-bottom: 10px;
}

a{
    color:
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li a {
    color:cornflowerblue;
    text-decoration: none;
   
}
.logo {text-align: center;
margin-left: 100px;}


header,
footer {
    background-color:aliceblue;
    padding: 1em;
}



ul img{
    width: 8em;
    align-items: center;
    display: block;
}



header nav{
    width: 100%;
    text-decoration: none;
}


.barra {
background: lightblue;
height: 0.6rem;
font-size: 1.3vh;
display: flex;
justify-content: space-between;
align-items: center;
padding: 1.5rem;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-weight: 500;
margin-top: -3.3vh;
margin-left: -7vh;
margin-right: -5vh;
letter-spacing: 0.2vh;
    width: 20rem;
 
}

header nav ul li a:hover {
    background-color: rgba(37, 142, 142, 0.54);
}
.grupo {
    background-color:gainsboro; }


div p {
    color:#46474a;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 100;
    line-height:22px;
    margin-top: 0;
    padding: 8px;
    margin-left:4px;
    margin-right: 15px;
    margin-bottom: 0;
}


h1{
    color: cornflowerblue;
    font-size: 1.4em;
    margin-top: 54px;
    
}
h2{
    color: cornflowerblue;
    font-size: 1.4em
    
}
h3{
    color: cornflowerblue;
    font-size: 1.4em
    
}
.estudiantes{
    color: firebrick;
    
}
h4{
    color: cornflowerblue;
    font-size: 1.4em
   
}
.alumnas{
    display: flex;
    padding: 2px;
    margin-left: 15px;
    margin-top: 4px;
    text-decoration: none;
    color:gray;
    font-weight: 600;
    
}
#docentes {
    
    display: block;
    padding: 2px;
    margin-left: 15px;
    margin-top: 7px;
    text-decoration: none;
    
    color:gray;
    font-weight: 600;
   
}

.map{
    width: 700px;
    
}

footer {
    background-color: lightblue;
    color:black;
    font-size: 0.690em;
 margin-top: 4em; 
}

