/* Guilherme Silva */

p {
  font-style: normal;
  line-height: 1.4em;
  font-size: 1em;
  padding: 20px;
  padding-top: 3px;
  padding-bottom: 2px;
  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_unica {
  border: 2px ridge #ffcc99;
  padding:5%;
  background-color: #fff;
  text-align: justify;
}
.coluna1_3 {
  padding-right: 0px;
  padding-left: 3%;
  border:none;
  float: left;
  width: 28%;
}
/* só ta funcionando nos Mozillas */
.blocoazul {
	background: #DBF0FF;
	padding: 0.5em 1em;
	border: 1px solid #efefef;
	border-bottom-color: #89d0f0;
	/* border-top-color: #69a0d0; */ 
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #0076a3;
	margin-top: 2em;
	margin-bottom: 1em;
	clear: both;
}
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.lista:before {
  content: url(../Imagens/seta.jpg) " ";
}
p.indent {
  text-indent: 4em;
}
.titulo {
  font-size:1.3em;
  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;
}
