// JavaScript Document
$(document).ready(function(){
	$(".map").colorbox({width:"670px", height:"400px", iframe:true});
	$(".about").colorbox({width:"300px", height:"300px", iframe:true});
	$(".registro").colorbox({width:"700px", height:"340px", iframe:true});
	$(".cotizaBolsa").colorbox({width:"650px", height:"100%", iframe:true});
	$(".catalogo").colorbox({width:"600px", height:"400px", iframe:true});
	$(".img_product").colorbox({width:"600px", height:"600px", iframe:true});
	$(".video").colorbox({width:"500px", height:"400px", iframe:true});
});
