html {
  position: relative;
  min-height: 100%;
}

body {
  /* distancia de la altura del Footer */
  margin-bottom: 150px;
}

.footer {
  text-align: center;
  position: relative;
  bottom: 0;
  width: 100%;
  /* Altura del footer por defecto */
  height: 40px;
  padding-top: 10px;
  background-color: #f5f5f5;
}

.accesos-footer{
  padding: 19px 19px 8px 19px !important;
}
