.div_lista_contenido{
    width: 690px;
    height: 350px;
    border: 1px solid #6699ff;
    padding: 3px;
    margin: auto;
    overflow: auto;}

.div_listado{
    width: 700px;
    margin: auto;
}
.div_listado2{
    width: 923px;
}
.div_listado3{
    width: 700px;
    margin: 0px;
}

.tbl_listado{
    width: 100%;
    overflow: auto;
    border-collapse: collapse;
}

.tbl_listado tbody td {
    padding: 1px 1px;
    border: 1px solid #e5eff8;
    bgcolor:#e5eff8;
    border:0;
    cellpadding:2.5px;
    cellspacing:1;
}

.tbl_listado tbody tr{
    font: normal 10px Arial, Helvetica, sans-serif;
    color: black;
    text-align: left;
    line-height: 15px;
}

.tbl_listado input, textarea, select{
    font: normal 10px Verdana,Arial,Helvetica,sans-serif;
    color: #003366;}

.tbl_listado thead tr{
    font: normal 10px Verdana,Arial,Helvetica,sans-serif;
    background-color: lightgray;
    color: black;
    text-align: center;
    height: 20px;
    text-transform: uppercase;
    line-height: 25px;
    border-style: solid;
    border: 1px solid #86b0e2;
}

.tbl_listado tfoot tr{
    font: normal 10px Verdana,Arial,Helvetica,sans-serif;
    background-color: #6699ff;
    color: #ffffff;
    text-align: center;
    height: 20px;}

.onrow {background: #FFFFFF; cursor:pointer;}
.offrow {background: #d3ebfb; cursor:pointer;}
