.we-window_theme-silver {
    background:transparent;
    border:0;
    font-family:Verdana;
    font-size:11px;
    min-height:48px;
    min-width:58px;
}
.we-window_theme-silver .we-close-button {
    background:url(../../../css_images/botones/boton_close.png) no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
}
.we-window_theme-default .we-maximize-button {
    background:url(../../../css_images/botones/boton_open.png) no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    right:28px;
    top:10px;
    cursor:pointer;
}
.we-window_theme-silver .ui-widget-header {
    position:absolute;
    background:url(../../../css_images/window_barra_top/barra_top_left.png) no-repeat 0px 0px;
    padding-left:11px;
    border:0;
    height:30px;
    right:0px;
    left:0px;
    overflow:hidden;
    z-index:1;
}
.we-window_theme-silver .ui-dialog-title {
    background:url(../../../css_images/window_barra_top/barra_top_center.png) repeat-x top left;
    text-align:center;
    font-weight:normal;
    display:block;
    height:30px;
    padding-top:7px;
    margin-right:11px;
}
.we-window_theme-silver .we-barra-top-right {
    background:url(../../../css_images/window_barra_top/barra_top_right.png) no-repeat top right;
    width:11px;
    height:30px;
    float:right;
}
.we-window_theme-silver .ui-dialog-content {
    position:absolute;
    border:0px;
    background:url(../../../css_images/C_gris_oscuro/fondo.png);
    bottom:20px;
    left:12px;
    right:12px;
    top:25px;
    overflow:auto;
    z-index:0;
}
.we-window_theme-silver .ui-resizable-e {
    background:url(../../../css_images/C_gris_oscuro/bordes.png) no-repeat -10px 0;
    right:5px;
    z-index:-1;
    top:20px;
    width:7px;
}
.we-window_theme-silver .ui-resizable-w {
    background:url(../../../css_images/C_gris_oscuro/bordes.png) no-repeat -17px 0px;
    left:5px;
    z-index:-1;
    top:20px;
    width:7px;
    height:auto;
    bottom:20px;
}
.we-window_theme-silver .ui-resizable-s {
    background:url(../../../css_images/window_barra_bottom/barra_bottom_center.png) repeat-x top left;
    height:31px;
    z-index:0;
    left:20px;
    width:auto;
    right:20px;
}
.we-window_theme-silver .ui-resizable-sw {
    background:url(../../../css_images/window_barra_bottom/barra_bottom_left.png) repeat-y top right;
    left:0px;
    bottom:-3px;
    z-index:0;
    width:20px;
    height:28px;
}
.we-window_theme-silver .ui-resizable-se {
    background:url(../../../css_images/window_barra_bottom/barra_bottom_right.png) repeat-y top left;
    right:0px;
    bottom:-5px;
    z-index:0;
    width:20px;
    height:31px;
}
