$(document).ready(function(){
	Shadowbox.init();
	$('.media').media({ 
    width:     988, 
    height:    444, 
    autoplay:  true
	}); 
	
	
	// if($('#introES').size() > 0){
		// setTimeout(function() {  
			 // Shadowbox.open({  
				 // content:    '<div style="text-align:center;background:#fff;overflow:hidden;"><a href="/cena-nochevieja.pdf"><img src="/imagenes/comunes/cena-nocheviejaES.jpg" alt="Cena Nochevieja" style="width:933px;" /></a></div>',  
				 // player:     "html",  
				 // width:      930,  
				 // height:     555  
			 // });  
		 // }, 1000);  
	 // }
	 // else{
		// if($('#introEN').size() > 0){
		// setTimeout(function() {  
			 // Shadowbox.open({  
				 // content:    '<div style="text-align:center;background:#fff;overflow:hidden;"><a href="/cena-nochevieja.pdf"><img src="/imagenes/comunes/cena-nocheviejaEN.jpg" alt="Cena Nochevieja" style="width:933px;" /></a></div>',  
				 // player:     "html",  
				 // width:      930,  
				 // height:     555  
				// });  
			// }, 1000);  
		// }
	 // }
	
});



