@media print {
  @page {
    margin: 0;
  }
  /* Contenido del fichero print.css */
  body {
    page-break-inside: avoid;
    font-size: 8pt;
  }
  h1 {
    font-size: 8pt;
  }
  table {
    page-break-inside: avoid;
    border-spacing: 0;
    padding: 0;
    cellpadding: 0;
    cellspacing: 0;
    margin: 0;
  }
}

body {
  font-family: arial;
}

.num
{
  font-family: arial;
  color: #888;
}

.cm
{
  min-width: 4em;
  text-align: center;
}

.marxe
{
  height: 50px;
}

span.nucant
{
  font-weight: bold;
}

.nmtexto {
  white-space: nowrap;
  font-family: Palatino, serif;
  background-color: #eee;
  padding: 5px;
}

span.cre
{
  font-weight: lighter;
}

