$(document).ready(function(){
    $('#top').flash(
        { src: 'images/top.swf',
          width: 902,
          height: 396 },
        { version: 9 }
    );
    $('#frm_contacto').validate({
              errorLabelContainer: $("#error")
    });

    $(function() {
        $('#gallery a').lightBox();
        $('#gallery1 a').lightBox();
        $('#gallery2 a').lightBox();
        $('#gallery3 a').lightBox();
        $('#gallery4 a').lightBox();
    });
});
