* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    color: #AF7AC5;
    
}

header{
    
    background-color: #633974;
    height: 3em;
    display: flex;
    justify-content: space-between;
    align-items:center;
    max-width: 100%;
}
.dgpc{
    position: absolute;
    left: 0.4em;   
    top: 0.55em;
}
#dgpcnav{
        height: 30px;
    
}



nav
{
    margin: 0em;
    
    display: flex;
    justify-content: flex-end;    
    
}

nav ul {
    padding: 0.5em;
    list-style: none;
    display: flex;
    justify-content: center;

        
    }

nav ul li {
    margin: 0em;
    padding-right: .15em;
    padding-left: .15em;
    height: 2em;
    display: flex;
    justify-content: center;
    
    }


nav ul li a {
    font-size: 0.75em;
    width: 4.5em;
    text-decoration: none;
    background-color: #BB8FCE ;
    color: #F4ECF7;
    display: flex;
    justify-content: center;
    align-items: center;

    }



body{
    background-color: #D7BDE2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nombre{
    color: #F4ECF7;
    font-size: x-large;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 15px;
    line-height: 0.5;
    

}
hr{
   height: 0.15em;
    background-color:#AF7AC5 ;
    border: #AF7AC5;
}
.carrera{
    color:#F5EEF8; 
    font-weight: 200;
    font-size:small;
    padding top: 0px;
    padding-bottom: 5px;
    padding-left: 18px;
    line-height: 1.5;
}
main {
    display: flex;
    flex-direction: column;
    flex-wrap:nowrap;
    justify-content: center;    
}
.portada{
    background-image: url(fotoportada.jpg);
    background-size: 480px;
    background-repeat: no-repeat; 
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    line-height: 2;
}

.subtitulo
{
    color: #A569BD;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    padding-left: 15px;
    padding-bottom: 0.25em;
    
}
.contenido
{
    color: #512E5F;
    font-weight:400; 
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.5em;
    padding-bottom: 0.5em
          
}
.contenido ul {
    
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contenido ul li {
    height: 4em;
    width: 10em;
    display: flex;
    justify-content: center;
   
       }


.contenido ul li a {
    font-size: 95%;
    width: 9em;
    text-decoration: none;
    background-color: #BB8FCE  ;
    color: #F4ECF7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5em; 
    margin-left: 0.5em;
    margin-top: 0.25em;
    

    }


footer ul {
    margin-left: 3em;
    margin-right: 3em;
    list-style: none;
    display: flex;
    justify-content: center;
}

footer ul li {
    font-family:'Poppins', sans-serif;
    height: 2em;
    display: flex;
    justify-content: center;
    margin-right: 1em; 
    margin-left: 1em;
    
    }


footer ul li a {
    width: 5em;
    text-decoration: none;
    background-color: #BB8FCE;
    display: flex;
    justify-content: center;
    align-items: center;
         
}
.a{
    color: #F4ECF7;
    font-weight: 400;
}

.b{
    color: #F4ECF7;
    font-weight: 400;
}

.c{
    color: #F4ECF7;
    font-weight: 400;
}

.leyenda {
    background-color: #512E5F;
    font-family:'Poppins', sans-serif;
    font-size: 8px;
    display: flex;
    justify-content: center;
    color: F5EEF8;
    font-weight: 300;
    
}



