$(document).ready(function() {
	//$('span.enlace').replaceWith("<a href='" + $('a.enlacereal').attr("href") + "' title='" + $('a.enlacereal').attr("title") + "'>" + $('span.enlace').html() + "</a>");
	$('span.enlace').replaceWith("<a href='http://elclerigo.com/movil2.html' title='" + $('a.enlacereal').attr("title") + "'>" + $('span.enlace').html() + "</a>");
});