$(document).ready(function(){
 /*$("#idiomas").mouseover(function () {
 $(#idiomas table).show();
 });*/

 $(window).resize(function(){
 /*var t = $(window).height()/2-250+$(document).scrollTop()-165;
 $(".win_gallery").animate({top: t}, 300);*/
 $("#bodyOff").css({'width': $(window).width()});
 $("#bodyOff").css({'height': $(document).height()});
 });
 $("#bodyOff").css({'width': $(window).width()});
 $("#bodyOff").css({'height': $(document).height()});
 // Win video Close
 $("#winVideo .close").click(
 function() {
 $("#bodyOff").hide();
 }
 );
});

