
body{
margin: 0;
background-color: ;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;}



.contenedor  {
    width: 100%;
    background-color: tomato;
}

.menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;

}

nav{
    flex-wrap: wrap;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}

nav ul {
  position: relative;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
  text-align: right;
  padding-right: 2%;
  list-style: none;
}



nav ul li a {
    color: black;
    font-family: "Oxygen";
    font-weight:700;
  display: block;
  padding: 10px;
  font-size: 16px;
  position: relative;
  text-decoration: none;
}

nav ul li a:hover {
    color:white;
    


}
img {
display: flex;
float: left;
z-index: 1;
margin:0;
padding:1%;
}

#comitente{
    display: block;
    width: 80%;
    background-color: #92F5FE;
    margin-left:auto;
    margin-right: auto;
    margin-top:40px;
    margin-bottom: 40px;
    padding-bottom: 2%;
    justify-content: center;
height:100%;
}


    #comitente h1{
        font-family: "Oxygen";
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        display: block;
        background-color:#41C7FF; 
        margin-top:0px;
        padding: 10px;
    }

    #comitente p{
        font-family: "Oxygen";
        font-size: 16px;
        margin:0;
        padding: 0px;
        display: flex;
    flex-direction: column;
    align-items: center;
        max-width: 70%;
        float: center;
       
    }

    #comitente img{
        max-height: 130px;
        max-width: 20%;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
    }

#equipo{

    width:80%;
    background-color: #EDCE25;
    margin-left:auto;
    margin-right: auto;
    padding:0;
    margin-bottom: 60px;
    justify-content: center;
height:100%;


}

#equipo h2{
font-family: "Oxygen";
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        display: block;
        background-color:#F1A906; 
        margin-top:0px;
        padding: 10px;

}


#equipo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#equipo ul li {
    margin: 1em;
}

#equipo ul li a {
    color: tomato;
    font-family: "Oxygen";
    font-weight: bold;
    text-decoration: none;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

#equipo ul li a:hover {
    color: darkslateblue;
}

#equipo ul li a img {
    border-radius: 100%;
    max-width: 150px;
    padding: 12px;

}

#equipo ul li a img:hover {
    border-style: dotted;
    border-width: 2px;
    border-color: tomato;
    color: darkslateblue;

}

#academico h2{
    font-family: "Oxygen";
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        display: block;
        background-color: #92F5FE;
        padding: 10px;
        width: 79%;
        margin-left: auto;
        margin-right: auto;


}
#academico > ul {
display: block;
    font-family: "Oxygen";
    
}

#academico > ul > li {
 display: block;
    font-family: "Oxygen";
}
 



#pie{
    background-color: tomato;
    padding: 3%;  
}

.creditos{
    width: 60%;
    text-align: center;
    font-family: "Oxygen";
    font-size: 12px;
    color:white;
   margin-left: 20%;
   

}

#contenido1{
    width: 80%;
    background-color: #92F5FE;
    margin-left:auto;
    margin-right: auto;
    margin-top:40px;
    margin-bottom: 40px;
    padding-bottom: :2%;
    justify-content: center;
height:100%;}

    #contenido1 h1{
        font-family: "Oxygen";
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        display: block;
         background-color:#41C7FF; 
        margin-top:0px;
        padding: 10px;
    }

   #contenido1 p{
        font-family: "Oxygen";
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2%;
        display: block;
    flex-direction: column;
   text-align: center;
        max-width: 80%;
       
    }

.pantalla {
   display: flex;
   text-align: center;
   width:100%
}
#mapa {
    font-family: "Oxygen";
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        display: block;
        background-color: #92F5FE;
        padding: 10px;
        width: 79%;
        margin-left: auto;
        margin-right: auto;


}
#pie{
    background-color: #333;
    padding: 3%;  
}
.creditos{
    width: 60%;
    text-align: center;
    font-size: 12px;
    color:white;
   margin-left: 20%;
}
   
.mapadenavegacion {
    display: flex;
    width: 100%;
    height: 100%;
}