body {
  padding: 10em;
  padding-top: 0em;
  font-family: Times New Roman;
  color: black;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 25em;
  left: 2em;
  width: 250px; 
}

/* 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;
}


p.titulo{
  font-size: 22px;
  font-weight: bold;
}


hr{
  background-color: black;
  height: 1px;
}


.citar{
  background-color: rgb(238, 237, 237)
}

h1, h2 , h3, h4, h5 {
  font-family: Times New Roman;
  text-align: center;
}

ul.navbar li {
  background: white;
  margin: 0.5em 0;
  padding: 0.3em;
}

a:link {
  color: blue 
}

p { 
  line-height: normal; 
  text-align: justify;
  font-size: 18px
}

p.titulo{
  font-size: 20px;
}

.cuadro{
  text-align: center;
}

.tipo {
  color: #ffffff;
  font-size: 20px;
  border-radius: 10px 5px 10px 5px;
  background-color: #696969;
}	  

div.info{
  padding-top: 20px;
}

img.logos {
  width: 15px;
  height: 15px;
}

.logo{
  width: 300px;
  height: 80px;
}

.logo2{
  width: 300px;
  height: 50px;

}