
/*
 * Table
 */
table.dataTable {
    margin: 0 auto;
}

/* Añadido */
table.dataTable thead tr th.sorting { 
    background: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==) no-repeat center right;
    cursor: pointer;
    padding-right: 18px;
    vertical-align: middle;
}
table.dataTable thead tr th.sorting_asc { 
    background: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7) no-repeat center right;
    cursor: pointer;
    padding-right: 18px;
    vertical-align: middle;
    background-color: #f9f9f9;
}
table.dataTable thead tr th.sorting_desc { 
    background: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7) no-repeat center right;
    cursor: pointer;
    padding-right: 18px;
    vertical-align: middle;
    background-color: #f9f9f9; 
}
table.dataTable.table-bordered thead tr th.sorting { 
    background: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==) no-repeat center right;

}
table.dataTable.table-bordered thead tr th.sorting_asc { 
    background: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7) no-repeat center right; 
    background-color: #000; 
}
table.dataTable.table-bordered thead tr th.sorting_desc { 
    background: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7) no-repeat center right; 
    background-color: #000; 
}
.dataTables_length select, .dataTables_filter input{
    font-weight: normal;
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}
.dataTables_wrapper .dataTables_length label, .dataTables_wrapper .dataTables_filter label {
    font-weight: normal;
    margin-bottom: 12px;
}
.dataTables_info {
    margin-top: 12px;
}