/* CSS Document */
body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.fonteCinza{
	color:#333333;
	text-align:justify;
}
.fonteAzul{
	color:#004B84;
}
/* divs index */
#site{
	width:720px;
	height:810px;
	left:50%;
	margin-left:-360px;
	margin-top:30px;
	position:absolute;
}
#topo{
	width:720px;
	height:273px;
}
.bgesq{
	width:18px;
	height:523px;
	float:left;
}
#principal{
	background:#FFFFFF;
	width:684px;
	height:476px;
	float:left;
}
.rod{
	width:684px;
	height:47px;
	float:left;
	background:url(../img/bg-rod.gif) no-repeat;
}
.bgdir{
	width:18px;
	height:523px;
	float:right;
}
/* divs conteudo */
#conteudo{
	width:660px;
	height:259px;
	margin:15px 12px 5px 12px;
}
#destaque{
	width:684px;
	height:197px;
	background:url(../img/bg-destaques.jpg) no-repeat;
}
.scroll-texto{
	width:655px;
	height:425px;
	margin-top:5px;
	overflow: auto;
	padding:0px 12px 5px 12px;
}

.divGaleria{
	width:684px;
	margin-top:5px;
}

.borda_imagem {
	border: 1px solid #484848;
}

td.rs_navegacao, li.rs_navegacao {
	font-family: arial;
	color:#333333;
	font-size: 10px;
	text-decoration: none;	
	cursor:hand;		
		
}

a.rs_navegacao:active {
	font-family: arial;
	color:#333333;
	font-size: 10px;
	text-decoration: none;
	cursor:hand;	
}
		
a.rs_navegacao:link {
	font-family: arial;
	color:#333333;
	font-size: 10px;
	text-decoration: none;
	cursor:hand;	
}
	
a.rs_navegacao:visited {
	font-family: arial;
	color:#333333;
	font-size: 10px;
	text-decoration: none;
	cursor:hand;	
}

a.rs_navegacao:hover {
	font-family: arial;
	color:#333333;
	font-size: 10px;
	text-decoration:underline;
	cursor:hand;	
}
