jQuery(document).ready(function(){
	jQuery("img[name='img_acceso']").mouseover(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_AccesoComunidad_over.jpg');
	}).mouseout(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_AccesoComunidad.jpg');
	});

	jQuery("img[name='img_presupuesto']").mouseover(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_Presupuesto_over.jpg');
	}).mouseout(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_Presupuesto.jpg');
	});

	jQuery("img[name='img_sugerencias']").mouseover(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_Buzon_over.jpg');
	}).mouseout(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_Buzon.jpg');
	});

	jQuery("img[name='img_incidencias']").mouseover(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_Incidencias_over.jpg');
	}).mouseout(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_Incidencias.jpg');
	});


	jQuery("img[name='img_acceso_ca']").mouseover(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_AccesoComunidadCat_over.jpg');
	}).mouseout(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_AccesoComunidadCat.jpg');
	});

	jQuery("img[name='img_presupuesto_ca']").mouseover(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_PresupuestoCat_over.jpg');
	}).mouseout(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_PresupuestoCat.jpg');
	});

	jQuery("img[name='img_sugerencias_ca']").mouseover(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_BuzonCat_over.jpg');
	}).mouseout(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_BuzonCat.jpg');
	});


	jQuery("img[name='img_incidencias_ca']").mouseover(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_IncidenciasCat_over.jpg');
	}).mouseout(function(){
		jQuery(this).attr('src','http://www.jatonmallorca.com/wp-content/themes/jatonmallorca/images/btn_IncidenciasCat.jpg');
	});




});
