<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* COLORES rosa:f7347f nude:fff4e8 yellow:ffee50  */

body{
    background: #fff4e8;
    font-family: 'Montserrat', sans-serif;
    padding: 1em;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: black;
}

li{
    list-style: none;
}


/* NAVEGACIÃ“N */

nav ul{
    padding: 1em ;
    margin: 1em;
    width: 25em;
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    align-content: center;
    text-align: center;
    background: #f7347f;
}
header{
    display: flex;
    justify-content: center;
}


/* INICIO */

#intro{
    text-align: center;
    padding: 1em;
}
h4{
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.foto{
    width: 60%;
    display: block;
    margin: auto;
}
.links{
    display: flex;
    justify-content: space-evenly;
    padding-left: 0em;
}
.links img {
    width: 3em;
    height: auto;
}
.resumen{
    background:#faf22e;
    box-sizing: border-box;
    padding: .8em;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    margin: 2em;
}
.resumen h3{
    font-size: 2em;
    margin: .5em 0em 0em
}


/* INFORMACIÃ“N */

article{
    border: solid black 2px;
    padding: 1.5em;
    margin: 2.5em;
}
article h2{
    border-bottom: solid 2px #f7347f;
    color: #f7347f;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: .5;
    text-align: center;
    padding-bottom: .8em;
    font-weight: 800;
}
article h3{
    text-align: center;
    font-size: 1em;
    padding-bottom: .5em;
    padding-top: 1em;
    border-bottom: solid 1px;
}
article ul{
    padding: 0;
    font-weight: 300;
}
article ul li{
    list-style: circle;
    margin-left:50;
    padding: .2em 0em;
}

/* PROPUESTA */

.propuesta{
    background: black;
    color: #fff4e8;
    text-transform: uppercase;
    padding: 1em;
    margin: 0em 2em;
    display: block;
    justify-content: center;
    text-align: center;
}

/* DATOS ACADÃ‰MICOS */

#datos{
    padding: 2em;
    padding-top: 3em;
}
#datos h2{
    text-transform: uppercase;
    font-size: 1em;
}
#datos h5{
    font-size: .9em;
    margin: 1em 0em;
}
#datos p{
    font-size: .8em;
    margin: .7em 0em;
}
#datos div{
    margin: 2em 0em;
    border-bottom: solid 1px
}
#datos div img{
    height: 2.5em;
    width: auto;
}
.integrantes{
    font-size: .8em;
    padding: .5em;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-evenly;
    align-content: center
}


/* FOOTER */

footer{
    background: #e0e0e0;
    padding: 1em;
    width: 100%;
    font-weight: 300;
    text-align: center;
    font-size: .8em;
}</pre></body></html>