html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #efefef70 !important;
}

.header {
    width: auto;
    height: 120px;
    text-align: left;
    background-color: #004A98;
    transition: height 0.8s;
}

.header-gris {
    width: auto;
    background-color: #D8D8D8 !important;
    height:40px;
}

.fondoFooter {
    background-color: #00B2E3 !important;
}

.divBarraEstadoExp {
    background-color:#FFF;
    padding:15px 5px;
}