body{
    background-color:#ffffff;
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
      justify-content: space-around;
}
    @import "compass/css3";

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  background: #ffffff;
  padding: 5px;
  width: 10px;
  height: 150px;
  margin-top: 10px;
  
  line-height: 150px;
  color: #000000;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

header, main, footer {
    width: 90%;
    min-height: 10hv;
    margin:auto;
    background-position: center;
    font-size: 1em;
    font-family: Arial, Helvetica sans-serif;
}

*{
    box-sizing: border-box;
}

nav{
    background-color: #000000;
    width: 20px;
   padding: 0em;
    margin: 0;
    
    
    
}


ul {
    list-style: none;
    padding: -10;
    margin:-10;
}

header nav ul li a {
    display: flex;
    flex-flow: wrap;
    text-decoration: none;
    color:#000000;
    display: block;
    text-align: center;
    padding: : .5em 1em;
    width: 100px;
}

header nav ul li a:hover{
    color:#ffffff;
    background-color: #000000;
    font-weight: bold;
    min-height: 2hv;
    padding: 0.5rem;
    
}

@media screen and (min-width: 480px) {
  nav ul {
    display: flex;
  }
}


.destacado {
    background-color:azure;
    color: #2ccc3f;
}

h1 {
    color: #000000;
        text-align:center;
  white-space:nowrap;
    font-weight: bold;
    font-size: 17.5px;
}

h2{
    color: #000000;
     text-align: center;
font-size: 17.5px;
    
}

h3{
    color: #ffffff;
     text-align:center;
    font-weight: 100;
}

div p {
    color:#000000;
    text-align: center;
    position: relative;
   
    
}


main section div {
    color:#000000;
}

.imagen {
    display: block;
    
}

.mapa-webapp img{
    width: 100%
}

.imagenperfil {
    text-align:center;

   
}

    
    
#estudiantes {
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    color: #000000; 
}
.link { 
    color: #000000; 
    height: 40px; 
    text-decoration: none;
} 
.link:hover {  color:#ffffff;
    background-color: #000000;
    font-weight: bold;
    min-height: 2hv;
    padding: 0.2rem;
    text-decoration: none;
    } 


    
    
