body {
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    margin: 0;
    background: #ffff;
    justify-content: center;
        
}
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    align-content: center;
    
}

header {
    color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #ffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 3);
    
    
}

#navegacioninline > div {
    display: flex;
    justify-content: space-between;
}


.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top:0;
}

.menuprincipal > li {
    display: inline-block;
    font-weight: bold;
}

.navigation ul li a {
    display: block;
    padding-left: 1rem;
    padding-right: 3rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    color: #549577;
    text-decoration: none;


}

.navigation ul li a:hover {
    background: #549577;
    color: white;
}

.menugrupo {
    position: absolute;
    background: #ffff;
    font-weight: normal;
    display: none;


}

.menugrupo li a {
    display: block;
    padding: 1em;

}

.menuprincipal li:hover .menugrupo {
    display: block;
}


.fotomerlo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2em;
}

header section nav{
     display: inline-block;
}

header section {
 display: flex;
    justify-content: space-between;}


ul{
    list-style: none;
}

#comitente  {
    display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
    align-items: center;
    margin-left: 3em;
    padding-top: 3em;
    border-width: medium 
}

#mapaApp {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2em;
 
}

#sanchezgonzalo {
    padding-bottom: 7em;
    text-align: center;
    display: flex;
    flex-direction: column;

}


#tps {
    display: flex;
    flex-direction: column;
    padding: 5em;
    padding-top: 2em;
    border-bottom-width: -0.100em;
    border-bottom-color: #2C2F5E;
}

#materiasaprobadas {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-bottom-style: 8em;
    border-bottom-width: 5em;
    padding-left: 9em;
    padding-right: 9em;
    padding-bottom: 9em;
    border-bottom-color: #2C2F5E;
}

.tPs h3 {
    align-content: center
    padding-top: 0.5em;
    color:2C2F5E ;
    border-bottom-style: solid;
    border-bottom-width: 0.15em;
    border-bottom-color: #2C2F5E;
}

.datosEstudiante {
  float: left;
  width: 5em;
  height: 5em;
  margin: 3px;
  padding: 3px;
  border: black 2px solid;
 }
.autoridades {

    border-style: double;
    margin-bottom: 1em;
    padding-left: em;
    padding-right: 1em;
    border-color: #2C2F5E;
}


h1 {
    color: rgba(37, 53 , 119 , 0.80);
     
}

h2 {
    color: rgba(37, 53 , 119 , 0.81);
}


h3 {
    align-content: center;
    color:#13A09C ;
}



footer{
    padding-top: 3em;
    padding-left: 1em;

    background-color: rgba(, 53 , 119 , 0.81);
   
}

footer p {
    border-top-style: solid;
    border-top-width: 0.5 em;
    border-top-color: rgba(37, 53 , 119 , 0.81);
    padding-top: 0.5em;
    
}
    
    
    
.responsive {
    
    max-width: 100%;
    height: auto;
}

