$j(document).ready(function() {
	if($j('#promo').attr('id')!=undefined){
			$j("h3").colorbox({width:"550px", inline:true, href:"#promo", title:"Estimados Usuarios", open:true, overlayClose:false, escaped:false, opacity:0.8});
			$j().bind('cbox_complete',function(){
				$j('#cboxClose').hide();
				$j().unbind("keydown.cbox_close"); 
			});
		}
});
