/* Estilos */

div.divPrincipal {
    line-height:1.5em;
    padding: 0 50px;
}

div.tituloPrincipal {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    color: #02256e;
    text-align: center;
}

div.subTituloIzq {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 25px 0 5px 0;
    color: #02256e;
    text-align: left;
    border-bottom: 1px solid #02256e;
    background: none;
}

/* estilos del paginador */

table.tabPaginador {
    margin: 0 0 5px 0;
    padding: 0;
    border: none;
    width: 100%;
}

table.tabPaginador tr th {
    width: 15%;
    text-align: right;
    padding-right: 15px;
    font-weight: normal;
}

table.tabPaginador tr td {
    width: 70%;
    text-align: center;
}

a.pag, a.pagActual, a.pagL, a.pagR {
    border: 1px solid #02256E;
    background-color: #C9DCF2;
    color: #022157;
    padding: 0 4px 0 4px;
    margin: 0 2px 0 2px;
    cursor: pointer;
    font-weight: normal;
}

a.pagL {
    margin: 0 10px 0 3px;
}

a.pagR {
    margin: 0 3px 0 10px;
}

a.pag:hover, .pagR:hover, .pagL:hover {
    background-color: #02256E;
    color: #ffffff;
}

a.pagActual {
    border: 1px solid #99a9bd;
    background-color: #d4e7fd;
    color: #9aa7bc;
    cursor: auto;
}

/**/

div.divListResumen {
    margin: 10px auto 10px auto;
    padding: 10px 0 20px;
    border: none;
    min-height: 200px;
}

div.divResultadoProcesos {
    margin: 0 auto 50px auto;
    padding: 0px;
    border: none;
    min-height: 200px;
}

div.linkDerecha {
    text-align: right;
    padding: 15px 10px 0 0;
}

/* tabla de resultados */

table.proceso, table.docs {
    width: 100%;
    margin: 15px 0 15px 0;
    padding: 0;
    cursor: pointer;
}

table.docs {
    cursor: default;
}

table.proceso tr th, table.proceso tr td, table.docs tr th, table.docs tr td {
    border: none;
    margin: 0;
    padding: 2px 3px 2px 3px;
    vertical-align: middle;
}

table.proceso tr th, table.docs tr th {
    width: 20%;
    font-weight: bold;
    text-align: right;
    background-color: #f6f6f6;
    border-bottom: 1px solid #f0f0f0;
}

table.docs tr th {
    text-align: left;
    padding-left: 2px;
}

table.proceso tr td, table.docs tr td {
    border-bottom: 1px solid #f0f0f0;
}

table.proceso:hover tr th {
    background-color: #f0f0f0;
    border-bottom: 1px solid #e8e8e8;
}

table.proceso:hover tr td {
    background-color: #e3f3ff;
    border-bottom: 1px solid #d4e7fd;
}

table.docs tr:hover td {
    background-color: #e5f7fb;
    border-bottom: 1px solid #e1f1fd;
}

/* tabla de busqueda */

.divBusqueda {
    margin: 10px auto 10px auto;
    border: 1px solid #e0ebff;
    padding: 5px;
}
/* tabla titulo */
table.titulo {
    width: 100%;
    margin: 15px 0 15px 0;
    padding: 0;
    cursor: pointer;
}

table.titulo tr th, table.titulo tr td {
    border: none;
    margin: 0;
    padding: 0;
}

table.titulo tr th {
    text-align: left;
    font-weight: bold;
    margin: 20px 0 5px 0;
    color: #02256e;
}

table.titulo tr td {
    text-align: right;
    padding-right: 10px;
}

/* INPUTS */
select.sel {
    width: 150px;
}

input[type="text"], select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    margin: 0;
    padding: 2px 4px;
    width: 150px;
}

input[type="text"]:focus, select:focus, textarea:focus {
    border: 1px solid #abcedf;
    background-color: #f4f8fe;
}

input[type="text"][disabled], input[type="text"][readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly],
input[type="text"][disabled]:hover, input[type="text"][readonly]:hover, select[disabled]:hover, select[readonly]:hover, textarea[disabled]:hover, textarea[readonly]:hover{
    border: 1px solid #efefef;
    background-color: #fafafa;
    color: #000;
}

input[type=radio], input[type=checkbox] {
    padding: 0;
    margin: 0;
}

input.calendar {
    background: url(../images/icons/16/calendar.png) 82px 50% no-repeat #fff;
    width: 100px;
}

.ui-datepicker {
    width: 165px;
}

table.ui-datepicker-calendar {
width: 100px;
}

a.ui-state-default {
    width: 15px;
    margin: 0;
    padding: 0;
}

/*botones*/
input.btn {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #666;
    padding: 3px;
    margin: 5px 8px 5px 8px;
    width: 105px;
    text-shadow: #ccc 0.1em 0.1em 0.1em;
    cursor: pointer;
}

input.btn:hover, input.btn:focus {
    background-color: #ccc;
    border: 1px solid #999;
    color: #fff;
    text-shadow: #000 0.1em 0.1em 0.1em;
}

input.btnBuscar {
    background: #eee url(../images/icons/16/find.png) 20px 50% no-repeat;
    padding-left: 40px;
    text-align: left;
}

a.enlace, a.enlace:hover {
    color: #0e3292;
    font-weight: normal;
}

a.linkProcesos {
    color: #000000;
    cursor: pointer;
    font-weight: normal;
}

a.linkProcesos:hover {
    font-weight: bold;
}

a.linkEmpty {
    color: #505050;
    font-weight: normal;
    text-decoration: none;
}

div.empty {
    border: 1px dashed #A2C2E9;
    background-color: #eeeeee;
    color: #fff;
    text-shadow: #000 0.1em 0.1em 0.4em;
    text-align: center;
    padding: 10px;
    margin-top: 15px;
}

div.aclaracion {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 0;
}

.width250 {
    width: 250px;
}