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;
}

/* Color del link del articulo */
.link-color:link{
  color: aliceblue;
}
.link-color{
  color: aliceblue;
}

/* 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;
}

a:link {
  color: blue 
}


/* Etiqueta P */

p { 
  line-height: normal; 
  text-align: justify;
  font-size: 18px
}

p.titulo{
  font-size: 22px;
  font-weight: bold;
}

p.subtitulo{
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
}

p.subtitulo-segundo{
  font-style: italic;
  font-size: 18px;
}

/* 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;
  image-rendering: optimizeQuality;
}

.logo{
  width: 300px;
  height: 80px;
}

.logo2{
  width: 300px;
  height: 50px;

}