@charset "utf-8";
/* CSS Document */

body  {
	font: 0.78em Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(fundo5.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color:#555555;
}

a {
	color:#555555;
	text-decoration:none;
}
a:hover {
	color:#207E92;
	text-decoration:underline;
}
.twoColHybRtHdr #container { 
	width: 787px;  
	background: #FFF url(fundo_texto3.jpg) repeat-y;
	margin: 0 auto;  
	border: 0px solid #000000;
	text-align: left; 
} 
.twoColHybRtHdr #header { 
	background: #DDDDDD url(banner5.jpg) no-repeat; 
	height: 138px;  
	padding: 0 10px;  
} 
.twoColHybRtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
	color:#207E92;
}

.twoColHybRtHdr #sidebar1 {
	float: right; 
	width: 220px; 
	background: #EBEBEB url(sidebar1.gif) no-repeat; 
	margin: 0 4px 4px 10px; 
}
.twoColHybRtHdr #sidebar1 h3, .twoColHybRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}


.twoColHybRtHdr #mainContent {
  margin: 0 20px 0 20px;
}

.twoColHybRtHdr #mainContent .botao{
  background:#E9F7F8;
  text-align:center;
  width:80px;
  height:16px;
  color:#31818C;
  font-weight:bold;
}

.twoColHybRtHdr #mainContent .botao a{
  background:#E9F7F8;
  color:#31818C;
  text-decoration:none;
}
.twoColHybRtHdr #mainContent .botao a:hover{
  background:#31818C;
  color:#E9F7F8;
  text-decoration:underline;
}

.twoColHybRtHdr #mainContent .pt{
  background: url(pt.gif) no-repeat;
  width:20px;
  height:16px;
  float:right;
}
.twoColHybRtHdr #mainContent .en{
  background: url(en.gif) no-repeat;
  width:20px;
  height:16px;
  float:right;
}
.twoColHybRtHdr #mainContent .chat{
  background: url(chat.jpg) no-repeat;
  width:20px;
  height:16px;
  float:right;
}
.twoColHybRtHdr #mainContent .top{
  width:90px;
  height:16px;
  margin-bottom:20px;
}
.twoColHybRtHdr #mainContent .top a{
  background:url(top.gif) no-repeat;
  color:#31818C;
  font-weight:bold;
  text-decoration:none;
}
.twoColHybRtHdr #mainContent .top a:hover{
  background:url(top1.gif) no-repeat;
  color:#31818C;
  font-weight:bold;
  text-decoration:none;
}

.twoColHybRtHdr #mainContent p {
  text-align:justify;
  text-indent:10px;
  line-height:140%;
}
.twoColHybRtHdr #mainContent li {
  text-align:justify;
  margin-top:10px;
  line-height:140%;
}

.twoColHybRtHdr #mainContent .autor {
	font-style:italic;
}
.twoColHybRtHdr #mainContent h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#87C3CE;
	font-size:1.5em;
	margin-bottom:5px;
	margin-top:40px;
}
.twoColHybRtHdr #mainContent h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:1.1em;
	font-style:italic;
	margin-top:0;
}

.twoColHybRtHdr #mainContent h4 {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#207E92;
	font-size:1.2em;
	margin-top:0;
}
.twoColHybRtHdr #mainContent .separador {
	background: url(separador.jpg) no-repeat;
	height:1px;
}

.twoColHybRtHdr #footer { 
	padding: 0 10px; 
	background:#fff url(fundo_rodape.jpg) repeat-x;
	font-size:10px;
} 
.twoColHybRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

