body {
	width:100%;
	margin:auto;
    font-family: 'Open Sans';
    background-color:#daf0ee;
    padding-top: 40px;
    
    
    
}

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


.header {
    display: flex;
	width: 100%;
	top: 0px;
	position: fixed;
    background-color: black;
    font-size: 13px;
    text-align: right; 
    padding-bottom: 10px;
}


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




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

.menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    color: black;
    margin-bottom: 10px;
    font-size: 13px;
    
}


li {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:flex-end;
    align-content: flex-end;
    list-style: none;
    margin-left: 60px;
    font-weight: 600;
   
    
}

.main {
    margin-top: 10%;
}

h1 {
    font-size: 30px;
    color: black;
    padding-left: 10px;
  
  
}

h2 {
    font-size: 20px;
    color: black;
    padding-top: 5px;
}


.profesores { 
             font-size: 13px;
      
}

#docentes {
           margin-bottom: 10px;
}


.img, map{
    display:flex;
    margin:auto; 
}
 
.mapa{ 
    margin-top: 50px;
    padding: 5px;
    
}

.footer {
    background-color: #9db5b2;
    font-size:55%;
    font-family: 'Open Sans';
    text-align: center;
    overflow: visible;
    padding: 10px; 10px; 10px; 10px;
    margin-top: 50%;

    
}

p {
    background-size: contain;
    color: #3b413c;    
   
}

.plan {
    font-size: 13px;
    margin-bottom: 100%;
    padding-right: 50px;
    padding-left: 10px;  
    text-align: left;
    margin-bottom: 90px;
    
}

/*NUEVAS MODIFICACIONES*/

.map{
    width: 100%;
    text-align: center;
    display: table;
    margin: auto;
}

.map img{
    display: block;
    margin: auto;
}

.linknigga{
    color:black;
    font-size: 13px;
    transition: all .2s ease-in-out;
    display: table;
}

.linknigga:hover{
    transform: scale(1.15) !important;
    margin: 5px;
  
    
}

@charset "utf-8";

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

