// COLORBOX
$(document).ready(function(){
	$(".ubicacion").colorbox({width:"650", height:"510", iframe:true, opacity:0.7, scrolling:false});
	$(".contacto").colorbox({width:"850", height:"510", iframe:true, opacity:0.7, scrolling:false});
});
