body {
    background-color: #e2e2e2;
}

#imagenFondo {
    position: absolute;
    border: 0;
    height: 100%;
    width: 100%;
}

#botonCorreo {
    position: absolute;
    top: 60%;
    left: 1%;
    border: 0;
}

#botonLibroCoros {
    position: absolute;
    top: 40%;
    left: 10%;
    border: 0;
}

#orfeo {
    position: absolute;
    top: 75%;
    left: 1%;
    border: 0;
    height: 100px;
    width: 120px;
}

.textoPresentacion {
    position: absolute;
    top: 50%;
    left: 30%;
    height: 47%;
    width: 70%;
}

.enlaceLibro {
    position: absolute;
    top: 10%;
    left: 20%;
}   
 
a:link {
    font-size: 10pt;
    text-decoration: none;
}

a:visited {
    font-size: 10pt;
    text-decoration: none;    
}

a:active, a:hover {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
}
