@charset "utf-8";

* {
    margin: 0em;
    padding: 0em;
    border: 0em;
    box-sizing: border-box;
}



img {
    width: 65%;
  height: auto;
  margin-bottom: 1em;
}


div.diazcortez img {
    width: 30%;
    margin-bottom: 1em;
}



body {
    background-color:rgb(131, 169, 200); 
    font-family: 'Lato', sans-serif;
    color:  rgb(255, 252, 252);
   
}


nav.menu ul {
list-style: none;
display: flex;
text-align: center;
justify-content: space-between;
background-color: rgb(131, 169, 200)
}

nav.menu ul li a {
    text-align: center;

}

header {
    background-color: rgb(106, 94, 174);
    text-align: center;
    padding: 1em;
    
}

#logo {
    padding: 3em;
    width: 2em;
    margin: auto;
    display: block;
    text-align: left;

}


#logo img {
    display: block;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding-bottom: 1em;
}


header .diazcortez ul li a {
    background-color: rgb(131, 169, 200);
    margin: 1em;
    display: block;
    text-decoration: none ;
    color:rgb(255, 255, 255)
  


    
}

header .diazcortez ul li {
    width: 10em;
}


article {
    text-align: left;
    padding: 1em;
    justify-content: space-between;
    text-decoration: none ;
    background-color: rgb(131, 169, 200)
    
}

.infomaterias {
    display: block;
    
    
}

    .infomaterias ul li {
        list-style: none;
    }

.titulo {
    text-align: center;
    display: block;
    align-content: center;
    margin: 1em;
    
   
}



h1 {
    color: rgb(255, 255, 255);
    margin: 1em;
    
}

h2 {
    color: rgb(255, 255, 255);
    padding-bottom: 0,5em;
    text-align: left;
}

article section a {

    text-align: right;
    text-decoration: none;
    color: white;
    text-align: center;
    background-color: rgb(131, 169, 200)

}

.trabajos {
    margin-bottom: 1em;
}



.trabajos div img {
    margin-bottom: 1em;
    margin-top: 1em;
    width: 100%;
}



.trabajos section:last-of-type p {
    border-bottom: none;
}

section.porcentaje p {
    margin: 1em;
}




.datosacademicos {
    margin-bottom: 1em;
}

.datosacademicos ul li {
    text-align: start;
}

article.datosacademicos li {
    list-style: none;
}

.datosacademicos img {
    width: 30%;
    margin-top: 1em;
}

.datoscatedra {
    margin-bottom: 1em;
}

.datoscatedra li {
    list-style: none;
}

.datoscatedra img {
    width: 30%;
    margin-top: 1em;
}

.ContenedorEquipo {
    display: flex;
    max-width: 50em;
    width: min(75rem, 100%);
   
    flex-direction: column;
}

.equipo {
    padding: .5em;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
}


.equipo {
    justify-content: center;
    padding: 1em;

  }

.equipo ul li  {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1em;
    text-decoration: none;
    list-style: none;

  }


.acumar {
    margin-bottom: 1em;
}

.acumar img {
    width: 30%;
    margin-top: 1em;
}


.comitente,
.academicos {
    background-color: rgb(131, 169, 200);
}




footer {
    padding: 1em;
    background-color: rgb(131, 169, 200);
    color: hwb(0 100% 0%);
    text-align: left;
}


