    body { font-family:sans-serif; background:#f4f4f4; padding:20px; }
    .contenedor {
      max-width:900px; margin:auto; background:white;
      padding:30px; border-radius:10px; box-shadow:0 0 10px rgba(0,0,0,0.1);
    }
    h1 {
      font-size:26px; color:#6a1b9a; margin-bottom:20px;
      text-align:center; border-bottom:2px solid #eee; padding-bottom:10px;
    }
    .img-destacada {
      width:100%; max-width:500px; height:auto;
      object-fit:cover; border-radius:8px;
      box-shadow:0 4px 12px rgba(0,0,0,0.15);
      transition: transform 0.3s ease;
    }
    .img-destacada:hover { transform: scale(1.02); }

    .miniaturas {
      display:flex; gap:10px; justify-content:center; margin-top:15px;
    }
    .miniaturas img {
      width:90px; height:90px; object-fit:cover;
      border:2px solid #ccc; border-radius:6px;
      cursor:pointer; transition:border 0.2s;
    }
    .miniaturas img:hover { border-color: #6a1b9a; }

    .seccion { margin-top:25px; font-size:16px; color:#333; }
    .bloque {
      background:#f9f9ff; border-left:4px solid #6a1b9a;
      padding:15px; border-radius:8px; margin-top:20px;
    }
    .btn {
      background:#556b2f; color:white; padding:10px 20px;
      border:none; border-radius:6px; cursor:pointer;
      font-weight:bold; margin-top:15px; display:inline-block;
      text-decoration:none;
    }
    .btn:hover { background:#334d1f; }
    .btn-descargar {
      background:#6a1b9a; color:white; padding:10px 16px;
      border:none; border-radius:6px; font-weight:bold;
      display:inline-block; margin-top:12px; text-decoration:none;
    }
    .btn-descargar:hover { background:#4b116d; }
    .logo-breb { height:60px; vertical-align:middle; margin-left:8px; }
    .dato-pago { font-size:15px; margin:8px 0; }
  body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
