     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: rgba(24, 26, 27, 0.32) 0px 0px 7px; /* sombra ligera para contraste */
        background-image: linear-gradient(rgba(17, 19, 19, 0.6), rgba(17, 19, 19, 0.6)),url("https://vampiros.org/skin/world4ch/images/BGBats.gif");
        background-size: auto;
        background-repeat: repeat;
        background-attachment: fixed;
        background-color: rgba(0, 0, 0, 0);
      }

	   @media (max-width: 1000px) {
		  #frame {
			display: none!important;
		  }
		body nav::before {
			display: none!important;
      }
	  div#todo {
        margin-left: 0px!important;
        margin-right: 0px!important;
	}
	div.duckduck{
		display:none!important;
	  }
	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%;
  }

  .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: -47px !important;
  left: -6px !important;
  zoom: 95%;
}
img.logo-vamp {
  width: 411px !important;
  height: 216px!important;
}
div.contenedor {
	top: -116px !important;
	margin: 0 auto!important;
}
footer {
	margin-top: -110px !important;
}
	  }
	  div.contenedor {
		  margin: 0 auto;
		  width: max-content;
		  border: 1px solid #7b7265;
		  border-radius: 2px;
		  top: -227px;
		  position: relative;
		  box-shadow: 0 0 10px #000000, 0 0 0px #000000, 0 0 0px #000000;
		  background: linear-gradient(rgb(0 0 0 / 72%), rgb(0 0 0 / 72%));
		 }
      .afiliados {
        font-size: unset;
        background-color: #4a4a4a;
        border: 1px solid black;
      }
	  form#duckduck {
		  top: -245px;
		  left: 540px;
		  width: 260px;
		  position: relative;
		  z-index: 5;
		  padding: 1px;
		  border: dashed 1px #545b5e;
		  border-radius: 4px;
		  padding: 10px;
		  margin:0;
		  box-shadow: 0 0 10px #808080, 0 0 0px #000, 0 0 0px #fff;
		  background: linear-gradient(rgb(24 24 24 / 72%), rgb(0 0 0 / 72%));
		 }
      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: #000;
      }

      @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 #4b5255;
        /* 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: #1f1616;
        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!important;
    }
      a:link,
      a:visited {
        color: #ff4747;
      }

      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;
      }

      div#boards_links {
        text-align: center;
        margin: 2px;
      }

      div#boards_links a {
        color: white;
      }

      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 {
      }

      body nav::before {
        content: "";
        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;
      }

      .logo {
        position: relative;
        z-index: 2;
      }

      .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;
        left: -8px;
        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;
      }

      .text-box {
        position: absolute;
        top: 73px;
        left: -6px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 5px;
        border: 1px solid white;
        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;}
      .boards-container {
        display: flex;
        align-items: center;
        margin-top: 20px;
        padding-left: 10px;
      }

      .boards-title {
        font-family: Arial, sans-serif;
        color: white;
        font-size: 16px;
        margin-right: 10px;
      }

      div#listablones {
        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;
      }

      .boards-line2 {
        border-top: 3px solid #434343;
        width: 88px;
        position: relative;
        right: 6px;
        top: 1px;
      }

      .boards-line2::after {
        content: '';
        position: absolute;
        right: -5px;
        top: 4px;
        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;
        position: relative;
        right: 6px;
        top: 1px;
      }

      .boards-line1::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 4px;
        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;
        position: relative;
        right: 6px;
        top: 1px;
      }

      .boards-line::after {
        content: '';
        position: absolute;
        right: -6px;
        top: 4px;
        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;
        column-count: 2;
        column-gap: 0px;
      }
	.container-img {
  width: 900px;
  margin: 0 auto;
  column-count: 1;
  column-gap: 0px;
  border-top: 1px solid #7b7265;
}
@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;
            gap: 15px;
        }
        .imagen {
            margin: 10px;
            text-align: center;
        }
        .imagen img {
            max-width: 100px;
            border: 1px solid #aeaeae;
            display: block;
        }


      .square {
        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 #9f00b6;
		border-top: 1px solid white;
	}
	div.square#posts-de-interes {
		height: auto;
		border: 1px solid;
		border-left: 1px solid #691313;
		border-top: none;
		border-bottom: none;
	}
	div.square#boards {
		border: 1px solid #894b4b;
	}
	div.square#noticias {
		position: relative;
		background: url('/files/static-bright.gif');
	}
#noticias {
  max-height: 240px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#noticias::-webkit-scrollbar {
  display: none;
}
#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-bottom: none;
  border-right: none;
		border-left: none;
	}
      #search {
        border: 1px solid #8c8273;
        padding: 3px;
        outline: none;
        transition: border-color 0.3s;
        background-color: #2b2e30;
        color: white;
      }

      #search:focus {
        border-color: #642121;
      }

      #temas-interes {
        max-width: 100%;
        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 #7b7265;
      }

      #temas-interes li:last-child {
        border-bottom: none;
      }

      #temas-interes li a.postlink {
        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;
  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;
}
