a:hover {
  color: #630000;
}

.color {
  background-color: #630000;
}

.fondo-degradado {
  background: radial-gradient(#e0e0e0, #630000);
}

/*Botón cerrar sesión menú lateral*/
.btn-link {
  font-weight: 400;
  color: #9e9e9e;
  text-decoration: none;
}
.btn-link:hover {
  color: #ffffff;
}



/*Pantalla Carga*/
.PantallaCarga {
  display:    none;
  position:   fixed;
  z-index:    1000;
  top:        0;
  left:       0;
  height:     100%;
  width:      100%;
  background: rgba( 255, 255, 255, .7 )
            url('http://localhost/siagem/siplamun/assets/img/load.gif')
            50% 50%
            no-repeat;
}
body.Cargando .PantallaCarga {
  overflow: hidden;   
}
body.Cargando .PantallaCarga {
  display: block;
}