
div#listablones a {
        color: white;
        text-decoration: none;
      }
      div#listablones a:hover {
        text-decoration: underline;
      }/* frame e index móvil */
	  @media (max-width: 1000px) { /* Puedes ajustar el ancho según tus necesidades */
		  #frame {
			display: none!important; /* Oculta el frame en pantallas más pequeñas */
		  }
		body nav::before {
			display: none!important;
      }
	  div#todo {
        margin-left: 0px!important;
        margin-right: 0px!important;
	}
	div.duckduck{
		display:none!important;
	  }
	img.rotate {
		min-height: 85px;
		min-width: 300px !important;
		margin-top: 31px;
	}
	div.square#banner {
  height: unset !important;
	}
	.img-shadow img {
		border-bottom:none!important;
	}
     div#boards ul {
        margin-left:4px!important;
      }
	.img-shadow img {
  width: 99.8% !important;
  height: auto!important;
}
.page {
	width:auto!important;
	margin: 10px auto!important;
}
  .container {
    display: flex;
    flex-wrap: wrap;
    width: 374px !important;
    margin: unset !important;
    gap: 0px;
  }

  .container .square {
    flex: 0 0 100%; /* Ocupa el ancho completo de la fila */
  }

  /* Aseguramos que el cuarto elemento esté en la segunda posición */
  .container .square:nth-child(1) {
    order: 0;
  }
  .container .square:nth-child(4) {
    order: 0;
  }
  .container .square:nth-child(2) {
    order: 0;
  }
  .container .square:nth-child(3) {
    order: 1;
  }
  .container .square:nth-child(5) {
    order: 0;
  }
       .container .square:nth-child(6) {
    order: 4;
  }
       .container .square:nth-child(7) {
    order: 4;
  }
div.logo-vamp {
  width: unset!important;
  top: -46px!important;
  left: -3px!important;
}
img.logo-vamp {
  width: 393px!important;
  height: 216px!important;
}
div.contenedor {
	top: -166px!important;
	margin: 0 auto!important;
}
/* movil.css */
.newthread h2 {
  text-align: center;
  margin-bottom: 13px;
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  width:auto!important;
}

.form-group label {
  width: 70px; /* Ajusta este valor según sea necesario */
  font-weight: bold;
  margin-right: 10px;
}

.form-group input[type="text"],
.form-group textarea {
  flex: 1;
  padding: 5px;
  box-sizing: border-box;
}

.form-group textarea {
  resize: vertical;
}

.form-group .submit {
  margin-left: auto;
  padding: 5px 10px;
}

img {
    /*! max-width: 95%; */
}
table.postform td {
    text-align: left;
    display: flex;
    /*! visibility: hidden; */
}
    td#nombre.label {
        display: none!important;;
    }
    td#mail.label {
        display: none!important;
    }
textarea {
    width: 100% !important;
  max-width: initial;
}
table.postform tbody tr td[colspan="4"] a {
    font-size: 14px;
}
blockquote {
    text-align: left;
    margin-left: 10px;
    margin-top: .5em;
}
table.postform td input[class="submit"] {
    width: auto;
    margin-left: auto;
}
input[name="subj"] {
    size: 20px;
    width: 185px !important;
}
span.threadnavlinks a {
    margin-right: 7px;
}
span.threadnavlinks {
    /*! text-align: right; */
    display: block;
    margin-bottom: 4px;
}
blockquote p {
    margin-top: 0;
    max-width: 100%;
    /*word-break: break-all; desactivado porque ocasionaba que el post se viera mal*/
}
	  }     
	 /* Barra */
      div#frame,
      label.toggle {
        /*! zoom: 0.9; */
		color: white;
		font-size: small;
      }
	div#ultimo-post a:link, div#ultimo-post a:hover, div#ultimo-post a:visited {
        color: #ff4747;
	}
      body nav::before {
        content: "";
        /* background: url('/files/frameborder.gif') top center repeat-y; */
        display: block;
        width: 0px;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 200px;
        cursor: auto;
		border: 2px solid #620404;
		box-shadow: 0px 0px 10px red;
      }

      #frame {
        background-size: 222px !important;
      }

      #frame {
        display: block;
      }

      #frame {
        position: fixed;
        left: 0;
        top: 0;
        background-size: 222px !important;
        border: 0;
        width: 200px !important;
        background-color: black;
        height: 100%;
        z-index: 100;
        font-family: monospace;
        overflow: auto;
        /* zoom: 0.8; */
        font-size:initial !important;
      }

      input[type=checkbox]:not(:checked)~#todo {
        margin-top: -28px;
      }
div.botones a {
  text-decoration: none;
  color:white;
}
div.botones a:hover {
  border:1px solid white;
  color: inherit;
}
span.botones-servicios a {
	border:1px solid white;
	text-decoration: none;
	color:#ffbaba;
	padding: 1px;
	margin:2px;
}
span.botones-servicios a:hover {
	color:white;
}
      div#todo {
        margin-left: 140px;
        margin-left: 205px;
        margin-right: 0px;
      }

      .logo-container {
        position: relative;
        display: inline-block;
        /* Asegura que el contenedor se ajuste al tamaño del logo */
      }

      .logo {
        position: relative;
        z-index: 2;
        /* Asegura que el logo esté por encima de la línea */
      }

      .blinking {
        animation: blinking 1s infinite;
      }

      @keyframes blinking {
        0% {
          opacity: 1;
        }

        49% {
          opacity: 1;
        }

        50% {
          opacity: 0;
        }

        92% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }

      div#online-count {
        padding: 10px;
        border: 1px solid white;
        margin-top: 10px;
        width: fit-content;
		border-radius: 3px;
      }

	  .line-container {
        position: absolute;
        top: 65px;
        /* Ajusta para que la línea quede justo debajo del logo */
        left: -8px;
        /* Ajusta para alinear con la "V" */
        z-index: 1;
        display: flex;
        align-items: center;
      }

      .line {
        position: relative;
        border-top: 2px solid #f00;
        width: 173px;
        margin-right: 5px;
        box-shadow: 0 0 5px #f00, 0 0 10px #f00, 0 0 20px #f00;
      }

      .line::after {
        content: '';
        position: absolute;
        right: -5px;
        top: 5px;
        width: 10px;
        height: 0px;
        border-right: 2px solid #f00;
        border-bottom: 2px solid #f00;
        transform: rotate(-90deg);
        box-shadow: 0 0 5px #f00, 0 0 10px #f00, 0 0 20px #f00;
      }

      /* Estilo del cuadro con el texto en movimiento */
      .text-box {
        position: absolute;
        top: 73px;
        /* Ajuste para acercar más el cuadro a la línea */
        left: -6px;
        width: 100%;
        /* Ancho del cuadro */
        background-color: rgba(0, 0, 0, 0.8);
        /* Fondo semi-transparente */
        color: white;
        padding: 5px;
        border: 1px solid white;
        /* Borde rojo */
        text-align: center;
        border-radius: 2px;
      }

      /* Estilo para la sección Boards */
      .boards-container {
        display: flex;
        /* Hace que los elementos se alineen en una fila */
        align-items: center;
        /* Alinea verticalmente la línea con el texto */
        margin-top: 20px;
        /* Ajusta el margen según necesites */
        padding-left: 10px;
      }

      .boards-title {
        font-family: Arial, sans-serif;
        color: white;
        font-size: 16px;
        margin-right: 10px;
        /* Espacio entre el texto y la línea */
      }

      div#listablones {
        /*! font-family: Arial; */
        margin: 3px;
      }

      div#listablones a {
        color: white;
        text-decoration: none;
      }
      div#listablones a:hover {
        text-decoration: underline;
      }

      div#listablones li,
      div#listablones li::marker {
        margin-bottom: 2px;
        /*! color: red; */
      }

      .boards-line2 {
        border-top: 3px solid #434343;
        width: 88px;
        /* Ancho de la línea */
        position: relative;
        right: 6px;
        top: 1px;
      }

      .boards-line2::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 5px;
        /* Ajusta la altura del triángulo */
        width: 10px;
        height: 0px;
        border-right: 3px solid #434343;
        border-bottom: 3px solid #434343;
        transform: rotate(-90deg);
      }

      .boards-line1 {
        border-top: 3px solid #434343;
        width: 107px;
        /* Ancho de la línea */
        position: relative;
        right: 6px;
        top: 1px;
      }

      .boards-line1::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 4px;
        /* Ajusta la altura del triángulo */
        width: 10px;
        height: 0px;
        border-right: 3px solid #434343;
        border-bottom: 3px solid #434343;
        transform: rotate(-90deg);
      }

      .boards-line {
        border-top: 3px solid #434343;
        width: 125px;
        /* Ancho de la línea */
        position: relative;
        right: 6px;
        top: 1px;
      }

      .boards-line::after {
        content: '';
        position: absolute;
        right: -5px;
        top: 4px;
        /* Ajusta la altura del triángulo */
        width: 10px;
        height: 0px;
        border-right: 3px solid #434343;
        border-bottom: 3px solid #434343;
        transform: rotate(-90deg);
      }


      div.irc-d {
        font-family: Arial, sans-serif;
        margin-left: 7px;
        margin-top: 30px;
      }

      div.text-box,
      div#fecha-hora,
      div#online-count {
        font-size: medium;
      }
.notificacion {
  background-color: #000; /* rojo neón */
  color: #f00;
  border-radius: 30px;
  font-size: 12px;
  padding: 0px;
  text-shadow: 0 0 11px #f00, 0 0 10px #f00, 0 0 20px #f00;
  font-weight: bold;
}

/* === Estilos extraídos desde index-n.css para compatibilidad completa === */
html,
      body {
        color: white;
        font-family: Verdana, Arial, 'Lucida Grande', Tahoma, sans-serif, Meiryo, Osaka;
        font-size: small;
        /*! margin: 0; */
        /*! background-size: cover; */
		text-shadow: 0px 0px 7px #ffffff52;
      }
@media (max-width: 1000px) {
    /* Ocultar barra lateral y decoraciones */
    #frame {
        display: none !important;
    }
    body nav::before {
        display: none !important;
    }
    
    /* Ajustes generales del wrapper principal */
    div#todo {
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
        overflow-x: hidden; /* Prevenir scroll horizontal */
    }

    div.duckduck {
        display: none !important;
    }

    /* Ajuste de la página para que no exceda el ancho */
    .page {
        width: 100% !important;
        max-width: 100vw !important;
        margin: 0 auto !important;
        padding: 0 !important;
    }

    /* CONTENEDOR PRINCIPAL: Aquí estaba el mayor problema */
    div.contenedor {
        /* Eliminamos el width: max-content global */
        width: 98% !important; 
        max-width: 600px; /* Tope para tablets */
        margin: 0 auto !important;
        top: -116px !important;
        left: 0 !important;
        right: 0 !important;
    }

    /* GRID FLEXIBLE: Reemplaza los 374px fijos */
    .container {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important; /* Ocupa todo el espacio disponible */
        margin: 0 auto !important;
        gap: 0px; /* Un pequeño espacio entre bloques si es necesario */
        box-sizing: border-box;
    }

    .container .square {
        flex: 0 0 100%;
        box-sizing: border-box;
        width: 100% !important; /* Asegura que los cuadros no se salgan */
    }

    /* Reordenamiento de los bloques (se mantiene tu lógica original) */
    .container .square:nth-child(1) { order: 0; } /* Banner */
    .container .square:nth-child(4) { order: 0; } /* Noticias */
    .container .square:nth-child(2) { order: 0; } /* Posts recientes */
    .container .square:nth-child(3) { order: 1; } /* Interes */
    .container .square:nth-child(5) { order: 0; } /* Afiliados */
    .container .square:nth-child(6) { order: 4; } /* Nuevos hilos */
    .container .square:nth-child(7) { order: 4; } /* Galería */

    /* LOGO: Corrección de alineación */
    div.logo-vamp {
        width: 100% !important;
        top: -31px !important;
        left: 0 !important; /* Quitamos el -6px que descuadraba */
        margin: 0 auto;
        text-align: center; /* Centramos la imagen */
        zoom: 95%;
        display: flex;
        justify-content: center;
    }

    img.logo-vamp {
        width: auto !important;
        max-width: 95% !important; /* La imagen nunca será más ancha que la pantalla */
        height: auto !important;
        object-fit: contain;
    }

    /* Ajustes visuales varios para móvil */
    div.square#banner {
        height: auto !important;
        min-height: 100px;
    }
    
    .img-shadow img {
        width: 100% !important;
        height: auto !important;
        border-bottom: none !important;
    }

    div#boards ul {
        margin-left: 4px !important;
        padding-right: 10px;
    }

    footer {
        margin-top: -110px !important;
        padding-bottom: 20px;
		font-size: 8pt !important;
    }
    
    /* Arreglo para la galería de imágenes en móvil */
    .container-img {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important;
        margin: 0 auto !important;
        gap: 0px;
    }
}
	  div.contenedor {
		  margin: 0 auto;
		  width: max-content;
		  background-color: black;
		  border: 1px solid white;
		  border-radius: 2px;
		  top: -227px;
		  position: relative;
		  box-shadow: 0 0 10px #fff, 0 0 0px #fff, 0 0 0px #fff;
	  }
      .afiliados {
        font-size: unset;
        /*! text-align: left;
     */
        background-color: #4a4a4a;
        border: 1px solid black;
      }
	  form#duckduck {
		  top: -245px;
		  left: 540px;
		  width: 260px;
		  position: relative;
		  z-index: 5;
		  background-color: #000;
		  padding: 1px;
		  border: dashed 1px gray;
		  border-radius: 4px;
		  padding: 10px;
		  margin:0;
		  box-shadow: 0 0 10px #fff, 0 0 0px #fff, 0 0 0px #fff;
	  }
      th {
        background-color: #262626;
        border: 1px solid #434343;
      }

      afiliados th a,
      .afiliados td a,
      .postfieldleft a,
      .postnum a {
        color: #f7ebeb;
      }

      table.afiliados tr:nth-child(2n+1) {
        background: linear-gradient(rgba(49, 49, 49, 0.6), rgba(49, 49, 49, 0.6));
      }

      html {
        /*! background-color: #420203; */
      }

      @font-face {
        font-family: 'Goth';
        src: url('/files/GTH.OTF') format('opentype');
        font-style: normal;
      }

      @font-face {
        font-family: 'UnifrakturCook';
        font-style: normal;
        font-weight: 700;
        src: url(https://fonts.gstatic.com/s/unifrakturcook/v14/IurA6Yli8YOdcoky-0PTTdkm56n05Xwy1oM.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
      }

      div.logo {
        text-align: center;
      }
	div.logo-vamp {
		top: -42px;
		left: -78px;
		width: 520px;
		position: relative;
		z-index: 4;
	}
	img.logo-vamp {
		width: 520px;
  height: 300px;
}
      .page {
        /*! width: 840px; */
        width: 900px;
        /*height: 100%;*/
        padding: 0px;
        margin: 3px auto;
      }

      div.content {
        width: 800px;
        background-color: #000;
        /*! box-shadow: 5px 6px #888888; */
        margin: 0 auto;
        /*! border: 2px solid #f0f0f0;
     */
        /*! box-shadow: 0px 0px 19px 1px #888888;
     */
        border-radius: 2px;
        /* border: 1px solid #fff; */
        /*! border-right: 1px solid #4a4a4a; */
        /*! border-bottom: 1px solid #4a4a4a; */
      }

      .img-shadow {
        position: relative;
        max-width: 100%;
        float: left;
      }

      .img-shadow::before {
        /*! content: "";
     */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: inset 0 0 8px rgba(0, 0, 0, .6);
        -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, .6);
        -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, .6);
      }

      .img-shadow img {
        float: left;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
      }

      div.novedad {
        border: 1px solid #535353;
        /*! background-color: black; */
        /*! height: auto; */
        background-color: rgba(0, 0, 0, 0.6);
		margin-bottom: 5px;
      }

      div.novedad p {
        padding: 5px;
        margin: 1px;
      }

      div.titulo {
        background-color: #900;
        padding: 2px;
        padding-left: 5px;
      }

      div.contentleft a:link,
      div.contentleft a:visited {
        color: white;
      }

      div.updates {
        font-family: none;
      }

	footer {
		width:100%;
		text-align:center;
		padding:3px;
		margin-top:-220px;
		font-size: small;
	}
	    footer a:link, footer a:visited{
      color:white;
    }
      a:hover {
        color: white;
      }

      a#intereslink {
        color: white;
      }
	div#boards ul {
		padding: 0;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		margin-left: 15px;
	}
      div#boards {
        border-bottom: 1px solid gray;
      }

      div#boards a {
		text-decoration: none;
        color: white;
      }
	  div#boards a:hover {
		text-decoration: underline;
      }

      div#boards h3 {
        text-align: center;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
        font-weight: bold;
        font-size: revert;
      }
      div#posts-de-interes h3 {
        text-align: center;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
        font-weight: bold;
        font-size: revert;
      }
      div#afiliados h3 {
        text-align: center;
        /*! margin-bottom: 9px !important; */
        /*! margin-top: 5px !important; */
        font-weight: bold;
        font-size: revert;
      }
      div#nuevos-hilos h3 {
        text-align: center;
        margin-bottom: 9px !important;
        /*! margin-top: 5px !important; */
        font-weight: bold;
        font-size: revert;
      }

      div#boards_links {
        text-align: center;
        margin: 2px;
      }

      div#boards_links a {
        color: white;
      }

      /* First example */
      div.items p:not(:target) {
        display: none
      }

      div.items p:target {
        display: block;
        outline: none
      }

      p.menu {
        margin: 0;
        padding: 0.4em;
        background: silver;
        color: black
      }

      p.menu a {
        color: black;
        border: thin outset silver;
        padding: 0.1em 0.3em
      }

      div.items p {
        height: 6em;
        overflow: auto;
        text-align: center;
        margin: 0
      }

      /* Barra */
      div#frame,
      label.toggle {
        /*! zoom: 0.9; */
      }

      body nav::before {
        content: "";
        /* background: url('../files/frameborder.gif') top center repeat-y; */
        display: block;
        width: 0px;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 200px;
        cursor: auto;
		border: 2px solid #620404;
		box-shadow: 0px 0px 10px red;
      }

      #frame {
        background-size: 222px !important;
      }

      #frame {
        display: block;
      }

      #frame {
        position: fixed;
        left: 0;
        top: 0;
        background-size: 222px !important;
        border: 0;
        width: 200px !important;
        background-color: black;
        height: 100%;
        z-index: 100;
        font-family: monospace !important;
        overflow: auto;
        /* zoom: 0.8; */
        font-size:initial;
      }
	div.botones a {
  text-decoration: none;
  color:white;
}
div.botones a:hover {
  border:1px solid white;
}
span.botones-servicios a {
	border:1px solid white;
	text-decoration: none;
	color:#a3ff81;
	padding: 1px;
	margin:2px;
}
span.botones-servicios a:hover {
	color:white;
}
      input[type=checkbox]:not(:checked)~#todo {
        margin-top: -28px;
      }

      div#todo {
        margin-left: 140px;
        margin-left: 202px;
        margin-right: 0px;
      }

      .logo-container {
        position: relative;
        display: inline-block;
        /* Asegura que el contenedor se ajuste al tamaño del logo */
      }

      .logo {
        position: relative;
        z-index: 2;
        /* Asegura que el logo esté por encima de la línea */
      }

      .blinking {
        animation: blinking 1s infinite;
      }

      @keyframes blinking {
        0% {
          opacity: 1;
        }

        49% {
          opacity: 1;
        }

        50% {
          opacity: 0;
        }

        92% {
          opacity: 0;
        }

        100% {
          opacity: 1;
        }
      }

      div#online-count {
        padding: 10px;
        border: 1px solid white;
        margin-top: 10px;
        width: fit-content;
		border-radius: 3px;
      }

      .line-container {
        position: absolute;
        top: 65px;
        /* Ajusta para que la línea quede justo debajo del logo */
        left: -8px;
        /* Ajusta para alinear con la "V" */
        z-index: 1;
        display: flex;
        align-items: center;
      }

      .line {
        position: relative;
        border-top: 2px solid #f00;
        width: 173px;
        margin-right: 5px;
        box-shadow: 0 0 5px #f00, 0 0 10px #f00, 0 0 20px #f00;
      }

      .line::after {
        content: '';
        position: absolute;
        right: -5px;
        top: 5px;
        width: 10px;
        height: 0px;
        border-right: 2px solid #f00;
        border-bottom: 2px solid #f00;
        transform: rotate(-90deg);
        box-shadow: 0 0 10px #f00, 0 0 11px #f00, 0 0 0px #f00;
      }

      /* Estilo del cuadro con el texto en movimiento */
      .text-box {
        position: absolute;
        top: 73px;
        /* Ajuste para acercar más el cuadro a la línea */
        left: -6px;
        width: 100%;
        /* Ancho del cuadro */
        background-color: rgba(0, 0, 0, 0.8);
        /* Fondo semi-transparente */
        color: white;
        padding: 5px;
        border: 1px solid white;
        /* Borde rojo */
        text-align: center;
        border-radius: 2px;
      }
		div#online-count {box-shadow: 0 0 10px #fff, 0 0 0px #fff, 0 0 0px #fff;}
		.text-box {box-shadow: 0 0 10px #fff, 0 0 0px #fff, 0 0 0px #fff;}
      /* Estilo para la sección Boards */
      .boards-container {
        display: flex;
        /* Hace que los elementos se alineen en una fila */
        align-items: center;
        /* Alinea verticalmente la línea con el texto */
        margin-top: 20px;
        /* Ajusta el margen según necesites */
        padding-left: 10px;
      }

      .boards-title {
        font-family: Arial, sans-serif;
        color: white;
        font-size: 16px;
        margin-right: 10px;
        /* Espacio entre el texto y la línea */
      }

      div#listablones {
        /*! font-family: Arial; */
        margin: 3px;
      }

      div#listablones a {
        color: white;
        text-decoration: none;
      }
      div#listablones a:hover {
        text-decoration: underline;
      }

      div#listablones li,
      li::marker {
        margin-bottom: 2px;
        color: red;
      }
      div#listablones li, div#listablones li::marker {
        margin-left: 12px;
      }

      .boards-line2 {
        border-top: 3px solid #434343;
        width: 88px;
        /* Ancho de la línea */
        position: relative;
        right: 6px;
        top: 1px;
      }

      .boards-line2::after {
        content: '';
        position: absolute;
        right: -5px;
        top: 4px;
        /* Ajusta la altura del triángulo */
        width: 10px;
        height: 0px;
        border-right: 3px solid #434343;
        border-bottom: 3px solid #434343;
        transform: rotate(-90deg);
      }

      .boards-line1 {
        border-top: 3px solid #434343;
        width: 107px;
        /* Ancho de la línea */
        position: relative;
        right: 6px;
        top: 1px;
      }

      .boards-line1::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 4px;
        /* Ajusta la altura del triángulo */
        width: 10px;
        height: 0px;
        border-right: 3px solid #434343;
        border-bottom: 3px solid #434343;
        transform: rotate(-90deg);
      }

      .boards-line {
        border-top: 3px solid #434343;
        width: 125px;
        /* Ancho de la línea */
        position: relative;
        right: 6px;
        top: 1px;
      }

      .boards-line::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 4px;
        /* Ajusta la altura del triángulo */
        width: 10px;
        height: 0px;
        border-right: 3px solid #434343;
        border-bottom: 3px solid #434343;
        transform: rotate(-90deg);
      }


      div.irc-d {
        font-family: Arial, sans-serif;
        margin-left: 7px;
        margin-top: 30px;
      }

      div.text-box,
      div#fecha-hora,
      div#online-count {
        font-size: medium;
      }

      .container {
        width: 900px;
        margin: 0 auto;
        /* Centrar el contenedor */
        column-count: 2;
        /* Número de columnas */
        column-gap: 0px;
        /* Espacio entre las columnas */
      }
	.container-img {
  width: 900px;
  margin: 0 auto;
  column-count: 1;
  column-gap: 0px;
  border-top: 1px solid white;
}
@media (max-width: 1000px) {
  .container-img {
    display: flex;
    flex-wrap: wrap;
    /*! width: 374px !important; */
    margin: unset !important;
    gap: 0px;
    column-gap: 0px;
  }
}
        .galeria {
            display: flex;
            flex-wrap: wrap;
            justify-content: center; /* Centra horizontalmente */
            gap: 15px; /* Espacio entre imágenes */
            /*! align-items: center; */
        }
        .imagen {
            margin: 10px;
            text-align: center;
        }
        .imagen img {
            max-width: 100px;
            border: 1px solid white;
            display: block;
        }


      .square {
        /*background-color: #0f0f0f;
            border: 1px solid #000;*/
        padding: 5px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
      }
	div.square#banner {
		height: 150px;
		padding: 0;
		background-color: black;
	}
		div.square#posts-recientes {
		height: auto;
		border: 1px solid;
		border-left: 1px solid #d600f4;
	}
	div.square#posts-de-interes {
		height: auto;
		border: 1px solid;
		border-left: 1px solid #f00;
		border-top: none;
		border-bottom: none;
	}
	div.square#boards {
		border: 1px solid #ae18cd;
	}
	div.square#noticias {
		position: relative;
		/*! height: 227px; */
		background: url('/files/static-bright.gif');
		/*background-size: cover;*/
	}
#noticias {
  max-height: 240px;
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

#noticias::-webkit-scrollbar {
  display: none; /* Chrome, Safari y Edge */
}
#noticias::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
	div.square#nuevos-hilos {
		height: auto;
		border: 1px solid;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: currentcolor;
		/*! border-left: 1px solid #00f454; */
		border-bottom: none;
  border-right: none;
		border-left: none;
	}
      #search {
        border: 1px solid #000;
        padding: 3px;
        outline: none;
        transition: border-color 0.3s;
		background-color: #393939;
		color: white;
      }

      #search:focus {
        border-color: #642121;
      }

      /* Estilo para la sección de Temas de Interés */
      #temas-interes {
        max-width: 100%;
        /* Ocupa todo el ancho disponible */
        padding: 1px;
        font-family: Arial, sans-serif;
      }

      #temas-interes ul {
        list-style: none;
        padding: 4px;
        margin: 0;
      }

      #temas-interes li {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #484848;
      }

      #temas-interes li:last-child {
        border-bottom: none;
      }

      #temas-interes li a.postlink {
        /* font-size: 0.9em; */
        color: #d4d4d4;
        text-decoration: none;
        font-weight: bold;
      }

      #temas-interes li a.postlink:hover {
        color: #ffffff;
        text-decoration: underline;
      }

      #temas-interes li small {
        font-size: 0.8em;
        color: #888888;
      }

      #temas-interes li .social-share {
        margin-top: 5px;
        font-size: 0.8em;
      }

      #temas-interes li .social-share a {
        color: #888888;
        text-decoration: none;
      }

      #temas-interes li .social-share a:hover {
        color: #ffffff;
        text-decoration: underline;
      }
	#nuevos-hilos a {
		color: #d4d4d4;
  text-decoration: none;
  font-weight: bold;
	}
	#nuevos-hilos a:hover {
        color: #ffffff;
        text-decoration: underline;
      }
.notificacion {
  background-color: #000; /* rojo neón */
  color: #f00;
  border-radius: 30px;
  font-size: 12px;
  padding: 0px;
  text-shadow: 0 0 11px #f00, 0 0 10px #f00, 0 0 20px #f00;
  font-weight: bold;
}