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

body{
    width:100%
    min-height:100vh;
    min-height: -webkit-fill-available;
    /*caja flexible*/
    display:flex;
    
    flex-direction: column;
    
    justify-content: space-between;
  
    font-family: "trebuchet ms", fira-sans-condensed, sans-serif;

}
html{
    height: -webkit-fill-available;
    width:100%;
    
    }
img{
   max-width: 100%;
    height: auto;
    align-content:center;
}
p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin-bottom:0.5em
}

main{
  
    background-color:lightblue;
    /* crece para "llenar" la caja contenedora */
    flex-grow: 1;
    
    /* es caja flexible contenedora */
    display: block;
    
    /* permite a sus cajas contenidas ir a la siguiete línea */
    flex-wrap: wrap;
    
    /* dirección de sus elementos */
    flex-direction:column;
}
.comitente{
    max-width:80rem;
    margin: 0 auto;
    padding: 1rem;
}
.titulo{
    
    border-bottom: .2em solid #ff6e00;
    padding-bottom: .3em;
    text-align:left;
    width:100%;
}
a{
    text-decoration: none;
}

ul,
ol{
    list-style: none;
    padding: 0;
}
header,
footer{
        background-color: skyblue;
        padding: .5em;
        flex-grow: 0;
}
.contenedora{
    margin:0 auto;
    max-width: 50rem;
}
header .contenedora{
    display:flex;
    justify-content: space-between;
    align-items:center;
   
}

#logofadu{
    border-radius:.35em;
    padding:0.1em;
    width: 7em;
    align-content:right;
    
}
#logodgpc{
  display: block;
    width: 8em;
    
    
}
header nav ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
}
header nav ul li{
    min-width: 5em;
    height:2em;
    margin:.25em 
    
}
header nav ul li a{
    width:100%;
    height:100%;
    background-color:darkorange;
    color:white;
    text-decoration:none;
    font-weight: bold;
    display:flex;
    justify-content:center;
    align-items:center;
}
header nav ul li a:hover{
    background-color: orange;
    color: black;
}

.alumna{
    background-color:lightskyblue;\
    
    
}
.usuario{
    
    margin:auto;
    text-align:center;
    max-width:80em;
    
   
}


.equipo{
    display: flex;    
    justify-content: center;
    text-align: center;
    background-color: lightskyblue;
    width: 100%;
    border-radius: .88em;
    flex-direction: column;
}
#equipo h2{
    width: 100%;
}

#equipo h2 {
    margin-top: .2em;
    margin-bottom: .5em
}
#integrante {
    display: flex;
    background-color: darkorange;
    color:black;
    border-radius: .25rem;
    font-weight: bold;
    line-height: 1.7em;
    padding: .125em .1em;
    margin: 0 0 .2em;
}

#integrante:hover {
    background-color: orange;
    color: white;
}

#datos-academicos{
    margin:auto;
    width:95%;
    padding-top: 2em;
    
}
#foto-mili img{
    border-radius:50%;
    width:50vw;
    max-width:15em;
    max-height: 15em;
    text-align:center;
   
}
#boceto{
    padding-top:2em;
    margin:auto;
    width:95%;
}
#primerboceto{
    display: flex;
    background-color: darkorange;
    color:black;
    border-radius: .25rem;
    font-weight: bold;
    line-height: 1.7em;
    padding: .125em .1em;
    margin: 0 0 .2em;
    
}
#boceto img{
    padding-top:2em;
    width:50%;
}


section {
    width: auto;
    max-width: 100%;
    margin: auto;
    padding-bottom: 1em;
}

section a {
   
    text-decoration: none;
}

section a:hover {
    
    text-decoration: underline;
}*/
@media (min-width: 30em){
    .usuario{
        text-align: left;
        width:90%;
        max-width: 35em;
        display:flex;
    }
    .usuario img {
        width: 5em;
        height: 5em;
        max-width: 5em;
        max-height: 5em;
        margin-right: 1em;
    }
}
@media ( min-width: 40em ) {
    
    main {
        
        flex-direction: row;
        justify-content: center;
    }
    
    .usuario,
    section{
        width: 45%
    }

}



#datos-principales h1{
    font-size: 32px;
    color:darkorange;
    text-align: center;
}

#datos-principales h3{
    
    color:black;
    text-align: center;
}

*/









