$(document).ready(function() {
    $('.wmb-gallery').cycle({
        speed: 2500, 
        fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
    });
});

//$(document).ready(function() {
//    $("a.imagen_ver").fancybox({
//        'titlePosition'	: 'inside'
//    });
//});
$(function() {
    $( ".wmb-accordion" ).accordion({
         collapsible: true,
        //        fillSpace: true,
        autoHeight: false,
        navigation: true
    });
});

$(function() {
    $( "#wmb_accordion2" ).accordion({
        collapsible: true        
    });
});
$(function() {
    $( "#wmb_accordion3" ).accordion({
        collapsible: true        
    });
});


$(function() {
    $( "#wmb-tabs" ).tabs({
        ajaxOptions: {
            error: function( xhr, status, index, anchor ) {
                $( anchor.hash ).html(
                    "No se puede cargar esta pestaña. Vamos a tratar de solucionar este problema lo más pronto posible. " );
            }
        }
    });
});






