
        $(document).ready(function() {
            $('div.Cuadro').quicksearch({
                position: 'after',
                attached: 'div.Buscar',
                labelText: 'Buscar',
                delay: 1000,
                onAfter: function(k) {
                    $('#body').removeHighlight().each(function() { $.highlight(this, k); });
                    $('#floatMenu').removeHighlight();
                }
            });

        })			
    
