﻿
$(document).ready(function () {
    
    $(".gw-solicitud-img").click(function () {
        location.href = $(this).children('a').attr('href');
        return false;
    });

    /*ACCORDION*/
    $('#gw-EventosEspeciales').accordion();
    /*FIN ACCORDION*/

});


