/* head */
/* body */
body {background-color: ghostwhite}
a {text-decoration: none;
    font-family: 'Merriweather', serif;
    font-size: 9pt;
    color: darkcyan}
h1 {font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 25pt;
    color: white;}
h2 {font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 18pt;}
h3 {font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 12pt;}
p {font-family: 'Merriweather', serif;
    font-size: 11pt;}
ul {font-family: 'Merriweather', serif;
    font-size: 11pt;}
li {font-family: 'Merriweather', serif;
    font-style: italic;
    font-size: 11pt;
    list-style: none;}
 .avatar {float: left;
    width: 100px;
    height: 250px;
    padding: 10px;}
.datos {background-color: coral;
        margin-left: 120px;
        padding-left: 25px;
        padding-bottom: 10px;
        padding-top: 1px;
        }
.datos p {color: white;}
.datos ul {color: white;}
.academicos {margin-left: 120px;
             background-image: url("../img/fondo.png");
             background-size: cover;
            background-position: center;}
.academicos ul {margin: 0px;
    padding: 0px;
    line-height: 1.6;}

/* footer */
