function muestra(elemento) {document.getElementById(elemento).style.display = '';}
function oculta(elemento) {document.getElementById(elemento).style.display = 'none';}