@charset "utf-8";


/* Divisões do layout */

body{
	margin:0px;
	background:#FFFFFF url(../imagens/bg.jpg) repeat-x top;
}

#principal{
	margin:0 auto;
	width:820px;
	position:relative;
}

#cabecalho{
	width:820px;
	height:150px;
	background:url(../imagens/bg_cabecalho.jpg) top no-repeat;
	position:relative;
	z-index:1;
}

#menu{
	width:760px;
	height:25px;
	margin:125px 0px 0px 30px;
	_margin:125px 0px 0px 15px;	
	float:left;
	position:relative;
}

#corpo{
	width:820px;
	background:#FFFFFF url(../imagens/bg_corpo.jpg) top no-repeat;
	position:relative;
	float:left;
	z-index:0;
	display:inline;
}

#conteudo{
	width:780px;
	margin-left:20px;
	_margin-left:10px;
	padding-bottom:15px;
	float:left;
	background:#FFFFFF;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	min-height:330px;
}

#conteudo a{
	color:#333333;
	text-decoration:none;
}

#conteudo a:hover{
	color:#059534;
}

#noticias{
	width:208px;
	float:right;
	position:relative;
	border-left:dashed #CCCCCC 1px;
	font-size:11px;
	color:#2C4969;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#noticias a{
	color:#2C4969;
	text-decoration:none;
}

#noticias a:hover{
	color:#059534;
}

#item_noticia{
	width:200px;
	float:right;
	position:relative;
	border-bottom:dashed #CCCCCC 1px;
	margin:5px 0px 0px 0px;
	padding-bottom:5px;
}

#item_noticia2{
	width:760px;
	float:right;
	margin-right:20px;
	position:relative;
	border-bottom:dashed #CCCCCC 1px;
	margin:5px 0px 0px 0px;
	font-size:11px;
	color:#2C4969;
	padding-bottom:5px;
}

#item_noticia2 a{
	color:#2C4969;
	text-decoration:none;
}

#item_noticia2 a:hover{
	color:#333333;
}

#rdp{
	width:820px;
	height:60px;
	background:url(../imagens/bg_rdp.jpg) no-repeat;
	position:relative;
	float:left;
}

#texto_rdp{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
	color:#666666;
	margin-top:15px;
	font-weight:normal;
}

/* Tags */

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2C4969;
	margin:15px 0px 15px 0px;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#2C4969;
	margin:15px 0px 5px 0px;
}

p{
	font-size:12px;
	margin:15px 10px 15px 10px;
	
}

li{
	margin:5px 5px 5px 20px;
	*margin:5px 5px 5px 3px;
}

fieldset{
	width:230px;
	margin:30px 0px 0px 40px;
	*padding-top:30px;
}

legend{
	font-size:14px;
	font-weight:bold;
}

form{
	margin:10px 10px 10px 5px;
}

/* Formulários */

.option, select, input, button {
	font-family: Arial;
	font-weight: bold;
	FONT-SIZE: 12px;
	background-image: url(../imagens/bg_forms.jpg);
	color: #333333;
	border:solid #b6b6b6 1px;
}
.bt_enviar {
	FONT-SIZE: 12px;
	font-family: Arial;
	font-weight:normal;
	color:#ffffff;
	background-image: url(../imagens/bg_bt.jpg);	
	width:60px;
	height:24px;	
}	

#mensagem{
    font-family: Arial;
	font-weight: bold;
	FONT-SIZE: 12px;
	background:#000066;
	background-image: url(../imagens/bg_textarea.jpg);
	color: #333333;
	border:solid #b6b6b6 1px;
}

/* Classes */

.link_parceiros a{
	font-size:11px;
	text-decoration:underline;
	color:#666666;
}

.link_parceiros a:hover{
	color:#000000;
}

.img_dir{
	float:right;
	position:relative;
	margin-right:15px;
}

.sub_tit {
	font-size: 14px;
	font-weight: bold;
	color: #008C2C

