// JavaScript Document - configuracion de lightbox color box para Kaloni
$(document).ready(function() {

				//Examples of how to assign the ColorBox event to elements

				$(".direccion").colorbox({width:"680", height:"600", iframe:true});
				$(".test").colorbox({width:"690", height:"600", iframe:true});
				$(".noticia").colorbox({width:"600", height:"480", iframe:true});
				$(".video").colorbox({width:"690", height:"500", iframe:true});
});