@charset "utf-8";

*{
    box-sizing: border-box;
}

body{
    color:#29233b;
    margin: 0;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color:rgb(97, 83, 107);
   
}


h1,
h2,
h3,
h4,
p {
    text-align: center;
    color: #29233b;
    
}

a{
    text-decoration:none;
}

ul,
ol {
    list-style: none;
    padding: 0;
}


img{
    max-width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
}


#fotopersonal{
    max-width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
}


.contenedora {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
    background-color: #8b7492;
}

.contenedoraequipo {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
    background-color: #d5c2db;
}


.contenedoradelinks{
    max-width: 50rem;
    margin: auto;
    padding: 0,5rem;
}

.contenedoraFadu {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;


}




#materiasaprobadas ol li  {
    justify-content: center;
    justify-items: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 0em;

}

#materiasencurso ol li  {
    justify-content: center;
    justify-items: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 0em;
}


.contenedoraAcumar{
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
    display: flex;    
    justify-content: center;
    text-align: center; 
    border-radius: 1em;
    width: 100%;
    flex-direction: column;
}

.contenedoraAcumar #mockups nav ol li {
    display: flex; 
    justify-content: center;
    max-width: 100%;
    
}

.contenedoraAcumar #mockups nav ol li a {
    background-color: #FFEACA;
    border-radius: .25em ;
    color:  #BB8760;
    font-weight: bold;
    padding: .25em .5em;
    text-align: center;
    display: block;
    margin: 0.5em;
    text-transform: uppercase;

}

.contenedoraAcumar #mockups nav ol li a:hover {
    background-color: #BB8760;
    color: #FFEACA;
}


.academicos{
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
}

header,
footer{
    background-color: #d5c2db;
    color:#BB8760;
}



#logodgpc{
    border-radius: .35em;
    padding: .35em;
    width: 8em; 
}

header nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
}

header nav ul li{
    min-width: 4em;
    margin: .10em 0 .10em .25em;   
    padding: 0.2rem;
}

header nav ul li a{
    background-color: #f1e4cf;
    border-radius: .25em ;
    color:  #d3996d;
    font-weight: bold;
    padding: .25em .5em;
    text-align: center;
    display: block;
    text-transform: uppercase;
}

header nav ul li a:hover{
    background-color: #655786;
    color: #ffd595;
}



.tituloacumar
{
    border-bottom: .2rem solid #BB8760;
    color: #BB8760;
    text-transform: uppercase;
    text-align: center;
}

.datos {
    border-bottom: .2rem solid #29233b;
    color: #29233b;
    text-transform: uppercase;
    text-align: center;
}

.trayectofadu {
    border-bottom: .2rem solid #BB8760;
    color: #BB8760;
    text-transform: uppercase;
    text-align: center;

}

.equipoVM15 {
    color: #BB8760;
    text-transform: uppercase;
    text-align: center;
}


 .contenedoraequipo ol li a {
        border-radius: .25em;
        text-align: center;  
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #F6DEF6;
        border-radius: .25rem;
        color: #BB8760;
        font-weight: bold;
        line-height: 1.7em;
        padding: .125em .5em;
        margin: 0 0 .3em;
    
    }

    .contenedoraequipo ol li a:hover {
        background-color: #BB8760;
        color:#F6DEF6;
    
    }
    

.nombre{
    display: flex;    
    justify-content: center;
    text-align: center;
    background-color: #F6DEF6;  
    color: #BB8760;
    width: 100%;
    border-radius: .25em;
    flex-direction: column;
}

.equipoVM15{
    display: flex;    
    justify-content: center;
    text-align: center; 
    color: #BB8760;
    width: 100%;
    flex-direction: column;
    margin: auto;
    padding: 0,5em;
}

.academicos ul li  {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
    

   
.academicos > ul > li:not(:last-of-type) {
    border-bottom: .2rem solid #29233b;
    padding-bottom: .9em;
    margin-bottom: .9em;
}

.academicos img {
    width: 12em;
    height: auto;
}

.academicos > ul > li > *:first-child {
    margin-right: 2em;
    width: 12em;
}

#logo2 {
    border-radius: .35em;
    width: 8em;
    padding: 1em;
    
}










    














