/* Guilherme Santos Silva */
p {
  padding: 10px;
  font-style: normal;
  line-height: 1.5em;
  font-size: 1em;
  text-align: justify;
}
p:first-letter {
  font-size: 110%;
}
.coluna_unica {
  border: 2px ridge #ffcc99;
  padding: 5%;
  background-color: #ebebcc;
  margin-left:5px;
  width: 98%;
  text-align: justify;
}
.colunafixa {
  border: 2px ridge #ffcc99;
  padding: 5%;
  background-color: #ebebcc;
  width: 80%;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 5%;
}
p.clear {
  clear: both;
  margin-bottom:-20px;
}
p.lista {
  text-indent: 0em;
  margin-left: 20px;
  padding-top: 0px;
  line-height: 1.5em;
  margin-bottom: 0px;
  margin-top: 0px;
}
p.indent {
  text-indent: 4em;
}
p.lista:before {
  content: url(../Imagens/seta.gif) " ";
}
.titulocentralizado {
  font-style: italic;
  line-height: 2em;
  font-size: 1.7em;
  text-align: center;
  font-family: Times,serif;
  margin-bottom: 20px;
  margin-top: 20px;
}
.citando {
  text-indent: 0em;
  margin-left: 160px;
  margin-right: 120px;
}