table.tablesorter {
	/* Contenido generico para todas las tablas en style.css*/
}
table.tablesorter th {
	/* Idem anterior */
}
table.tablesorter td {
	/* Idem anterior*/
}
table.tablesorter .even {
	/* Estaría bueno si supiera como hacer para que sea automatico que
 marque con las clases correspondientes las celdas. pero ta.
        background-color: #3D3D3D;
        */
}
table.tablesorter .odd {
    /* idem anterior
	background-color: #6E6E6E;
        */
}
table.tablesorter .header {
	background-image:url(../img/tablesorter/bg.png);
        background-repeat: no-repeat;
        background-position: 9px;
        padding-left: 30px;
        text-align: left;
        cursor: pointer;

}
table.tablesorter .headerSortUp {
	background-image:  url(../img/tablesorter/asc.png);
        background-repeat: no-repeat;
}
table.tablesorter .headerSortDown{
	background-image:  url(../img/tablesorter/desc.png);
        background-repeat: no-repeat;
}