body {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 10pt;
    background-color: rgba(248, 237, 225, 0.59);
    margin: 5rem;
}
div#titulo {
    font-size: 14pt;
}
div#datos {
    float: left;
    width: 250px;
    margin-left: 2rem;
    margin-top: -1rem;
}

#avatar {
    float: left;
    background: none;
}

div#pie {
    font-size: 8pt;
}