
#mensaje_consulta_filtro {position:absolute;border:1px solid #737373;z-index:2000;padding:7px;background:#EAEAEA;color:#000;border-radius:8px; }
#mensaje_consulta_filtro img { margin-right:8px; }
#lienzo_mensaje { 
    position:fixed;top:0px;left:0px;background:#000;z-index:99998;
        -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    filter: url(data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/200…er%20id='blur'><feGaussianBlur%20stdDeviation='8'%20/></filter></svg>#blur);
    -webkit-filter: blur(8px); 
}

#marco_mensaje {
    display       : block;
    position      : fixed;
    top           : 80px;
    left          : 80px;
    z-index       : 99999;
    width         : 240px;
    height        : 490px;
    overflow-y    : scroll;
    /*background    : #3d1901;*/
    background    : #fff;
    /*-moz-border-radius  : 7px;*/
    border-radius       : 7px;
    padding       : 5px;            
    padding-bottom : 10px;
}

#mensaje_pie_respuesta {
    background      : #000;
    padding         : 5px;
    font-size       : 14px;
    font-family     : Tahoma, Verdana;
    color           : #fff;
    background-image: url('../Iconos/close_black.png');
    background-repeat   : no-repeat;
    background-position : 98% center;
    /*height              : 25px;*/
    /*margin-bottom   : 10px;*/
    line-height     : 28px;     
    cursor          : pointer;
    border-radius   : 7px 7px 0px 0px;                   
}

.mensaje_agradecimiento {
    text-align      : justify;
    font-size       : 12px;
    color           : #444;
    margin-top      : 7px;
}

#logo_marco_mensaje { margin-top:5px; }
#contenedor_botones_mensaje { margin-top:5px; }
#contenedor_botones_mensaje div { width:180px;margin:0px auto; }
    
#loading { 
    display   : none; 
    position  : fixed;
    z-index   : 9999; 
    left      : 0; 
    top       : 0; 
    width     : 100%; 
    height    : 100%;
    background          : #000; 
    background-image    : url('../Iconos/loading.gif'); 
    background-repeat   : no-repeat; 
    background-position : center center;
    font-size           : 36px;
    font-family         : verdana;
    color               : #fff; 
    padding-top         : 200px;
    opacity             : 0.5;
    filter              : alpha(opacity=50);
}
    
/***** CAMBIAR EL COLOR DE LOS jALERT ********/
#popup_title { background:#333 !important; }

#marco_mensaje .button {
    display   : inline-block;
    padding   : 5px 10px;
    background: url(../Iconos/bttns.png) 0 0 repeat-x;
    border    : none;
    /*font      : bold 14px "Arial" !important;*/
    color     : #fff !important;
    text-decoration : none !important;
    cursor    : pointer;
    -webkit-border-radius:2px;
    border-radius : 2px;
}

#marco_mensaje .button:hover { background-position:0 -38px;text-decoration:none }
#btn_cerrar_alert { border:1px solid #000;width:70px;height:25px;background:#336699;padding:2px 6px;color:#fff;cursor:pointer;-webkit-border-radius:2px;border-radius:5px; }