$(document).ready(function(){
	/*SLIDE*/	
   $('#slider_portada').coinslider({ width: 990, height: 200, navigation:false, delay: 5000, spw: 6, sph: 3, links:true, effect: 'rain', hoverPause: true });
	
	/*COLORBOX*/
	$('a[rel="individual"]').colorbox({rel:'nofollow'});
	$("a[rel='lightbox']").colorbox({slideshow:true,slideshowAuto:false, slideshowSpeed:5000});
	$(".html_lightbox").colorbox({iframe:true, innerWidth:760, innerHeight:500});
	
});


function MM_openBrWindow(theURL,winName,features) {
          window.open(theURL,winName,features);
}
