// Print JavaScript Document



function imprimir() {
  if (window.print)
    window.print()
  else
    alert("Disculpe, su navegador no soporta esta opción. Excuse, your web navigator does not support this option.");
}



