.articulo-cuerpo .datatable {
  width: 100%;
  border: 0;
  border-spacing: 0;
  margin: 10px 0 5px;
  border-collapse: collapse;
  clear: both;
}
.articulo-cuerpo .datatable th {
  background: #06699c;
  color: white;
  border-color: #06699c;
  font-size: 0.75rem;
  line-height: 120%;
  font-weight: 100;
  padding: 10px 20px 10px 10px;
  vertical-align: middle;
  text-align: right;
}
.articulo-cuerpo .datatable td {
  border: 0.0625rem solid #eee;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75rem;
  line-height: 160%;
  font-weight: 100;
  padding: 0.625rem;
}
.articulo-cuerpo .datatable th:first-child,
.articulo-cuerpo .datatable td:first-child {
  text-align: left;
}
@media (min-width:48rem){ /* ESCRITORIO */
  .articulo-cuerpo .datatable tr:nth-child(even) td {
    background: #fafafa !important;
  }
}
@media (max-width:47.9375rem){ /* MÓVIL */
  .articulo-cuerpo .datatable thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .articulo-cuerpo .datatable tbody tr {
    display: block;
    margin-bottom: 10px;
  }
  .articulo-cuerpo .datatable tr td:first-child {
    background: #06699c;
    color: white;
    border-color: #06699c;
  }
  .articulo-cuerpo .datatable td {
    display: block;
    border: none;
    border: 0.0625rem solid #ccc;
    border-top: none;
    position: relative;
    padding-left: 50% !important;
    vertical-align: middle;
    text-align: left;
    min-height: 1rem;
    font-size: 0.75rem;
    line-height: 160%;
    font-weight: 100;
    padding: 0.625rem;
  }
  .articulo-cuerpo .datatable td:before {
    content: attr(title);
    position: absolute;
    left: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    text-align: left;
    white-space: pre-wrap;
    font-size: 0.75rem;
    line-height: 110%;
    font-weight: 500;
  }
}