#div_magico_loading
{    
    color           : #fff;
    font-family     : arial;
    font-size       : 12px;
    visibility      : hidden;
    position        : absolute;
    left            : 0;    
    top             : 0;
    width           : 80px;
    height          : 20px;
    z-index         : 3;
}

#div_magico
{    
    visibility      : hidden;
    position        : absolute;
    left            : 50%;
    top             : 50%;
    z-index         : 4;
    border          : solid;
    border-width    : 3px;
    border-color    : #EEEEEE;
    background      : #FFFFFF;    
    margin          : 0;    
    padding         : 0px;        
    /*overflow        : auto;*/
}

#div_magico_cabecera
{
 z-index         : 2;
 cursor: move;
}

#div_magico_titulo
{
 z-index         : 2; 
}

#div_magico_cuerpo
{
    margin          : 0;
    padding         : 0px 10px; 
    height          : 100px;
    overflow        : auto;
    z-index         : 2;
}
#div_transparente
{
    background      : #000000;
    width           : 100%; 
    height          : 100%; 
    position        : absolute; 
    visibility      : hidden;
    opacity         : 0.0;    
    z-index         : 2;
    top             : 0; 
    left            : 0;
    right           : 0;
    bottom          : 0;
}   
#div_principal
{
    margin-left : auto;
    margin-right: auto;
    width       : 100%;
    height      : 100%;
    z-index     : 1;
}
#div_proceso
{
    border          : solid;
    border-color    : #0099CC;
    border-width    : 5px;
    /*margin          : 0 0 0 -150px !Important;*/
    padding         : 0; 
    background      : #FFFFFF;
    position        : absolute; 
    visibility      : hidden;
    z-index         : 3;
    left            : 50%;
    top             : 50%;
    width           : 300px;
}
#div_proceso_mensaje
{
    font-family : arial;
    font-size   : 12px;    
}
#divMensajesSys
{
    margin              : 0;
    padding             : 0; 
    position            : absolute;    
    left                : 50%;
    top                 : 50%;    
    z-index             : 5;    
    visibility          : hidden;
}