/***************************/
/****   TABLA ESPECIAL  ****/
/***************************/
#tblRdo{
position:absolute;
left:0%;
right:0%;
top:0%;
bottom:0%;
width:100%;
height:100%;
border:2px solid #454545;
}
#tblRdo #tblHead table, #tblRdo #tblFoot table{
width:100%;
height:100%;
font:bold .7em tahoma;
color:#804040;
text-align:center;
}
#tblRdo #tblBody table{
width:99.9%;
color:#21317E;
text-align:center;
}
/*[Cabecera de la tabla]*/
#tblRdo #tblHead{
position:absolute;
left:0%;
right:0%;
top:0%;
bottom:95%;
width:99.9%;
height:5%;
background:url("../img/foot_lst.gif") repeat-x top #fff;
}
/*[Cuerpo de la tabla]*/
#tblRdo #tblBody{
position:absolute;
left:0%;
right:0%;
top:5%;
bottom:5%;
width:100%;
height:90%;
overflow:auto;
background:#fff;
}

#tblBody .tblRegistro{
width:100%;
height:30%;
margin-bottom:5px;
}
#tblBody .tblRegistro .cabRegistro{
height:20%;
background:url("../img/back_lst.gif") repeat-x bottom #fff;
}

#tblBody .tblRegistroUnico{
width:100%;
height:20px;
margin-bottom:5px;
}
#tblBody .tblRegistroUnico .cabRegistroUnico{
height:20px;
background:url("../img/foot_lst.gif") repeat-x top #fff;
}

#tblBody .tblRegistro .bdyRegistro{
height:80%;
background:url("../img/foot_lst.gif") repeat-x bottom #fff;
}
/*[Pie de la tabla]*/
#tblRdo #tblFoot{
position:absolute;
left:0%;
right:0%;
top:95%;
bottom:0%;
width:99.9%;
height:5%;
background-color:#fff;
background:url("../img/back_lst.gif") repeat-x bottom #fff;
cursor:normal;
}
#tblRdo #tblFoot img{
margin:0px;
padding:0px;
width:14px;
height:14px;
}
#tblBody .registro{
background-color:#fff;
border:1px solid #454545;
font:normal .8em tahoma;
color:#454545;
text-align:center;
height:30px;
cursor:pointer;
}
#tblBody .iluminado{
background-color:#A6C4E1;
border:1px solid #454545;
font:normal .8em tahoma;
color:#454545;
text-align:center;
height:30px;
cursor:pointer;
}
#tblBody .marcado{
background-color:#C1EC82;
border:1px solid #454545;
font:normal .8em tahoma;
color:#454545;
text-align:center;
height:30px;
cursor:pointer;
}