// JavaScript Document
$(document).ready(function(){
	$('#showEnlaces').click(function(){
		$("#verEnlaces").toggle();
	});
});
