body {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
}

/* Nav */
div.AtrasDeNav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  height: 100px;
  width: 100%;
}

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: 3/5;
  grid-column: 2/3;
  display: flex;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
}

nav a {
  color: #ffffff;
  text-decoration: none;
}

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

.mostviewed {
  width: 70%;
  height: auto;
  margin: 0 auto;
}

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 separadorDeSecciones */
div.separadorDeSecciones {
  margin: 50px 0px;
}

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

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

div.ultimosEspecificos li:nth-child(7) {
  grid-column: 3/5;
  grid-row: 2/4;
}

div.ultimosEspecificos li:nth-child(8) {
  grid-column: 1;
}

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

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

a.elementoUltimoEspecificoLink {
  display: inline-block;
  width: 100%;
}

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);
  grid-template-rows: repeat(4, auto);
  list-style: none;
  padding: 20px;
}

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

a.elementoUltimoLink {
  display: inline-block;
  width: 100%;
}

a.elementoUltimoLink:visited {
  color: #0a0aef;
}

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

span.elementoUltimoDescripcion {
  width: 100%;
}

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

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

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

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

.postSection 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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  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: 16px;
  line-height: 1.75;
  font-style: normal;
  list-style: none;
}

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

.aboutSection p {
  font-size: 16px;
  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;
}

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