
*{
    box-sizing: border-box;
}

body{
    color:mediumaquamarine;
    margin: 0;
    font-family: sans serif;
    background-color: mediumaquamarine
   
}


h1, h2, h3, h4, p {
    text-align: center;
    color:green;

}

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;
    text-align: center; 

}


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



.alumnos {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
    background-color:mediumaquamarine;
    justify-content: center; 
    align-content: center;
    
}

.alumnosequipo {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
    background-color:pink;
    justify-content: center;
}



.alumnosFadu {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
    justify-content: center; 
    align-content: center;
    
}


#materiasaprobadas ol li  {
    color:black;
    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;
    font-family: sans serif;

}

#materiasencurso ol li  {
    color:black;
    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;
    font-family: sans serif;
}


.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;
    align-items: center;
}


footer{
    background-color: #d5c2db;
    color:black;
}



#logodgpc{
    border-radius: .35em;
    padding: .35em;
    width: 8em; 
    align-items: center;
    justify-content: center;
    text-align: center; 


}

header nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    align-items: center;

}

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

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

header nav ul li a:hover{
    background-color:green;
    color: #ffd595;
    text-align: center;
    align-items: center;
}



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

.datos {
    border-bottom: .2rem solid black;
    color: black;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
}

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

}

.equipoVM15 {
    color: green;
    text-transform: uppercase;
    text-align: center;
    align-items: center;
    
}


 .alumnosequipo 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: green;
        font-weight: bold;
        line-height: 1.7em;
        padding: .125em .5em;
        margin: 0 0 .3em;
    
    }

    .alumnosequipo ol li a:hover {
        background-color:green;
        color:#F6DEF6;
        align-items: center;
    
    }
    

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

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

.academicos ul li  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center; 
    color: green
}
    

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

.academicos img {
    width: 12em;
    height: auto;
    justify-content: center;
    text-align: center; 
    align-items: center;
}

.academicos > ul > li > *:first-child {
    margin-right: 2em;
    width: 12em;
    justify-content: center;
    text-align: center; 
    align-items: center;
}

#logo2 {
    border-radius: .35em;
    width: 8em;
    padding: 1em;
    justify-content: center;
    text-align: center; 
    align-items: center;
    
}

