@charset "utf-8"

* {
    box-sizing: border-box;
    color: black
}

body {
    font-family: sans-serif;
    font-family: 'Monserrat', sans-serif;
    text-align: left;
    align-items: left;
    margin-left: 3em;
    margin-right: 15cm;
}

.fotoalumna {
    width: 100%;
    max-width: 20%;
    margin-top: 4em;
}

h1 {
    display: flex;
    color: #f87a4c;
    font-size: 25px;
    border-bottom: .4rem solid #f8ad76;
    margin: 0rem 0 2rem;
    max-width: 11em;
}

h2 {
    display: flex;
    color: ;
    font-size: 20px;
    border-bottom: .4rem solid #f8ad76;
    margin: 0rem 1;
    max-width: 15em;
}

h3 {
    display: flex;
    color: #f87a4c;
    font-size: 18px;
    margin: 0rem 0 1;
}

.materias {
    display: flex;
    justify-content: space-between
}

.logofadu {
    max-width: 5%;
}

.logodgpc {
    max-width: 25%;
}
.wireframe{
    width: 95%;
    margin-top: -3;
}
#tp {
    width: 100%;
    height: auto;
    margin: 2em
}

.menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    padding: 1em;
    list-style: none;
    background-color: #f8ad76;
}

header nav .menu li a {
    display: flex;
    flex-direction: row;
    align-items: space-around;
    justify-content: space-around;
    text-align: center;
    padding: 5px 10px 5px 10px;
    margin: 0 15px 0 15px;
    color: white;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}

.integrantesgrupo {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 40px
}

header nav .integrantesgrupo li {
    padding: 13px 10px 13px 10px;
    margin-top: 1rem;
}

header nac .integrantesgrupo li a {
    text-decoration: none;
    display: flex;
    align-items: space-around;
    justify-content: space-around;
    padding: 5px 7px 5px 7px;
    border: 1rem solid;
    border-color: #f87a4c;
    border-radius: .8rem;
    border-width: .13rem;
    color: aqua
}

header nav .integrantes li a:hover {
    background: #f87a4c;
    color: white
}

.datosacademicos {
    display: flex;
    padding: 0emm 0em 0.5em 0em;
    margin: -3px;
    margin-bottom: -5em;
}

.datosacademicos p {
    text-align: left;
    font-size: 12px;
    margin-top: -5px;
}

.datos1 {
    text-align: left;
    font-size: 10px;
    margin-top: -5px;
    margin-bottom: 8em;
}

.datosdgpc {
    text-align: left;
    font-size: 10px;
    margin-top: -5px;
    margin-bottom: 8em;
    margin-left: 5em;
}

nav ul li {
    margin: 0.3cm 0 0 0;
}

header {
    margin: 0.5cm 0 0 0.5cm;

}

article.tp {
    border: #f87a4c .1cm;
    margin: 2cm 2cm 2cm 2cm;

}
