#pagina {
    max-width: 960px;
    background-color: #184242;
    padding: 10px 10px 50px;
    margin: auto;
}

h3 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
}

header {
    max-width: 960px;
    height: 55px;
    background-color: #97bfbf;
    background-repeat: no-repeat;
    padding: 12px 10px 50px;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 22px;
    color: rgb(0,0,0);
    margin: auto;
}

article {
    max-width: 960px;
    background-color: #00AA9E;
    background-repeat: no-repeat;
    padding: 1px 1px 31px 0px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 14px;
    color: rgb(0,0,0);
}

article ul li {
    float: left;
    margin: auto;
    list-style-type: none;
    text-decoration: none;
}

article ul li a {
    background-color: #fff;
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
    padding: 8px 40px 8px 40px;
}

article ul li a:hover {
    background-color: #ff9836;
    padding: 8px 40px 8px 40px;
    color: #fff;
}

body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 17px;
    color: rgb(0,0,0);
    background-color: #E8EEF0;
    background-repeat: no-repeat;
}

.datospersonales {
    padding-top: 6px;
    padding-bottom: 6px;
}

.datospersonales img {
    padding: 10px 8px 5px;
    margin-left: 94px;
    float: left;
}
    
.datospersonales nav ul li {
    list-style-type: none;
}

.datospersonales nav ul li a {
    background-color: #F2F2F2;
    text-decoration: none;
    float: left;
    margin-top: 10px;
    padding: 2px 32px;
    text-align: center;
}

.datospersonales nav ul li a:hover {
    background-color: #ff9836;
    color: #fff;
}

#datosacademicos {
    color: rgb(255, 255, 255);
    padding: 0px 15px 2px 40px;
}

footer img {
    float: left;
    padding: 0px 10px 8px 9px;
}

footer {
    max-width: 960px;
    background-color: rgb(242, 242, 242);
    background-repeat: no-repeat;
    padding: 2px 10px 11px 10px;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 10px;
    color: rgb(0,0,0);
    margin: auto;
}