/* Fuentes */
.wn_dialogo{background:#fff;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:11px;margin:0;padding:0;text-align:left;direction:ltr;unicode-bidi:embed}
.wn_dialogo .inputbutton,
.wn_dialogo .inputsubmit{padding:2px 15px 3px 15px;border-style:solid;border-top-width:1px;border-left-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-color:#F3989A;border-left-color:#F3989A;border-bottom-color:#650C0E;border-right-color:#650C0E;background-color:#BE161C;color:#fff;font-size:11px;font-family:"lucida grande", tahoma, verdana, arial, sans-serif;text-align:center}

/* Estilos ventana */
.generic_dialog{height:0; /* @noflip */
left:0;overflow:visible;position:absolute;top:0;width:100%;z-index:101}
#generic_dialog_iframe{filter:alpha(opacity=0);left:0;position:absolute;top:0;z-index:3}
.generic_dialog .generic_dialog_popup{height:0;overflow:visible;position:relative;width:465px;margin:auto}

table.pop_dialog_table{border-collapse:collapse;margin:auto;table-layout:fixed;width:100%; direction:ltr}
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright{height:10px;overflow:hidden;padding:0!important;padding:5px;width:10px!important;width:0}
td.pop_topleft{background:url(../img/fondos.png) no-repeat 0 0}
td.pop_topright{background:url(../img/fondos.png) no-repeat 0 -10px
}
td.pop_bottomleft{background:url(../img/fondos.png) no-repeat 0 -20px
}
td.pop_bottomright{background:url(../img/fondos.png) no-repeat 0 -30px}
td.pop_top,
td.pop_bottom{background:url(../img/fondos.png) repeat-x 0 -40px}
td.pop_side{background:url(../img/fondos.png) repeat-y -10px 0}

td.pop_content{background-color:#fff;padding:0;direction:ltr}
.pop_dialog_rtl td.pop_content{ /* @noflip */
direction:rtl}

.wn_dialogo .dialog_title{float:left; width:100%; background:#D81A22;border:1px solid #3b5998;color:#fff;font-size:14px;font-weight:bold;margin:0}
.wn_dialogo .dialog_title .title{padding:4px 10px 5px 10px; float:left}
.wn_dialogo .dialog_title .btn_close{float:right; padding:4px 10px 5px 10px}
.wn_dialogo .dialog_title .btn_close a {
	font-family:lucida grande,tahoma,verdana,arial,sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;	
}
.wn_dialogo .dialog_body{float:left; width:100%;padding:0;border:1px solid #ccc;}