.we-window_theme-transparent {
    background:transparent;
    border:0;
    font-family:Verdana;
    font-size:11px;
    min-height:48px;
    min-width:58px;
}
.we-window_theme-transparent .we-close-button {
    background:url(../../../css_images/botones/boton_close.png) no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    right:12px;
    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-transparent .ui-widget-header {
    position:absolute;
    background:url(../../../css_images/window_barra_top/barra_top_left.png) no-repeat top left;
    padding-left:11px;
    border:0;
    height:33px;
    right:0px;
    left:0px;
    overflow:hidden;
    z-index:1;
}
.we-window_theme-transparent .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-transparent .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-transparent .ui-dialog-content {
    position:absolute;
    border:0px;
    background:url(../../../css_images/C_gris_oscuro/f_w_01.png);
    bottom:20px;
    left:12px;
    right:12px;
    top:25px;
    overflow:auto;
    z-index:0;
}
*/
.we-window_theme-transparent .ui-dialog-content {
    position:absolute;
    border:0px;
    background:transparent;
    bottom:0px;
    left:3px;
    right:3px;
    top:25px;
    overflow:auto;
    z-index:0;
}
.we-window_theme-transparent .ui-resizable-e {
    visibility:hidden;
}
.we-window_theme-transparent .ui-resizable-w {
    visibility:hidden;
}
.we-window_theme-transparent .ui-resizable-s {
    visibility:hidden;
}
.we-window_theme-transparent .ui-resizable-sw {
    visibility:hidden;
}
.we-window_theme-transparent .ui-resizable-se {
    background:transparent;
    right:0px;
    bottom:0px;
    z-index:0;
    width:25px;
    height:25px;
}
