/*** Botones de ordenar ***/
.up {
display:block;
width: 9px;
height: 7px;
background: url(../../images/order_up.gif) no-repeat;
font-size:1px;
}
.down {
display:block;
width: 9px;
height: 7px;
background: url(../../images/order_down.gif) no-repeat;
font-size:1px;
}
.activo { background-position: 0 -7px}/* CSS Document */

