$(document).ready(function(){

$('ul li.page-item-5').hover(function(){
  $('#contenedor').css('background', 'transparent url(images/fondo_contenedor_inicio_r.gif) no-repeat top center');
  }, function(){
    $('#contenedor').css('background', 'transparent url(images/fondo_contenedor_inicio2.gif) no-repeat top center');
  });
$('ul li.page-item-7').hover(function(){
  $('#contenedor').css('background', 'transparent url(images/fondo_contenedor_inicio_v.gif) no-repeat top center');
  }, function(){
    $('#contenedor').css('background', 'transparent url(images/fondo_contenedor_inicio2.gif) no-repeat top center');
  });
$('ul li.page-item-39').hover(function(){
  $('#contenedor').css('background', 'transparent url(images/fondo_contenedor_inicio_n.gif) no-repeat top center');
  }, function(){
    $('#contenedor').css('background', 'transparent url(images/fondo_contenedor_inicio2.gif) no-repeat top center');
  });
$('ul li.page-item-41').hover(function(){
  $('#contenedor').css('background', 'transparent url(images/fondo_contenedor_inicio_a.gif) no-repeat top center');
  }, function(){
    $('#contenedor').css('background', 'transparent url(images/fondo_contenedor_inicio2.gif) no-repeat top center');
  });  
});  