function mostrarCorreo(tag, local, dominio){
  tag.setAttribute('href', 'mailto:'+ local + '@' + dominio);
}

