
#footer {
  width: 100%;
  padding-top: 25px;
  float: left;
  user-select: none;
  -webkit-user-select: none;
  cursor: default;
  background-color: #533699;
  z-index: 98;
  font-family: ADLaM Display;
  box-shadow: 0 -4px 8px 0 rgba(0,0,0,0.2), 0 -6px 20px 0 rgba(0,0,0,0.19);
}

#opciones_footer {
  width: 100%;
  text-align: center;
  float: left;
}

.opcion_footer {
  font-size: 18px;
  margin: 10px 0px;
  padding-right: 10px;
  border-right: 3px solid white;
  box-sizing: border-box;
}

#parte_inferior_footer {
  width: 100%;
  margin: 30px 0px;
  text-align: center;
  font-size: 18px;
  color: white;
  float: left;
}
