/* Inicio Tablas (Grey Suits) */
#tabCont table, #tabCont td{
border: 1px solid #CCC;
border-collapse: collapse;
font: 11px "Tahoma", Arial, Verdana, Helvetica, sans-serif;
}

#tabCont table{
border: none;
border: 1px solid #CCC;
}

#tabCont thead th,
#tabCont tbody th{
background: #ec008c url(../images/th_bck.gif) repeat-x;
color: #666;  
padding: 5px 10px;
border-left: 1px solid #CCC;
}

#tabCont tbody th{
background: #fafafb;
border-top: 1px solid #CCC;
text-align: left;
font-weight: normal;
}

#tabCont tbody tr td{
padding: 5px 10px;
color: #666;
}

#tabCont tbody tr:hover{
background: #FFF url(../images/tr_bck.gif) repeat;
}

#tabCont tbody tr:hover td{
color: #454545;
}

#tabCont tfoot td,
#tabCont tfoot th{
border-left: none;
border-top: 1px solid #CCC;
padding: 4px;
background: #FFF url(../../foot_bck.gif) repeat;
color: #666;
}

#tabCont caption{
text-align: left;
font-size: 120%;
padding: 10px 0;
color: #666;
}

#tabCont table a:link{
color: #666;
}

#tabCont table a:visited{
color: #666;
}

#tabCont table a:hover{
color: #ed008c;
text-decoration: none;
}

#tabCont table a:active{
color: #003366;
}
/* Final Tablas (Grey Suits) */