body {
  padding-left: 20em;
  font-family: Times New Roman;
  color: black;
}

ul.navbar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 32em;
  left: 2em;
  width: 18em; 
}

h1, 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: 16px
}

p.titulo{
  font-size: 20px;
}

.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;
}

img.licencia{
  width: 80px;
  height: 15px;
}

.logo{
  width: 200px;
  height: 80px;
}

.logo2{
  width: 200px;
  height: 40px;

}