* {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    position: relative;
    }

h2{
    font-family: 'Quicksand';
    font-weight: 800;
    padding: 50px 0px 0px 0px;
}

/* HEADER */

header{
    background-color: #EC6373;
    font-family: 'Quicksand', sans-serif;
    }
header a{
    color: #6f6f6e;
}

h1{
    background-color: white;
    text-align: center;
    font-weight: 800;
    font-size: 12px;
    padding: 30px;
}

#nombre{
    image-orientation: center;
    padding: 40px 0px 0px 0px;
}

#perfil{
    image-orientation: left;
}

#datos-personales{
    background-color: #F3A1B0;
    margin: -10px 0px 40px 90px;
    padding: 0px 0px 30px;
}

#datos-personales ul li{
    padding: 10px 0px 20px 50px;
    font-family: 'Lato';
    font-size: 12px;
    color: #903F47;
}

span{
    font-weight: 700;
}

#redes img{
    position: relative;
    padding: 10px 10px 32px 10px;
}

#facebook{
    padding: 0px 0px 0px 600px;
}

#datos-personales h2{
    color: white;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    padding: 50px 0px 30px 0px;
}

/* MAIN */

main{
    font-family: 'Lato';
}

#carrera-dg h2{
    color: #42265B;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    padding: 50px 0px 30px 0px;
}

#carrera-dg h3{
    color: white;
    text-align: center;
    font-weight: 100;
    font-size: 12px;
    padding: 20px 0px 20px 0px;
    background-color: #674192;
    margin: 0px 30px 30px 30px;
}

#carrera-dg ul{
    border-style: solid;
    border-color: #674192;
    border-width: thin;
    padding: 20px 40px 40px 40px;
    margin: -30px 30px 30px 30px;
}

#carrera-dg ul li{
    color: #42265B;
    font-size: 12px;
    text-align: center;
    font-style: italic;
    padding: 5px;
    text-align: center:
}

#trabajos-destacados h2{
    color: #355DA8;
    text-align: center;
    font-weight: 800;
    font-size: 15px;
    padding: 50px 0px 30px 0px;
}

#trabajos-destacados p{
    color: #213968;
    text-align: center;
    font-weight: 100;
    font-size: 13px;
    padding: 0px 0px 20px 0px;
    font-style: italic;
}

.datos-academicos{
    border-style: solid;
    border-width: thin;
    border-color: black;
    padding: 40px;
    margin: 30px;
}

#datos-academicos h2{
    text-align: center;
    color: #2E6C1E;
    font-family: 'Quicksand';
    padding: 50px 0px 0px 0px;
    font-size: 15px;
    font-weight: 800;
}

#datos-academicos h4{
    color: #2E6C1E;
    text-align: left;
    font-weight: 800;
    font-size: 13px;
    padding: 20px 0px 10px 20px;
}

#datos-academicos p{
    color: black;
    text-align: left;
    font-weight: 100;
    font-size: 11px;
    padding: 10px 0px 10px 40px;
}



/* FOOTER */

footer{
    font-family: 'Lato';
    font-size: 12px;
    color: white;
    text-align: center;
    background-color: #FBBA0E;
    padding: 70px;
}

footer p{
    padding: 30px;
    border-style: solid;
    border-color: white;
    border-width: thin;
    border-left-color: #FBBA0E;
    border-right-color: #FBBA0E;
}