/* Guilherme Santos Silva*/
p {text-indent: 2em;}
.capitulo {
      border-bottom:solid;
      border-top:solid;
      border-bottom-width:thin;
      border-top-width:thin;
      text-align:center;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-top:50px;
      font-size: 1.6em;
      font-family: Times New Roman, serif;
      line-height: 1.6em;
}
.titulo {
      text-align:center;
      margin:60px;
      font-size: 2.0em;
      font-family: Times New Roman, serif;
      line-height: 1.6em;
      font-style:italic;
}
.autor {
      text-align:right;
      font-size: 1.2em;
      font-family: Times New Roman, serif;
      line-height: 1.6em;
}
.subtitulo1 {
  font-family:"Times New Roman", Times, serif;
  font-size:1.6em;
  text-indent: 0em;
  padding-top: 20px;
  padding-bottom: 15px;
}
.subtitulo2 {
  font-family:"Times New Roman", Times, serif;
  font-size:1.4em;
  text-indent: 0em;
  padding-top: 20px;
  padding-bottom: 15px;
}
.citando {
  text-indent: 0em;
  margin-left: 160px;
  margin-right: 120px;
}
/* classe para parágrafos que são bibliografias    p:first-letter { font-size: 120% } */
p.biblio {
  text-indent: 0em;
  margin-left: 0px;
  padding-top: 20px;
  line-height: 1.5em;
}
p.biblio:first-line {font-family:"Times New Roman", Times, serif; font-size:1.8em; }
.coluna_unica {
  background-image: url(../Imagens/BordaArtigo.jpg);
  background-repeat: repeat-y;
  background-color: #fefebe;
  border: 1px ridge #ffcc99;
  padding: 5%;
  padding-top: 10px;
  width: 89%;
  text-align: justify;
}
.colunafixa {
  border: 2px ridge #ffcc99;
  padding: 5%;
  background-color: #ebebcc;
  width: 80%;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 5%;
}
.destaque_esquerda {
  text-indent: 0em;
  font-size: 1.0em;
  border: 4px double #ffb303;
  padding: 2%;
  margin-left: 0px;
  margin-right: 2%;
  background-color: #eef;
  width: 30%;
  text-align: left;
  float: left;
}
.destaque_direita {
  text-indent: 0em;
  font-size: 1.0em;
  border: 4px double #ffb303;
  padding: 2%;
  margin-right: 0px;
  margin-left: 2%;
  background-color: #efee8e;
  width: 30%;
  text-align: right;
  float: right;
}
p.clear {clear: both;}
p.indent {text-indent: 4em;}
p.noindent {text-indent: 0em;}
.titulocentralizado {
  font-style: italic;
  line-height: 2em;
  font-size: 1.3em;
  text-align: center;
  font-family: Times New Roman,serif;
  margin-bottom: 50px;
  margin-top: 50px;
}
.titulocentralizado:first-line {font-size: 1.5em;}