td.details-control {
    background: url('../Iconos/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../Iconos/details_close.png') no-repeat center center;
}