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

/* Imagen utilizada por defecto, la que se utlizará en pantallas pequeñas http://webresizer.com/resizer/ */
body {   
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    
    margin:0px;
    padding:0px;
    background: url('https://d1ywt2avzpojqc.cloudfront.net/web/fondos/inicio01.png') center center  no-repeat fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;

    
}
