	  $(document).ready(function(){
		  //Examples of how to assign the ColorBox event to elements
		  $("a[rel='example1']").colorbox();
		  $(".example5").colorbox();
		  $(".example7").colorbox({width:"620px", height:"550px", iframe:true});
		  $(".form-alerta").colorbox({width:"600px", height:"550px", iframe:true});
	  });

