/* Guilherme Silva */
body {
  background-image: url(../Imagens/LinhaFundo.png);
  background-repeat: repeat-x;
  background-color: #d0b28e;
  font-style: normal;
  line-height: 1.5em;
  font-size: 0.8em;
  color:#112;
  text-align: justify;
  font-family: Tahoma,Verdana,Arial,sans-serif;
  color: #225;
}
p {
  font-style: normal;
  line-height: 1.4em;
  font-size: 1em;
  padding: 20px;
  padding-top: 3px;
  padding-bottom: 2px;
  text-align: justify;
}
p:first-letter {
  font-size: 110%;
}
#cabec {
  color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
}
#colunacorpo {
  border: 0px solid #cca351;
  background-color: #d0b28e;
}
.coluna1 {
  border: 2px ridge #ffcc99;
  padding: 1%;
  background-position: left top;
  background-color: #d0b28e;
  width: 46%;
  text-align: justify;
  float: left;
}
.coluna2 {
  border: 2px ridge #ffcc99;
  padding: 1%;
  width: 46%;
  text-align: justify;
  float: right;
}
.coluna_unica {
  border: 2px ridge #ffcc99;
  padding: 5%;
  background-color: #ebebcc;
  width: 90%;
  text-align: justify;
}
.colunafixa {
  border: 2px ridge #ffcc99;
  padding: 5%;
  background-color: #ebebcc;
  width: 80%;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 5%;
}
.coluna_menu {
  padding-right: 15px;
  border-style: solid none none;
  border-width: 1px;
  border-top: 1px solid black;
  float: left;
  width: 25%;
}
.coluna1_3 {
  padding-right: 15px;
  border-style: solid none none;
  border-width: 1px;
  border-top: 1px solid black;
  float: left;
  width: 32%;
}
.coluna2_3 {
  padding-right: 15px;
  border-style: solid none none;
  border-width: 1px;
  border-top: 1px solid black;
  float: left;
  width: 60%;
}
h1, h2, h3, h4, h5, h6 {
  border-style: none none solid;
  border-color: black;
  border-width: 1px;
  text-align: left;
  padding-left: 0px;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-family: "Times New Roman",Times,serif;
  color: black;
  font-style: oblique;
  font-weight: normal;
}
h1 { font-size: 200%;  line-height: 1.4em; }
h2 { font-size: 150%;}
h3 { font-size: 140%;}
h4 { font-size: 120%;}
h5 { font-size: 110%;}
h6 { font-size: 100%;}
p.clear {
  clear: both;
  margin-bottom: -20px;
}
p.lista {
  text-indent: 0em;
  margin-left: 10px;
  padding-top: 0px;
  line-height: 1.2em;
  margin-bottom: 0px;
  margin-top: 0px;
}
p.indent {
  text-indent: 4em;
}
p.lista:before {
  content: url(../Imagens/seta.gif) " ";
}
.titulo {
  font-size:1.4em;
  text-align: left;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.titulocentralizado:first-line {
  font-size: 1.5em;
}
.caixa_escura {
  background-color:#99aabb;
  color:white;
  border-style: solid;
  border-color: #bbccee;
  border-width: 2px;
  font-weight:bold; 
}
.citando {
  text-indent: 0em;
  margin-left: 160px;
  margin-right: 120px;
}
.cita2 {
  text-indent: 0em;
  margin-left: 50px;
}
ol, li {
  text-align: justify;
  margin-left: 20px;
  line-height: 1.5em;
}
