@charset "utf-8";
/* CSS Document */
body {
    background: url(../img/fondo.png) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

