#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       : 9998;
}
#marco_mensaje {
    display       : block;
    position      : absolute;
    left          : 80px;
    z-index       : 200000;
    width         : 400px;
    /*height        : 490px;*/
	overflow	  : scroll auto;
    background    : #fff;
    border-radius       : 7px;
    padding       : 15px;            
    padding-bottom : 10px;
	margin-top:10px;
	min-height: 300px;
}
#mensaje_pie_respuesta {
    background      : #605D5C;
    padding-top     : 5px;
    padding-bottom  : 5px;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 24px;
    color           : #fff;
    background-image: url('../../../../plantillas/images/cerrar_popup.png');
    background-repeat   : no-repeat;
    background-position : center right;
    height              : 28px;
    border-radius       : 7px;
    margin-bottom   : 10px;
    line-height     : 28px;                        
}
.mensaje_agradecimiento {
    text-align      : justify;
    font-size       : 15px;
    color           : #444;
    margin-top      : 7px;
}
#logo_marco_mensaje {
    margin-top      : 5px;
}
#contenedor_botones_mensaje {
    margin-top      : 15px;
}
#contenedor_botones_mensaje div {
    width           : 280px;
    margin          : 0px auto;
}
#contenedor_botones_mensaje div input {
    float         : left;
    margin-right  : 8px;
}
#loading { 
    display   : none; 
    position  : fixed;
    z-index   : 9999; 
    left      : 0; 
    top       : 0; 
    width     : 100%; 
    height    : 100%;
    background          : #000; 
    background-image    : url('/siev/aplicaciones/mensaje_formulario/images/loading.gif'); 
    background-repeat   : no-repeat; 
    background-position : center center;
    font-size           : 36px;
    font-family         : verdana;
    color               : #fff; 
    padding-top         : 200px;
    opacity             : 0.5;
}    
/***** CAMBIAR EL COLOR DE LOS jALERT ********/
#popup_title {
    background          : #333 !important;
}