table.contadores {
border: 1px solid #ccc;
width: 75%;
margin: 10px auto;
}
table.contadores tbody tr.principal th {
font: bold .9em/1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
color: #fff;
background: #999900;
text-align: left;
padding: 5px;
border: 0;
}
table.contadores tbody tr.etapas th {
font: bold 11px “Trebuchet MS";
color: #FFFFCC;
text-align: left;
padding: 4px;
border-top: 1px solid #eee;
}
table.contadores tbody th {
font: bold 10px “Trebuchet MS";
color: #FFFFCC;
background: #990000;
text-align: center;
padding: 4px;
border-top: 1px solid #eee;
} 
table.contadores tbody tr.valores td {
font: 10px "Trebuchet MS";
color: #000099;
background: #FFDF62;
text-align: left;
padding: 4px;
border-top: 1px dotted #eee;
}
