@CHARSET "UTF-8";

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1; /* Feeling sorry for IE */
    padding-left:15px;
    width: 100%;
    margin: 40px 0px;
}

.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 30px;
    margin-left: -125px;
    margin-top: -15px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.dataTables_length {
    width: 40%;
    float: left;
    padding: 0 0 5px 0;
}

.dataTables_filter {
    width: 50%;
    float: right;
    text-align: right;
}

.dataTables_info {
    width: 30%;
    float: left;
    padding: 5px 0 0 0;
    font-size: 14px;
}

.dataTables_paginate {
    float: right;
    text-align: left;
    padding: 2px 17px 0 0;
    font-size: 14px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous,
.paginate_disabled_next, .paginate_enabled_next {
    height: 19px;
    float: left;
    cursor: pointer;
    cursor: hand;
    color: #111 !important;
    padding-top: 3px;
}
.paginate_disabled_previous:hover, .paginate_enabled_previous:hover,
.paginate_disabled_next:hover, .paginate_enabled_next:hover {
    text-decoration: none !important;
}
.paginate_disabled_previous:active, .paginate_enabled_previous:active,
.paginate_disabled_next:active, .paginate_enabled_next:active {
    outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
    color: #666 !important;
    display: none;
}
.paginate_disabled_previous, .paginate_enabled_previous {
    padding-left: 30px;
    height: 25px;
}
.paginate_disabled_next, .paginate_enabled_next {
    padding-right: 30px;
    margin-left: 10px;
    height: 25px;
}

.paginate_disabled_previous {
    background: url('../images/back_disabled.png') no-repeat top left;padding-left: 23px;
}

.paginate_enabled_previous {
    background: url('../images/btn_back.png') no-repeat top left;
    heigth: 25px;
}
.paginate_enabled_previous:hover {
    background: url('../images/btn_back.png') no-repeat top left;
}

.paginate_disabled_next {
    background: url('../images/forward_disabled.png') no-repeat top right;
}

.paginate_enabled_next {
    background: url('../images/btn_next.png') no-repeat top right;
    heigth: 25px;
}
.paginate_enabled_next:hover {
    background: url('../images/btn_next.png') no-repeat top right;
}

#divDatos table.display {
    margin: 0px auto; width: 100%; clear: both;
}
#divDatos table.display thead th {
    padding: 3px 10px; font-size: 0.8em; cursor: pointer;
}
#divDatos table.display tfoot th {
    padding: 3px 10px; font-weight: bold; border-top-color: black; border-top-width: 1px; border-top-style: solid;
}
#divDatos table.display tr.heading2 td {
    border-bottom-color: rgb(170, 170, 170); border-bottom-width: 1px; border-bottom-style: solid;
}
#divDatos table.display td {
    padding: 3px 10px; font-size: 0.8em;
}
#divDatos table.display td.center {
    text-align: center;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
    background: url('../images/sort_asc.png') no-repeat center right;cursor:pointer;
}

.sorting_desc {
    background: url('../images/sort_desc.png') no-repeat center right;cursor: pointer;
}

.sorting {
    background: url('../images/sort_both.png') no-repeat center right;cursor: pointer;
}

/*.sorting_asc_disabled {
        background: url('../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
        background: url('../images/sort_desc_disabled.png') no-repeat center right;
}
*/


.dataTables_scroll {
    clear: both;
}
.dataTables_scrollBody {
    border: 1px solid #dbdbd3;
}


#divDatos table tr.odd {
    background-color: Blue;
}
#divDatos table tr.even {
    background-color: Black;
}

/*-----------------------------------------------------------------------------*/
/*------------------- Estilos para el manejo de la grilla ---------------------*/
/*-----------------------------------------------------------------------------*/

#divDatos table {
    width: 100%;

    border-collapse: collapse;
    font-size: 12px;
    margin: 0;
    padding: 0;

    border-color: #bdbdbd;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius:3px; 
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; 
    box-shadow: 0px 0px 1px #a8a8a8;
}
#divDatos caption {
    font-size: 1.4em;
    font-stretch: condensed;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}
#divDatos th, #divDatos td {
    border: 1px solid #E1E1E3;
    padding: 0.6em;
    vertical-align: 4px;
}
#divDatos th {
    text-align: left;
    /*text-transform: uppercase;*/
}
#divDatos thead th, #divDatos tfoot th, #divDatos tfoot td {
    /*background-color: #ebebec;*/
    background: -webkit-linear-gradient(#fbfbfb, #e1e1e3);
    background: -moz-linear-gradient(#fbfbfb, #e1e1e3);
    background: -o-linear-gradient(#fbfbfb, #e1e1e3);

    font-size: 13px;
}
#divDatos tbody th {
    background: url(http://www.clacksweb.org.uk/images/bullet_vacancy.gif) no-repeat 6px 0.8em;
    padding-left: 24px;
}
#divDatos tbody th, #divDatos td {
    background-color:#fff;
}
#divDatos tbody tr:hover td, #divDatos tbody tr:hover th {
    background-color: #e1edff;
}
#divDatos tr.odd td, #divDatos tr.odd th {
    background-color: #eff6ff;
}
#divDatos tbody a {
    color: #333;
}
#divDatos tbody a:visited {
    color: #999999;
}
#divDatos tbody a:hover {
    color: #33c;
}
#divDatos tbody a:active {
    color: #33c;
}
#divDatos tfoot th {
    text-align: right;
}
#divDatos tfoot th:after {
    content: ":";
}
#divDatos .operadores td {
    background-color: #E1E1E3;
    border-color: #E1E1E3;  
}