body {
  padding: 10em;
  padding-top: 20px;
  font-family: Times New Roman;
  color: black;
}

.articulo-original {

  color: rgb(0, 0, 0);
  width: 100%;
  size: 15%;
}

#articulo-derecha {
  float: left;
}


/* Posiciones de los resumenes */
.abstract-container {
  display: flex;
  width: 100%;
}

.keywords-container {
  float: left;
  width: 20%;
  padding-right: 20px;
}

.keywords-container p {
  text-indent: 0%;
}


.text-container {
  float: right;
  width: 100%;
  padding-left: 20px;
}


ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 25em;
  left: 2em;
  width: 250px;
}

h1 {

  font-family: Times New Roman;
  text-align: left;
  font-weight: bold;
  color: #AC0C16
}

h2 {
  font-family: Times New Roman;
  text-align: left;
  font-weight: bold;
  color: #666666
}

h4 {
  font-family: Times New Roman;
  text-align: left;
  font-weight: bold;
  color: #AC0C16;

}

.ateo {
  display: inline-block;
  margin-top: 20px;
  line-height: 1%;
  margin-bottom: 10px;
  padding-right: 30px;

}

h5 {
  font-family: Times New Roman;
  text-align: left;
  font-weight: bold;
}

h3 {
  font-family: Times New Roman;
  text-align: right;
  font-weight: bold;
  color: #AC0C16
}

ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
}


/* Enlaces */

a.link-color:visited {
  color: rgb(247, 19, 19);
}







/* Link de referencia */

a:link {
  color: #4e00ff;
}

a:visited {
  color: #003bff;
}

a:focus {
  border-bottom: 1px solid;
  background: #98aae4;
}

a:hover {
  border-bottom: 1px solid;
  background: #aacefe;
}


/* Etiqueta P */

.ppp {
  text-indent: 0em
}

p {
  line-height: normal;
  text-align: justify;
  font-size: 18px;
  text-indent: 0em;
}

.key {
  color: #AC0C16
}

p.titulo {
  font-size: 22px;
  font-weight: bold;
  text-indent: 0em;
  color: #AC0C16
}

p.subtitulo {
  font-size: 20px;
  /* font-style: italic; */
  font-weight: bold;
  color: #AC0C16
}

p.subtitulo-segundo {
  font-style: italic;
  font-size: 18px;
}

p.ref {
  text-indent: -2em;
}

p.autores {
  text-indent: 0em;
}

p.abstract {
  text-indent: 0em;
}


p.forma-citar {
  text-indent: 0em;
}

.citar {
  background-color: rgb(238, 237, 237);
  text-align: center;
}

p.entrevista {
  color: black;
  font-size: 18px;
  font-style: italic;
}

/* Fin P */


/* Etiqueta Italic */
i {
  font-size: 18px
}

/* LI para las listas */

li {
  font-size: 18px;
}

/* NUEVO */
.lista li {
  margin-top: 10px;
  margin-bottom: 10px;
}



/* Tablas */

table {
  border-collapse: collapse;
  border: 2px solid rgb(0, 0, 0);
  align-items: center;
}

thead th {
  border-collapse: collapse;
  background-color: rgb(179, 179, 179);
  border: 2px solid rgb(0, 0, 0);
}

tbody td {
  border-collapse: collapse;
  text-align: center;
  border: 2px solid rgb(0, 0, 0);
}


.tipo {
  color: #ffffff;
  font-size: 22px;
  border-radius: 10px 5px 10px 5px;
  background-color: #696969;
}

div.info {
  padding-top: 20px;
}

img.logos {
  width: 15px;
  height: 15px;
}

.image {
  text-align: center;
  align-content: center;
  image-rendering: optimizeQuality;
}

.image p {
  text-align: center;
  font-size: small;
}

.logo {
  width: 300px;
  height: 80px;
}

.logo2 {
  width: 300px;
  height: 50px;

}

hr {
  background-color: black;
  height: 1px;
}

/* Anclajes de la pagina */

html {
  scroll-behavior: smooth;
}

/* Añadidas para mejorar la forma en la que estaban expresadas las referencias */
ul {
  list-style: none;
}

li {

  padding-top: 18px;

}

.ecuacion {
  text-align: center;
  font-weight: bold;
  margin: 1px;
}