/* PARA O COLORBOX */
$(document).ready(function(){
   //$(".simulaIncentivo").colorbox({ width: "530px", height: "400px", iframe:true});   // para a coluna esquerda
   $(".cboxelement").colorbox({ width: "530px", height: "400px", iframe:true});   // para a coluna esquerda
   $(".comenteNoticia").colorbox({ width: "530px", height: "490px", iframe:true});
   $(".indiqueNoticia").colorbox({ width: "530px", height: "490px", iframe:true});
   $(".bloqueio").colorbox({ width: "530px", height: "400px", iframe:true});
   $(".lnkAlteraCad").colorbox({ width: "530px", height: "400px", iframe:true});
   $(".boxComentario").colorbox({ width: "530px", height: "400px", iframe:true});
});

