html {
    background-image:url(imagenes/fondoRotulo.jpg);
    background-size: cover;}

#pagina {
    max-width: 960px;
    max-height: 600px;
    margin: 0 auto;}

body {
    width: 100%;
    height: 500px;
    margin: 10% auto;
    font-size: 16px;
    font-family: 'Dosis', sans-serif;
}

header {
    background: rgba(255, 49, 128, 0.6);
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 2.5em;
}

main {
    width: 100%;
    margin-top: 2%;
}

footer {
    width: 100%;
    height: auto;
    background: rgba(255, 49, 128, 0.6);
    text-align: center;
    font-size: 1em;
    float: left;
    margin-top: 4%;
}

section article {
    background: #000000;
    width: 20%;
    height: auto;
    margin: 1%;
    float: left;
    text-align: center;
    padding: 50px;
}

article div{
    float: left;   
}

article:hover{
    background-color: #c9ff94;}

a {
    font-size: 1em;
    font-weight: bolder;
    text-decoration: none;
    color: #f8f8f8;
    }

article a:hover{
    color: #000000;}

p {
padding: 10px;}

.nombres {
    background-color: #eaab00;}

.nombres:hover {
    background-color: #ea6300;}

#logo {
    background-color: transparent;}