div.tabla
{
  clear: none;
  overflow: auto;
  padding: 1px;

}

div.fila
{
  clear: both;
}


div.col_titulo
{
  float: left;
  padding: 5px;
  background: #0B0B61;
  border-style: solid;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  line-height: normal;
  color: #000;
}

div.colSubTotal
{
  float: left;
  padding: 5px;
  height: 10px;
  border-style: solid;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-bottom-color: #eee ;
  font-family: Arial, Tahoma,  sans-serif;
  font-size: 11px;
  color: #000;
}

div.colSubTotal2
{
  float: left;
  padding: 5px;
  height: 10px;
  border-style: solid;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px;
  border-bottom-color: #eee ;
  font-family: Arial, Tahoma,  sans-serif;
  font-size: 11px;
  color: #000;
  text-align: right;
}

div.col
{
  float: left;
  padding: 5px;
  height: 10px;
  border-style: solid;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px ;
  border-bottom-color: #eee ;
  font-family: Arial, Tahoma,  sans-serif;
  font-size: 11px;
  color: #000;
  background: #fff;

}


div.col_titulo_items
{
  padding: 5px;
  border-style: solid;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: red;
  line-height: normal;
}

div.col_items
{
  padding: 5px;
  height: 10px;
  border-style: solid;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 1px ;
  border-bottom-color: #eee ;
  font-family: Arial, Tahoma,  sans-serif;
  font-size: 11px;
  color: #000;
  background: #fff;
}

.orden{
 padding: 0px;
 background: #0B0B61;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 color: white;
 text-decoration: none;
 font-size: 8pt;
 line-height: normal;
}

