/* CSS Document */

body{
	background:url(../images/fundo.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
	padding:0px;
}
h3{
	font-size:14px;
	line-height:15px;
	margin-top:15px;
	color:#FF9900;
	line-height:10px;
}
.linkTitulo,.linkTituloActive{
	font-size:14px;
	color:#FF9900;
	line-height:15px;
    font-weight:bold;
    text-decoration:none;
    cursor:pointer;
}
.linkTituloActive{
    color:#006600;
}
.linkTitulo:hover{
    text-decoration:underine;
    color:#006600;
}
#geral{
	background-image:url(../images/bg_topo.jpg);
	border:1px solid #EF9C4B;
	background-repeat:repeat-x;
	width:765px;
	height:auto;
	margin:auto;
	margin-top:0px;
}
#topo{
	width:100%;
	height:152px;
	text-align:center;
	float:left;
}
#esquerda{
	background:url(../images/fundo_menu.gif) center no-repeat;
	height:534px;
	width:208px;
	padding-left:9px;
	float:left;
}
#direita{
	margin:0px;
	padding:0px;
	width:545px;
	height:auto;
	float:left;
}
#menu{
	display:block;
	margin:0px;
	padding:0px;
	margin-top:155px;
	list-style-type:none;
	text-align:center;
	float:left;
}
.bt_laranja,.bt_verde{
	display:block;
	width:195px;
	height:35px;
	margin-bottom:5px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	color:#FFFFFF;
}
.bt_laranja{
	background:url(../images/bt_laranja.jpg) center no-repeat;
}
.bt_verde{
	background:url(../images/bt_verde.jpg) center no-repeat;
}
#quadrados,#arredondados{
	width:auto;
	height:auto;
	margin:auto;
	margin-top:7px;
	text-align:center;
	float:left
}
#rodape{
	height:15px;
	width:100%;
	background-color:#EF9C4B;
}
.borda_quadrada,.borda_arredondada{
	margin-left:13px;
	height:182px;
	float:left;
}
.borda_quadrada a img, .borda_arredondada a img{
    border:none;
}
.borda_quadrada{
	background-color:#FFFFFF;
	width:159px;
	border:2px solid #CCCCCC;
}
.borda_arredondada{
	width:163px;
	background:url(../images/borda_baixo.gif) no-repeat;
}
.borda_quadrada img,.borda_arredondada img{
	margin-top:0px;
	margin-left:0px;
}
.borda_arredondada img{
	margin-top:2px;
}
.conteudo{}
.conteudo p,.conteudo h3,.linkTitulo,.linkTituloActive{
    margin:15px;
    margin-top:8px;
}
.conteudo div.spacer{display:block;height:10px;}