body {
    /* la imagen se carga dinámicamente desde el body */
    /* PARALAX */
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF;
}