body {
  padding: 10em;
  padding-top: 20px;
  font-family: Times New Roman;
  color: black;
}

.articulo-original{
  background-color: black;
  color: aliceblue;
  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;
}

.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, h4, h5 {
  font-family: Times New Roman;
  text-align: center;
  font-weight: bold;
}

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;
  text-indent: 2em;
}

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: 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;
}
/* Fin P */


/* Etiqueta Italic */
i{
  font-size: 18px
}

/* LI para las listas */

li{
  font-size: 18px;
}



/* 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;
}

.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;
  
}