/* Página de inicio*/
#inicio_oferta_contenedor, #inicio_oferta_contenedor .imagen, #inicio_oferta_contenedor .mascara {
    position:absolute;
    width:993px;
    height: 506px;
}
    #inicio_oferta_contenedor .imagen{
        z-index: 2;        
    }
    #inicio_oferta_contenedor .mascara {
        z-index: 3;        
    }
    #inicio_oferta_contenedor .detalle {
        z-index: 4;
        width: 354px;
        height: 532px;
        left: 110px;
        top: 20px;
    }

/*Capa publicidad*/
#inicio_publicidad {
    width:405px;
    height: 145px;
    overflow: hidden;
    left: 606px;
    text-align:right;
}

#mas_informacion {
    position: absolute;
    width: 155px;
    height: 42px;
    top: 482px;
    left: 500px;
}
#mas_informacion img:hover {

}

