.titulofiltro {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #B3B3B3;
}

.azul-boton {
    background-color: #39a4ce;
    color: #fff;
}
.contbusqueda{
  margin-top: 3%;
  margin-right: 0%;
  margin-left: 10%;
}
.malla-login{
  margin-top: 10%;
}
h3.titulo-login {
    color: #6F6F6F;
}
.cont-tablasGraficas{
  height: 500px;
  overflow-x: scroll;
  margin-left: 5%;
  width: 100%;
  margin-top: 2%;

}
.cargando{
    width: 100%;
    height: 100%;
    background:url(../img/loading3.gif) rgba(255,255,255,0.7) no-repeat center;
    position: absolute;
    background-size: contain;
    opacity: 0.7;
    z-index: 99;
}
