* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.3;
}
#comitente , #equipo {
    padding-left: 1em;
    padding-right: 1em;
}
body {
    background-color: #ffe7ab;
    font-family: 'Raleway', sans-serif;
    margin: 0em;
}
header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
header img {
    display: block;
    width: 8em;
}

#menu{
    list-style-type: none;
    padding-bottom: 0em;
    padding-left: 0em;
    overflow: hidden;
    background-color: #ffd245;
    font-weight: 700;
    display: flex;
    justify-content: center;
}
#menu li{
    float:center;
    list-style-type: none;
}
#menu li a{
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
#menu li a:hover{
    background-color: rgb(255, 221, 114);
}
#menu .active{
    color: #ff0000;
}
.datos{
    font-size: 0.8em;
}

h1{
    font-size: 1.8em;
    color: black;
    font-weight: bold;
    margin-top: 1em;
    text-transform: uppercase;
    text-align: center;
}
h2{
    font-size: 1.2em;
    color: #767676;
    font-weight: bold;
    margin-bottom: 0.8em;
}

h3 {
    color: #fe0000;
    font-weight: bold;
}

.bloque {
    padding: 1em;
    margin: 1em;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #ffd145;
    background-color: #ffffff;
-webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.3);
box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.3);
}

#int img{
    border-radius: 25px;
    vertical-align: middle;
    margin: 0.5em;
}

#int li{
    list-style-type: none;
}

#int li a{
    display: block;
    color: #fe0000;
    text-decoration:none;
    padding: .5em;
}
#int li a:hover {
  background-color: #fff4da;
    border-radius: 5px;

}

#equipo {
    margin-bottom:2em;
}

#int {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    text-align: center;
    font-weight: 700;
}

.carrera {
    color:black;
    font-size: 0.8em;
    font-weight: 400;
}

#datosacademicos{
    padding-left: 1em;
}

#datosacademicos{
    display: flex;
    list-style: none;
    padding-left: 1em;
    flex-basis: 15%;
    justify-content: center;
}

#datosacademicos li{
    padding-right: 2em;
}

#publico{
    padding-left: 2em;
    list-style: decimal;
}
#publico li{
    padding-left: .5em;
}

.lista {
        padding-left: 2em;
}

.imgmapa {
    max-width: 30em;
}

footer{
    background-color: #ffe7ab;
    box-sizing: border-box;
    text-align: center;
    border-radius: 20px;
    padding: 1em;
    font-size: 0.8em;
    margin: 1em;
    margin-top: 3em;
    color: #767676;
}

@media only screen and (max-width: 450px) {

#int {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    text-align: center;
    font-weight: 700;
}

#datosacademicos{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 1em;
    flex-basis: 15%;
    justify-content: center;
}
    
.datos{
    padding-bottom: 1em;
}

.imgmapa {
    max-width: 16em;
}
    
}


@media only screen and (min-width: 40rem) {

.centro {
display: flex;
flex-direction: column;       
    }
    
.bloque {
width: 40rem;
    
}

