section .tableResponsive .table tr > *:last-child {
  width: 1%;
  padding-left: 0;
  padding-right: 0;
}
section .tableResponsive .table tr > td {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
section .tableResponsive .table tr > td:first-child {
  color: #009494;
}
section .tableResponsive .table tr > td > * {
  vertical-align: middle;
}
section .tableResponsive .table tr > td > * + * {
  margin-left: 4px;
}
section .tableResponsive .table .table-fechas {
  padding: 5px;
  background-color: #fdedd1;
  text-transform: uppercase;
}
section .tableResponsive .table .table-fechas > span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
section .tableResponsive .table .table-fechas > span .dia {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
section .tableResponsive .table .table-fechas > span .mes {
  margin-top: -6px;
  margin-bottom: 1px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
section .tableResponsive .table .table-fechas > span .ano {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}
section .tableResponsive.tableResponsive-collapsed .table tbody > tr {
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
section .tableResponsive.tableResponsive-collapsed .table tbody > tr > td {
  padding: 10px 0 0;
}
section .tableResponsive.tableResponsive-collapsed .table tbody > tr > td:last-child {
  display: none;
}
section #cargarMas {
  margin-top: 60px;
}

@media (min-width: 1440px) {
  section .tableResponsive .table .table-fechas {
    width: 94px;
    height: 94px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  section .tableResponsive .table .table-fechas > span {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  section .tableResponsive .table .table-fechas > span + span {
    border-left: 1px solid;
  }
}
@media (max-width: 1439px) {
  section .tableResponsive .table .table-fechas {
    width: 50px;
  }
  section .tableResponsive .table .table-fechas > span {
    height: 80px;
  }
  section .tableResponsive .table .table-fechas > span + span {
    border-top: 1px solid;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .tableResponsive.tableResponsive-collapsed .table tbody > tr > td.tableResponsive-n2 {
    width: 33.333333%;
  }
}
@media (max-width: 1023px) {
  .tableResponsive.tableResponsive-collapsed .table tbody > tr > td.tableResponsive-n2 {
    width: 100%;
  }
}

/*# sourceMappingURL=hemeroteca.css.map */
