#win{
position: absolute;
width:20%;
height:50%;
border:2px solid #000;
background:#353535;
/*background:#EBEBEB;*/
/*background:url("../img/fondo_win.gif");*/
visibility:hidden;
z-index:20;
overflow:hidden;
}
#win #barra p{
margin:0px;
padding:0px;
padding-top:1px;
padding-left:1px;
text-align:left;
font: bold .7em arial;
color:#fff;
}

#win #barra{
position:absolute;
left:0%;
right:0%;
top:0%;
bottom:93%;
width:100%;
height:7%;
background:url("../img/bk_cab_win.gif") repeat-x top;
cursor:move;
}

#win #barra #close{
position:absolute;
left:94%;
right:2%;
top:2%;
bottom:2%;
width:4%;
height:98%;
}
#win #barra #close img{ border:0px; padding-top:2px;}
#win #win_content{
position:absolute;
left:2%;
right:2%;
top:7%;
bottom:2%;
width:96%;
height:91%;
background:#fff;
overflow:auto;
}
#win table{
width:100%;
height:100%;
border:1px dashed #c0c0c0;
}
#win table .cabecera{
background:#454545;
border-bottom:1px dashed #c0c0c0;
}
#win table .titulo{
background:#c0c0c0;
}
#win table .registro{
border:1px solid #454545;
}