html, body {
  background-color: #618671;
  color: #000000;
  font-size: 0.925em;
  height: 100%;
  overflow: hidden;
}

#container {
  margin: 0 auto;
  width: 78.125em;
  height: 100%;
  overflow: auto;
}

#header {
  margin: 0 auto;
  width: 64em;
}
  
#body {
  width: 64em;
  margin: 0 auto;
  min-height: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}

#main {
  font-size: 1em;
  font-family: Verdana;
  letter-spacing: 0.05em;
  width: 39em;
}


#headerTitle {
  width: 64em;
  background-color: #ffffff;
}
  
#headerTitle h1 img {
  margin-top: -0.1em;
  width: 30.5em;
}
  
#rightSidebar {
  width: 14em;
  margin-right: 0em;
}

#leftSidebar {
  margin-left: -0.2em;
  padding-left: 0.5em;
  width: 14em;
  height: 100%;
}

#sidebarNavigation {
  margin-left: 0em;
}

.bienvenida, .texto_articulo {
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.35em;
}

#breadcrumb {
  width: 45em;
  position: relative;
  left: 0em;
  font-size: 0.8em;
  border: 0em solid #000000;
  padding-left: 0.1em;
  padding-bottom: 0.5em;
}

#navbar {
  width: 98%;
  padding: 0.2em;
  font-size: 0.9em;
  text-align: center;
}
 
.current {
  font-weight: bold;
}
 
#navbar > ul.menu  a:link, #navbar > ul.menu a:visited{
  color: #e6510d;
  border: 0px solid #000000;
  font-weight: bold;
  }
  
#navbar > ul.menu a:hover {
  color: #243A02;
  font-weight: bold;
}

#articleTitle h3 {
  line-height: 1.3em;
}

#articleAbstract div {
  text-align: justify;
  letter-spacing: 0.03em;
}

#articleAbstract h4 {
  color: green;
}

#articleSubject h4 {
  color: green;
}

#sidebarUser form input.button {
  background-color: #015F48;
  color: #ffffff;
}

#sidebarNavigation form input.button {
  background-color: #015F48;
  color: #ffffff;
}

form input.textField {
  background-color: #ffffff;
  padding: 0.2em;
  width: 6.3em;
}

.tocAuthors {
  padding-bottom: 1em;
  color: #6b0505;
}

#content {
  border-top: 0.1em solid #336699;
}

#content div {
  text-align: justify;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

p>span.abstract {
  font-weight: bold;
  font-family: "Times New Roman";
  font-size: 0.8em;
  line-height: 1.35em;
  color: #000000;
}
