body {
  background: url("../img/background-consulta.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 50px;
}

.tabla_productos {
  margin-top: 20px;
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.tabla_productos td,
.tabla_productos th {
  border: 1px solid #ddd;
  padding: 8px;
}

.tabla_productos tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tabla_productos tr:hover {
  background-color: #ddd;
}

.tabla_productos th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2a5097;
  color: white;
}

.titulos {
  font-size: 24px;
  color: #2a5097;
  padding-bottom: 10px;
}

.logovidapy {
  width: 200px;
  margin: auto;
}

.btn-degradado {
  background: #2a5097;
  border: none;
  color: #fff;
}

.btn-degradado:hover {
  background: #14387b;
  color: #fff;
  border: none;
}

.btn-degradado:active {
  background: #2a5097;
  border: none;
  color: #fff;
}

.cuerpo-de-pagina {
  max-width: 740px;
  margin: auto;
}

.datos-del-socio-titulo {
  color: #13a11f;
  border-top: 1px solid #13a11f;
  font-weight: bold;
  padding-top: 10px;
}

.productos-contratados-titulo {
  color: #13a11f;
  border-top: 1px solid #13a11f;
  font-weight: bold;
  padding-top: 10px;
}

@media only screen and (max-width: 640px) {
  .titulos {
    font-size: 18px;
    color: #2a5097;
    padding: 10px;
  }
}