body {
  font-family: Helvetica, Arial, Verdana;
  font-size: 11px;
}
table {
  border-collapse: collapse;
  border: 1px solid #1f6a0b;
}
tbody {
  display: block;
  height: 480px;
  overflow: auto;
}
th { 
  background: #1f6a0b;
  background: -webkit-gradient(linear, left top, left bottom, from(#43a927), to(#1f6a0b));
  background: -moz-linear-gradient(top,  #43a927,  #1f6a0b);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#43a927', endColorstr='#1f6a0b');
  color: #fff;
}
td, th {
  padding: 3px;
}
td.dia {
  background: #a1db91;
}
td.equipo1, td.equipo2 {
}
td.marcador { text-align: center; }
td.equipo2, td.puntos {
}
th.nombre { text-align: center; }
td.pronostico { text-align: center;  }
td.puntos { text-align: center; }
tr.non td {   background: #fafafa; }
tr.non td.pronostico {   background: #eee; }
tr.par td {  background: #ddd; }
tr.par td.pronostico {   background: #ccc; }

tr.totales td { 
   background: #c00; 
   background: -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#660000));
   background: -moz-linear-gradient(top,  #cc0000,  #660000);
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#660000');
   font-weight: bold; 
   color: #fff;
   text-align: center;
}

thead tr { position: relative; display: block; }

th { width: 134px; }
th + th  { width: 41px; }
th + th + th { width: 131px; border: 0;}

td { width: 130px; }
td + td  { width: 40px; }
td + td + td { width: 130px; }
