body {
    background-image: url(fondo_web.gif);
}

#loading-mask {
    background-color: #F2F2F2;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    width: 100%;
    height: 100%;
    zoom: 1;
    z-index: 10000;
}

#loading{
    z-index: 10001;
    width: 100%;
    height: 100%;
    position: absolute;
}

#loading div{
    border: 2px solid blue;
    margin:auto;
    width:400px;
    height:45px;
    top: 40%;
    position: relative;
    background: url("loading.gif") no-repeat scroll 0 0 #FFFFFF;
    padding-top: 20px;
    text-align: center;
    font: normal 20px tahoma, arial, helvetica, sans-serif;
}

.Estilo4 {
    font-size: 10px;
    color: #666666;
}

.Estilo6 {
    font-size: 12px;
    color: #006699;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Estilo7 {
    color: #000000
}

.Estilo9 {
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.x-panel-body p {
    margin:10px;
}

.container {
    padding:10px;
}

em.cfg {
    font-style: italic;
    font-weight: bold;
}
