$(document).ready(
function () {
	$('#flash-portada').flash(
	{
		swf: 'fileadmin/swf/2010_02.swf',
		height: 455,
		width: 870
	}
	);
	
	$('#flash-portada-en').flash(
	{
		swf: 'fileadmin/swf/2010_02_en.swf',
		height: 455,
		width: 870
	}
	);
	
});

$(function(){

  	
    $("#portada_listado_grid ul li").hover(function(){
     $(this).animate({  backgroundColor: "#000000"}, 140);
    },function(){
     $(this).animate({  backgroundColor: "#ffffff"}, 100);
	});
   	
 });