$().ready(function() {

    if($().supersleight) {
           $('#cesta').supersleight();
    }

    $('#cesta').click(function () {
      window.location = '/carrito';
    });


    $('#bannerDerch').cycle({
                fx: 'turnDown' 
    });


});

function debug(texto)
{
    if(typeof(console) != 'undefined') console.info(texto);
}