/** Clases para el calendario **/
.dia { 
  color: #175495;
  font-weight: bold;
}
.conenlace {
  background-color: #175495;
}
.enlacedia {
  color: white;
  text-decoration: none;
}
.nodia {
  visibility: hidden;
}
.today {
  background-color: white;
  border: 1px dashed #175495;
}
.flechas {
  background-color: #175495;
  color: white;
  text-decoration: none;
}
