.enlaces-footer {
  list-style: none;
}

.enlaces-footer li {
  line-height: 1.5em;
}

.enlaces-footer a:hover {
  color: #55bbeb;
  text-decoration: underline;
}

.align-right {
  text-align: right;
}

.imagen-right {
    float: right;
    margin-left: 10px;
}

.imagen-left {
    float: left;
    margin-right: 10px;
}

.gallery-right {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.gallery-left {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}