@charset "utf-8"; 


body{
    background-color: white;
    margin:0px;
    font-family: "segoe ui", helvetica, arial, sans-serif;}
* {box-sizing: border-box}
h1,
h2,
h3,
p {
    margin-bottom: 1em;}

a {
    text-decoration: none;
}
ul,
ol,
li{
    list-style: none;
    padding: 0;}
footer {
    background-color: black;
    color: white;
    font-weight: 600
}
.top {
    background-image: url(../imagenes/header.jpg);
    padding: 3rem;
    background-size: cover;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-size: x-large;
    
}
.name { text-align: center;
        color: white;}

header .menu{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: black;
}
.sobremi img {
    display:block;
    margin:auto;
    padding: 3em;
}
header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
header nav ul li {
    min-width: 6em;
    margin: 0 0 0 .80em;
}
header nav ul li a {
    display: block;
    background-color: white;
    color: #b71d3b;
    font-weight: bold;
    padding: .25em .10em;
    text-align: center;
}
header nav ul li a:hover {
    background-color: #b71d3b;
    color: white;
}
.titulo1{
    background-color: #295644;
    color: white;
    text-align: center;
    border-bottom: 1em;
    padding-bottom: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
}
.titulo2 {
    background-color: #db8f1b;
    color: white;
    text-align: center;
    border-bottom: 1em;
    padding-bottom: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    
}
.titulo3 {
    background-color: #542876;
    color: white;
    text-align: center;
    border-bottom: 1em;
    padding-bottom: 0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;   
}
.contenedora {
    max-width: 50rem;
    margin: auto;
    padding: 1em;
    font-weight: 500;
}
main nav ol li a {
    display: block;
    background-color: gray;
    color: white;
    font-weight: bold;
    padding: .25em .5em;
    text-align: center;}
main nav ol li a:hover {
    background-color: white;
    color: #b71d3b;
}
main nav ol {
    display: flex;
}
main nav ol li {
    min-width: 4em;
    margin: 0 0 0 .50em;
}
.integrantes ol {justify-content: center}

.academicos > ul > li:not(:last-of-type) {
    border-bottom: solid 2px rgba(0, 0, 0, 0.4);
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
.academicos > ul > li > *:first-child {
    margin-right: 1em;
    width: 12em;
}
.academicos > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.academicos img {width: 11em;}
.academicos div {display: block;}
.academicos h3 {margin-top: 0}

.carrera { display: flex;
justify-content: space-around;}

.der {margin-top: 0;
background-color: #e3e4e5;

}
.izq {background-color: #e3e4e5}