
/*------------------------------------------*/
/*---------- Imagen de Fondo  --------------*/
/*------------------------------------------*/

/* Imagen utilizada por defecto, la que se utlizará en pantallas pequeñas */
body {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: url('../img/fondos/fondo1.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
}


