* {
  cursor: url("/assets/cursor32.cur"), url("/assets/cursor32.png") 4 4, auto !important;
}

body {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  background-image: url("/assets/fondo.png");
  background-attachment: fixed;
  background-color: black;
}

/* Nav */
div.AtrasDeNav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  width: 100%;
  background-color: #333333;
}

div.coverAtrasNav {
  grid-row: 1/4;
  grid-column: 1/4;
  width: 100%;
  overflow: hidden;
}

.coverAtrasNav img {
  width: 100%;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}

nav {
  grid-row: 1;
  grid-column: 1/2;
  display: flex;
  position: sticky;
  top: 0;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  align-items: center;
}

nav a:nth-child(1) {
  margin-left: 10px;
}

nav a {
  color: #ffffff;
  text-decoration: none;
  margin-right: 20px;
}

nav a.optionNavActive {
  color: #ffffff;
  text-decoration: underline;
}

.mostviewed {
  width: 70%;
  height: auto;
  margin: 0 auto;
  background-color: #ffffff;
}

ul.latestpostsul {
  margin: 0 auto;
  width: 80%;
  padding-inline-start: 0;
}

table {
  background-color: #ff0b30;
  padding: 2px;
  border: 1px solid black;
}

pre {
  border-inline-start: 3px solid #ff0b30;
}

ul.titulotagsul, .stafful {
  padding-inline-start: 0;
}

ul .tagsDePost .tagDePost {
  color: #000000;
}

ul .tagsDePost .tagDePost::before {
  content: "#";
}

ul .tituloPost, .tituloTags, .tituloauthorstaff {
  list-style: none;
}

ul .tagsDePost {
  list-style: none;
}

/* INDEX h1index */
h1.h1index {
  display: inline-block;
  text-align: left;
  font-size: 60px;
  margin-left: 30px;
}

/* INDEX separadorDeSecciones */
div.separadorDeSecciones {
  margin: 50px 0px;
}

/* INDEX ultimosEspecificos */
h1.latestposts {
  margin-left: 40px;
}

div.ultimosEspecificos {
  display: grid;
  grid-template-columns: repeat(2, auto);
  width: 58%;
  margin: 0 auto;
  margin-top: 15px;
  background-color: #ffffff;
}

.ultimosEspecificos p {
  line-height: 1.6;
}

div.ultimosEspecificos a:visited {
  color: #ff0b30;
}

.section1 {
  width: 100%;
  grid-column: 1/3;
  grid-row: 1;
}

div.contenido {
  display: grid;
  grid-row: 2;
  grid-column: 1/3;
  grid-template-columns: repeat(67% 33%);
}

.blogpostsindex {
  grid-column: 1;
  height: 388px;
  overflow-y: auto;
}

.slidecontainer {
  grid-column: 2;
  margin-left: 10px;
}

#search {
  margin-right: 30px;
}

li.elementoUltimoEspecifico {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-column: 1/2;
  width: 80%;
  list-style: none;
  padding: 0 20px 20px 0;
  padding-inline-start: 0;
  margin-left: 30px;
}

#hoverCadaPostEnIndex:hover {
  background-color: #e5e7eb;
}

li.elementoUltimoEspecifico img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: auto;
}

a.elementoUltimoEspecificoLink {
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}

span.elementoUltimoEspecificoFecha {
  width: 100%;
  padding: 0;
}

span.elementoUltimoEspecificoDescripcion {
  width: 100%;
}

/* INDEX.html footer */
footer {
  display: grid;
  align-items: center;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

.copyrightSection {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* BLOG.html */
/* BLOG ultimos */
div.ultimos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 85%;
  margin: 0 auto;
}

li.elementoUltimo {
  display: grid;
  grid-template-columns: repeat(1, auto);
  list-style: none;
  padding: 20px;
}

span.elementoUltimoFecha {
  width: 100%;
  padding: 0;
}

span.elementoUltimoDescripcion {
  width: 100%;
}

/* POST.hmtl */
.postSection {
  width: 70%;
  height: auto;
  margin-left: 40px;
}

.postSection p {
  font-size: 14px;
  line-height: 1.75;
  font-style: normal;
}

#contenidoDePost img {
  height: 400px;
  margin: 0 auto;
  display: inline-block;
}

#contenidoDePost img.aLaIzquierda {
  background-color: red;
  float: left;
  margin-right: 20px;
}

#contenidoDePost img.aLaDerecha {
  background-color: red;
  float: right;
  margin-left: 20px;
}

/* TAGS.html Every ALL Tags */
.allTags {
  width: 70%;
  height: auto;
  margin-left: 40px;
}

.allTags li {
  font-size: 13px;
  line-height: 1.75;
  font-style: normal;
  list-style: none;
}

/* _layouts/TAGS.html */
.specificTag {
  width: 70%;
  height: auto;
  margin-left: 40px;
}

.specificTag li {
  font-size: 13px;
  line-height: 1.75;
  font-style: normal;
  list-style: none;
}

/* YEARS.html Every ALL Years */
.allYears {
  width: 70%;
  height: auto;
  margin-left: 40px;
}

.allYears li {
  font-size: 13px;
  line-height: 1.75;
  font-style: normal;
  list-style: none;
}

/* _layouts/YEAR.html */
.specificYear {
  width: 70%;
  height: auto;
  margin-left: 40px;
}

.specificYear li {
  font-size: 13px;
  line-height: 1.75;
  font-style: normal;
  list-style: none;
}

/* _layouts/AUTHOR.html */
.specificAuthor {
  width: 70%;
  height: auto;
  margin-left: 40px;
}

.specificAuthor li {
  font-size: 13px;
  line-height: 1.75;
  font-style: normal;
  list-style: none;
}

/* ABOUT.html */
.aboutSection {
  width: 70%;
  height: auto;
  margin-left: 40px;
}

.aboutSection p {
  font-size: 14px;
  line-height: 1.75;
  font-style: normal;
}

.aboutSection img {
  height: 400px;
  margin: 0 auto;
  display: inline-block;
}

.aboutSection img.aLaIzquierda {
  background-color: red;
  float: left;
  margin-right: 20px;
}

.aboutSection img.aLaDerecha {
  background-color: red;
  float: right;
  margin-left: 20px;
}

.svelte-4xnkmf img {
  width: 100px;
}

.pagefind-ui__results-area {
  overflow: scroll;
  height: 455px;
}

/*# sourceMappingURL=styles.css.map */