<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Barlow:200,200i,300,300i,400,400i,600,700,700i&amp;display=swap');


body {background-color:#ffe6d5;}

*{text-align: center;}

nav ul li a {
    color: #373442;
    text-decoration: none;
    margin: 0;
    color:#373442;
}

img.dgpc {
    width: 100px;
    height: 100px;
}

img.fotoperfil {
    height: 100%;    
    border-radius: 1em;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 50%;

}

img.logouba {
    width: 199px;
    height:80px;
    margin-bottom: 0.1em;
    margin-top: 0.1em;
}

nav ul {
    list-style: none;
    margin-bottom: 20px;
    margin-top: 0px;
    padding: inherit;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;   
}

h3 {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 150%;
    text-align: center;
    color: #ffe6d5;
    width: 50%;
    background-color: #1D5562;
    border-radius: 0.2em;
    margin: auto;
    text-align: center;
    display: inline-block;
}

h1 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 300%;
    color: #0c5751;
    margin-top: 0.1em;
    margin-bottom: 0.2em
   
}

.estudiante {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 100%;
    margin-top: 0.01em;
    margin-bottom: 3em;
    
    
}

.destacado {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 100%;
    margin-top: 0.1em;
}

.objetivo {
    margin-bottom: 20px;
    margin-top: 0px;
    padding: inherit;
    font-family: 'Barlow' , sans-serif;
    font-weight: 300;  
    
    
}

nav.contenedor ul li {
    display: inline;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    margin: 20px;      
    border-width: 0.1em;
    
}


nav.contenedor ul li a:hover {
    background-color: #0c5751;
    color: #ffe6d5;
    border-radius: 0.2em;
    text-align: center;
    
    
}</pre></body></html>