.celda_min {max-width: 65px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-right: red 1px solid;}
td, th {vertical-align:top;}
td:last-child {border-right: red 0px solid;}
.nav {font-size:1.2em;font-weight:bold;cursor:pointer;}
.nav
{ /* 3em => 3 tamaños char */
  line-height: 1em;
  display: inline-block;
  min-width:  25px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color:blue;
  padding-top: 3px;
  padding-bottom: 3px;
}
.nav:nth-child(odd)
{ border-left: 1px solid gray;
  border-bottom: 1px solid gray;
}
.nav:nth-child(even)
{ border-right: 1px solid gray;
  border-top: 1px solid gray;
}
.tabQry
  table
  { font-family:Arial,Verdana,sans-serif;
    margin: auto;
    border-collapse: collapse;
    _white-space: nowrap;
    }
  caption
  { text-align:left;
    font-size: 9pt;
    padding-left:100px;
    border-bottom: 1px solid #afafaf;
    min-width: 700px;
  }
  th, td
  { font-size: 8pt;
    white-space: pre-line;
    word-wrap:  break-word;
    overflow-wrap: break-word;
    max-width:250;
    hyphens: auto;
    border-left: 1px solid #d68888;; padding-left: 5px; padding-right: 5px;
    _vertical-align: top;
    _display: inline-block;
  }
  thead tr { border-bottom: 1px solid #afafaf; background-color: #b3b3b3;}
