    body {
      font-family: Georgia, serif;
      background-image: url("naranjo2.png");
      background-repeat: no-repeat;
      background-size: cover;
      min-height: 100vh;
    }

    .titulo {
      margin: 25px;
      padding: 20px;
      color: #49366b;
      text-align: center;
      font-size: 40px;
      font-family: Georgia, monospace;
      text-shadow:
        2px 2px #fff1dc,
        3px 3px #d8849b;
    }

    .subtitulo {
      color: #7b4264;
      text-align: center;
      font-size: 15px;
    }

    h3 {
      color: darkslateblue;
      text-align: center;
      padding: 0 20px;
    }

    a {
      color: mediumvioletred;
    }

    a:hover {
      background-color: gold;
    }

   .cabecera {
  position: relative;
  background-color: #f7b8c9;
  width: 97%;
  border: 3px double #49366b;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 15px;
}

    .pagina {
      max-width: 999px;
      min-height: 100vh;
      margin: 0 auto;
      padding: 30px;
      box-sizing: border-box;
      background-color: rgba(255, 218, 185, 0.90);
      border-top: 6px double #49366b;
      border-bottom: 6px double #49366b;
      border-left: 6px double #49366b;
      border-right: 6px double #49366b;
      box-shadow:
        6px 0 #e8b6a7,
        -6px 0 #e8b6a7;
    }

    .zona {
      display: flex;
      gap: 15px;
      align-items: flex-start;
    }

    .menu {
      background-color: #f7b8c9;
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      border-radius: 20px;
      border: 3px double #49366b;
    }

    .menu a {
      display: block;
      box-sizing: border-box;
      width: 100%;
      padding: 12px 15px;
      margin: 8px 0;
      background-color: #fff1dc;
      color: #49366b;
      text-decoration: none;
      text-align: center;
      font-weight: bold;
      border: 2px solid #49366b;
      border-radius: 8px;
      box-shadow: 3px 3px 0 #d8849b;
      transition: all 0.1s ease;
    }

    .menu a:hover {
      background-color: #f7b8c9;
      transform: translate(-2px, -2px);
      box-shadow: 5px 5px 0 #49366b;
    }

    .contenido {
      background-color: #fff1dc;
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      border: 3px double #49366b;
      border-radius: 20px;
      line-height: 1.7;
      position: relative;
    }

    .estado {
      margin-top: 20px;
      padding: 12px;
      background-color: #fff1dc;
      border: 2px double #49366b;
      color: #49366b;
      font-size: 15px;
      text-align: center;
    }

    .notita {
      background-color: #f7b8c9;
      border: 2px double #49366b;
      padding: 15px;
      margin: 20px 0;
      text-align: center;
      border-radius: 10px;
      color: #49366b;
    }

    hr {
      border: none;
      border-top: 2px double #49366b;
      margin: 15px 0;
    }

    .marquesina {
      background-color: #fff1dc;
      color: #49366b;
      font-size: 12px;
      padding: 4px;
      border-radius: 5px;
      border: 1px solid #49366b;
      margin-bottom: 10px;
    }

    .mini-gif {
      width: 80px;
      height: 80px;
      vertical-align: middle;
      transform: rotate(-3deg);
    }

    .decoracion {
      color: #49366b;
      text-align: center;
      font-size: 16px;
      margin: 10px 0;
    }

    .lateral {
      width: 30%;
    }

    .columna-derecha {
      width: 70%;
    }

    .gif-decorativo {
      display: block;
      width: 400px;
      height: auto;
      margin: 15px auto;
      border: none;
    }

    /* LIBRO DE VISITAS */

    .libro-widget {
      background-color: #fff1dc;
      border: 3px double #49366b;
      border-radius: 15px;
      padding: 15px;
      margin-top: 15px;
      box-sizing: border-box;
      color: #49366b;
    }

    .libro-widget h3 {
      margin-top: 5px;
      margin-bottom: 15px;
    }

    .libro-widget label {
      display: block;
      margin-top: 10px;
      margin-bottom: 5px;
      font-weight: bold;
    }

    .libro-widget input,
    .libro-widget textarea {
      width: 100%;
      box-sizing: border-box;
      padding: 8px;
      background-color: white;
      border: 2px solid #49366b;
      border-radius: 5px;
      font-family: Georgia, serif;
    }

    .libro-widget textarea {
      height: 60px;
      resize: vertical;
    }

    .libro-widget button {
      display: block;
      margin: 12px auto 5px;
      padding: 8px 12px;
      background-color: #f7b8c9;
      color: #49366b;
      border: 2px solid #49366b;
      border-radius: 7px;
      font-family: Georgia, serif;
      font-weight: bold;
      cursor: pointer;
      box-shadow: 3px 3px 0 #d8849b;
    }

    .libro-widget button:hover {
      background-color: #fff1dc;
      transform: translate(-2px, -2px);
      box-shadow: 5px 5px 0 #49366b;
    }

    #comentarios {
      margin-top: 15px;
    }

    .firma {
      background-color: #f7b8c9;
      border: 2px double #49366b;
      border-radius: 10px;
      padding: 10px;
      margin-top: 12px;
      color: #49366b;
      word-wrap: break-word;
    }

    .firma .nombre-firma {
      font-weight: bold;
      text-align: left;
      margin: 0 0 5px;
    }

    .firma .mensaje-firma {
      margin: 0;
      white-space: pre-wrap;
    }

    .boton-borrar {
      display: block;
      margin: 8px auto 0;
      padding: 4px 8px;
      background-color: #fff1dc;
      color: #49366b;
      border: 1px solid #49366b;
      border-radius: 5px;
      font-family: Georgia, serif;
      font-size: 11px;
      cursor: pointer;
    }

    .boton-borrar:hover {
      background-color: #f7b8c9;
    }
    .contador {
  background-color: #f7b8c9;
  border: 3px double #49366b;
  border-radius: 15px;
  padding: 8px;
  margin-top: 15px;
  box-sizing: border-box;
  text-align: center;
  color: #49366b;
}

.contador h3 {
  margin: 5px 0 10px;
  padding: 0;
}

.contador {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 5px;
  text-align: center;
}

.contador img {
  width: 50px;
  height: auto;
}

.contador a:last-child {
  font-size: 8px !important;
}