jQuery(function(){jQuery("#show_ctc").click(do__showctc);jQuery("#show_ctc").mouseover(do__underline_ctc);jQuery("#show_ctc").mouseout(do__desunderline_ctc);jQuery("#hide_ctc").click(do__hidectc);jQuery("#ofertas_ono").mouseover(do__underline_ofertas);jQuery("#ofertas_ono").mouseout(do__desunderline_ofertas);jQuery("#no_cliente").mouseover(do__underline_nocliente);jQuery("#no_cliente").mouseout(do__desunderline_nocliente)});function do__underline_ctc(){jQuery("#show_ctc span.home_precio").css("text-decoration","underline");jQuery("#show_ctc span.home_contratalo").css("color","#00A3DE")}function do__desunderline_ctc(){jQuery("#show_ctc span.home_precio").css("text-decoration","none");jQuery("#show_ctc span.home_contratalo").css("color","#666")}function do__underline_ofertas(){jQuery("#ofertas_ono h6").css("text-decoration","underline")}function do__desunderline_ofertas(){jQuery("#ofertas_ono h6").css("text-decoration","none")}function do__underline_nocliente(){jQuery("#no_cliente h6").css("text-decoration","underline")}function do__desunderline_nocliente(){jQuery("#no_cliente h6").css("text-decoration","none")}function do__showctc(){jQuery("#home1v_promos").animate({opacity:0},50);jQuery("#home1v_promos").css("display","none");jQuery("#home1v_ctc").css("opacity","0");jQuery("#home1v_ctc").css("display","block");jQuery("#home1v_ctc").animate({opacity:1},200)}function do__showctc_without_effect(){jQuery("#home1v_promos").css("display","none");jQuery("#home1v_ctc").css("display","block")}function do__hidectc(){jQuery("#home1v_ctc").animate({opacity:0},400);jQuery("#home1v_ctc").css("display","none");jQuery("#home1v_promos").css("opacity","0");jQuery("#home1v_promos").css("display","block");jQuery("#home1v_promos").animate({opacity:1},400)};