 $(document).ready(function() {
            // cufon text replacement
            Cufon.replace('.titulofoto, #logo, #secciones, .anio');
			$('.fotonovedad').hover(function(){
					$(".cover", this).stop().animate({top:'103px'},{queue:false,duration:160});
				}, function() {
					$(".cover", this).stop().animate({top:'142px'},{queue:false,duration:160});
				});
        });
