.sort-table {font:11px Tahoma, Arial, Verdana;margin-bottom:15px;clear:both;background:#404040;}
.sort-table td {background:#000;padding:4px 5px 5px;color: #CCCCCC;}
tr.fondoClaro td {
	background: #333;
	cursor: pointer;
}

.sort-table thead {color:#808080;text-transform:uppercase;font-size:10px;margin: 0px;padding: 0px;}
.sort-table thead td {cursor:pointer;background:#222;padding:3px 5px!important;font: bold 10px "Trebuchet MS", Tahoma, Arial;color: #808080;}

#listado img {padding-right: 5px;}

.sort-table thead td:active {
	cursor:pointer;
	border-left-width:1px;
	border-top-width:1px;
	border-left-style:solid;
	border-top-style:solid;
	border-left-color:#666;
	border-top-color:#666;
	color: #999999;
}
.sort-table thead td[_sortType=None]:active {cursor:pointer; border-left-width:1px; border-top-width:1px; border-left-style:solid; border-top-style:solid; border-left-color:#666; border-top-color:#666;}
.sort-arrow {width:10px; height:5px; background-position:center center; background-repeat:no-repeat;}
.sort-arrow.descending {background-image:url("../../img/downsimple.gif");}
.sort-arrow.ascending {background-image:url("../../img/upsimple.gif");}
tr.fondoOscuro td {
	background: #000000;
	cursor: pointer;
}
