
.table {
 width: 438px;
 float: left;
 margin-bottom: 15px;
}

.results {
 padding: 0; 
 margin: 0;
 width: 100%;
}

caption {
 padding: 0 0 5px 0;
 font: italic 11px 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
 text-align: right;
}

th {
 font: bold 11px Arial, Helvetica, sans-serif;
 color: #012e5a;
 border-right: 1px solid #cedfeb;
 border-bottom: 1px solid #9dbad3;
 border-left: 1px solid #fff;
 text-align: left;
 padding: 8px 6px 7px 12px;
 background: #dce8f2 url('../imagenes/bg-table-header.gif') repeat-x;
}

th.first {border-left: 1px solid #cedfeb;}

th.nobg {
 border-top: 0 none;
 border-left: 0 none;
 border-right: 1px solid #cedfeb;
 background: none;
}

td {
 font: normal 11px auto Arial, Helvetica, sans-serif;
 color: #012e5a;
 border-right: 1px solid #cedfeb;
 border-bottom: 1px solid #cedfeb;
 background: #fff;
 padding: 6px 6px 6px 12px;
}


td.alt {background: #f3f7fa url('../imagenes/1px.gif') repeat-x top left;}

th.spec {
 border-left: 1px solid #cedfeb;
 border-top: 0 none;
 border-bottom: 1px solid #cedfeb;
 font: normal 11px auto Arial, Helvetica, sans-serif;
 background: #fff;
}

th.specalt {
 border-left: 1px solid #cedfeb;
 border-top: 0 none;
 border-bottom: 1px solid #cedfeb;
 font: normal 11px auto Arial, Helvetica, sans-serif;
 background: #f3f7fa url('../imagenes/1px.gif') repeat-x top left;
 padding: 6px 6px 7px 12px;
}

td strong {color: #699bc9;}
