	$(document).ready(function() {

		$("#ctl00_amigo").colorbox({width:"610px", height:"350px", iframe:true});
		
		$("#estadios a").colorbox();
		$("#imagenes-generales a").colorbox();
		$("#enlace-video").colorbox();
		$("#ciclo-tuta").colorbox();
		$("#download-videos a").colorbox();
		$("#noticias a").colorbox({width:"700px"});
		

	});

