@charset "utf-8"

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

}

body {
    font-family: 'poppins', sans-serif;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
}

main {
    box-sizing: border-box; 
    text-align: center;
    justify-content: center;
    max-width: 720px;
    padding: auto;
    margin: auto;
}

/* HEADER*/


#menucompleto {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    padding: 10px;
    list-style: none;  
    
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 30px;
    
}

.menu li {
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    padding: 0.5em 1em; 
    border-right-color: #C70039; 
    border-right-style: solid; 
    border-width: 0.1em;
    border-left-color: #C70039;
    border-left-style: solid;
    border-width: 0.1em;
    margin: 5px; 
   
}

.menu li a {
    list-style: none;
    color: #C70039;
}

.menu li a:hover {
    background: white;
    color: #D5946F; 
}


/* MAIN*/

h1 {
    font-size: 25px;
    border-bottom: .1rem solid #D5946F;
    padding-bottom: .1rem;
    align-content: center; 
    text-align: center; 
    
}

#fotoalumna img {
    width: 50%; 
}

.infoalumna, p {
    text-align: center;
    align-content: center;
}

h2 {
    font-size: 18px;
    text-align: center;
}

h3 {
    font-size: 16px;
    text-align: center;
}

h1,
h2,
h3,
h4
{
    color: #900C3F; 
}

h3, h4 {
    border-top-style: solid;
    border-top-color: #D5946F;
    padding-bottom: 0.1em; 
    justify-content: center;
    padding: 0.5em 1em; 
    border-width: 0.1em; 

}


.materiasaprobadas, ul, li {
    list-style: none; 
    padding-left: 0; 
}


#comitenteacumar {
    padding: 0em 1em 1em 1em;
    background-color: rgba(250, 231, 220,0.50);

}

#comitenteacumar p {
    margin-top: -20px
}

#tema {
    padding: 0.1em 1em 1em 1em;
    background-color: rgba(250, 231, 220,0.50);
}

.titulotema {
    border-top: none;
    margin: 0px;

}

#tema p {
    margin-top: -5px
}

#bocetoo {
    display: flex; 
    border: .1rem solid;
    border-color: #C70039;
    border-radius: .8rem;
    border-width: .1rem;
    color: #C70039;
    padding: 5px;
    flex-direction: column; 
    justify-content: center; 
    width: 150px; 
    margin: 10px;  

}

#bocetoo:hover {
    background: #E3AF91;
    color: white;
}

.propuesta {
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    flex-wrap: wrap; 
    padding: 5px 5px 5px 5px;
    border: .1rem solid;
    border-color: #C70039;
    border-radius: .8rem;
    border-width: .1rem;
    color: #C70039;
    margin: 10px;   
    
}


.propuesta:hover {
    background: #E3AF91;
    color: white;
}

.propuesta a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.integrantes {
    box-sizing: border-box; 
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 30px;
    margin-top: 20px;
}

main nav .integrantes li {
    padding: 10px 15px 13px 15px;
    margin: 0.1em; 
}


main nav .integrantes 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: #C70039;
    border-radius: .8rem;
    border-width: .1rem;
    color: #C70039;
    font-size: 12px; 
}

main nav .integrantes li a:hover {
    background: #E3AF91;
    color: white;
}

.datosacademicos {
    display: flex; 
    padding: 0emm 1em 0.5em 1em;
    margin-top: -16px; 
    border-bottom: 0.1em solid #D5946F;
}

.datosacademicos p {
    text-align: center;
    font-size: 12px;
    font-family: 'raleway', sans-serif; 
    font-style: oblique;
    margin-top: -5px; 
}

.logos-academicos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-height: 12rem;
    background-color: white;
    align-items: center;
    margin: 5px 0
}
#logodc {
    width: 100px;
    margin-left: 15px;
    margin-top: 20px;
}

#logofadu {
    width: 150px;
    margin-right: 15px;
    margin-top: 20px;
    padding: .2em;
}

#logoacumar {
    width: 150px; 
    margin-right: auto;
    margin-top: 0px; 
    padding: .2em;
    
}

/* FOOTER*/

footer { 
    flex-direction: row; 
    text-align: center;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
   
}

.contenedorfooter {
    background-color: rgba(250, 231, 220,0.50);
    text-align: center;
    padding: .8rem;
    font-weight: 300;
    font-size: 12px;
    max-width: 720px;
    margin: auto;
    

}




    



 
    
    