$('#mostrar').click(function() {
  $('#alerta').show();
});

