// Place your application-specific JavaScript functions and classes here

function quitar(element) {
    $(element.parentNode).remove();
}
