$(document).ready(function(){
	
	/*$(document).scroll(function(){
		var arriba = $(document).scrollTop();
		
		if(arriba > 330){
			
		}
	});*/
	
	$("#services a.more").hover(function(){
		$(this).parent().find(".amarillo").animate({opacity: 0.6}, 200);
	}, function(){
		$(this).parent().find(".amarillo").animate({opacity: 0}, 250);
	});
});

function cambiarVideo(url){
	document.getElementById("video").cambiarVideo(url);
}
