  .cabecera {
      background-color: #966c51;
  }

  .pie {
      background-color: rgb(248, 249, 250);
  }

  fieldset {
      background-color: rgb(248, 249, 250);
      border-radius: 25px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      margin: 1em;
  }

  #logoC {
      max-width: 250px;
  }

  #logoF {
      max-width: 180px;
  }

  .pie a {
      text-decoration: none;
      color: #333;
  }

  .pie a:hover {
      text-decoration: underline;
  }

  .pie ul li {
      margin-bottom: 1em;
  }