.img {
  max-height: 44px;
  cursor: pointer;
}

#fecha {
  text-align: center;
  margin-right: 20px;
  line-height: 20px;
  padding: 10px;
  font-size: 16px;
}

#calendario {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 60px;
  min-width: 600px;
  max-width: 900px;
}
