$(document).ready(function() {
						 
$(".cambiar").css('cursor', 'pointer').click(function (){var hoja=$(this).attr("id");   $("#color").attr("href","http://www.vaestarbueno.com.ar/wp-content/themes/default/"+hoja)      });
	
});


