/* Para la generacion de los popup (NO TOCAR) */
.dialog_nw {width:9px;height:13px;background-color:#79552f;} /* border-left:1px solid #79552f;border-top:1px solid #79552f; */
.dialog_n {background-color:#79552f;height:13px;} /* border-top:1px solid #79552f; */
.dialog_ne {width:100px;height:13px;background-color:#79552f;} /* border-right:1px solid #79552f;border-top:1px solid #79552f; */
.dialog_e {width:2px;}
.dialog_w {width:2px;}

.dialog_close {float:right;width:20px;height:13px;background:url(../img/icoCerrar.gif) no-repeat 100% 0;position:absolute;top:6px;cursor:pointer;z-index:2000;}
.dialog_title {float:left;height:13px;font-family:Verdana,Arial,Tahoma;font-size:0.62em;text-align:left;width:100%;color:#fff;font-weight:bold;}
.dialog_content {overflow:auto;color:#555;font-family:Verdana,Arial,Tahoma;font-size:0.79em;text-align:left;background-color:#fff;border:1px solid #79552f;}
.dialog_content p {margin:5px;}


/* NO CAMBIAR ESTOS VALORES */
.dialog {display:block;position:absolute;}
.dialog table.table_window  {border-collapse:collapse;border-spacing:0;width:100%;margin:0;padding:0;}
.dialog table.table_window td , .dialog table.table_window th {padding:0;}
