body {
  padding: 10em;
  padding-top: 20px;
  font-family: Times New Roman;
  color: black;
}


#articulo-derecha {
  float: left;
}


/* Posiciones de los resumenes */
.abstract-container {
  display: flex;
  width: 100%;
}

.keywords-container {
  float: left;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #e8e9e7;
}

.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, h2, h3, h5 {
  font-family: Times New Roman;
  text-align: center;
  font-weight: bold;
}

h4 {
  font-family: Times New Roman;
  text-align: center;
  font-weight: normal;
}

h1 {
  background-color: #e8e9e7;
  border-radius: 15px;
}

h2 {
  font-style: italic;
}



ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
}


/* Enlaces */

a.link-color:visited {
  color: white;
}

a.link-color:link {
  color: white;
}

a.link-color:hover {
  color: white;
}

a.link-color:hover {
  border-bottom: 1px solid;
  background: black;
}


/* 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 */

p {
  line-height: normal;
  text-align: justify;
  font-size: 18px;
}

p.titulo {
  font-size: 22px;
  font-weight: bold;
  text-indent: 0em;
}

p.subtitulo {
  font-size: 22px;
  /* font-style: italic; */
  font-weight: bold;
}

p.subtitulo-segundo {
  font-style: italic;
  font-size: 20px;
  font-weight: bold;
}

p#cabeza {
  color: #1d71ae;
  text-align: center;
}

p.ref {
  text-indent: -2em;
}

p.autores {
  text-indent: 0em;
  font-size: small;
}

p.forma-citar {
  text-indent: 0em;
  text-align: center;
  width: 70%;
  justify-content: center;
}

.cita {
  text-align: -webkit-center;
}

/* Fin P */


/* Etiqueta Italic */
i {
  font-size: 18px
}

/* LI para las listas */

li {
  font-size: 18px;
  text-indent: 2em;
}

.lista li {
  margin-top: 10px;
  margin-bottom: 10px;
  text-indent: 0%;
}

hr {
  background-color: black;
  height: 1px;
}

/* 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;
  image-rendering: optimizeQuality;
  padding-bottom: 10px;
  padding-top: 10px;
}


.image p {
  text-align: center;
  font-size: small;
}

.logo {
  width: 300px;
  height: 80px;
}

.logo2 {
  width: 300px;
  height: 50px;

}


/* Anclajes de la pagina */

html {
  scroll-behavior: smooth;
}

.ecuacion {
  text-align: center;
  font-weight: bold;
  margin: 1px;
}