@charset "utf-8";
/* CSS Document */

body{
	border:0px;
	margin:0px;
	padding:0px;
	background: url(../imagens/bg.jpg) #333333 repeat-x;	
}

#principal{	
	margin:0 auto;
	width:1000px;
	position:relative;
}

#cabecalho{
	position:relative;
	top:0px;
	width:1000px;
	height:170px;
	background: url(../imagens/bg_cabecalho.jpg) top no-repeat;
	float:left;
	text-align:center;
}

#corpo{
	position:relative;
	top:0px;
	width:1000px;
	float:left;
	background:url(../imagens/bg_corpo.jpg);
}

#menu_lateral ul{
			list-style-type: none;
			margin-left:3px;
			margin-top:2px;
			padding-top:2px;
			padding-left:7px;
			top:0px;
}

#menu_lateral{
	position:relative;
	width:200px;
	text-align:left;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	display:block;
	top:10px;	
	left:50px;
}

#menu_lateral li a{
			display:block;
			color: #000066;
			height:25px;
			text-decoration:none;
}

		#menu_lateral li a:hover{
			font-weight:bold;
			color: #333333;
			text-decoration:none;
			font-style:italic;
}
				
#destaque{
	position:relative;
	float:right;
	width:200px;
	background:#666666 url(../imagens/tit_destaque.jpg) top no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	height:330px;
	_height:325px;	
}

#destaque a{
	text-decoration:none;
	color:#FFFFFF;
	margin:5px 0 0;
}

#conteudo{
	position:relative;
	width:670px;
	float:left;
	left:70px;
	top:5px;
	margin-top:0px;
	text-align:justify;
}

#rdp{
	position:relative;	
	top:0px;
	width:1000px;
	height:60px;
	float:left;
	text-align:center;
	padding:3px 0px 0px 0px;
	line-height:20px;
	background:#333333 url(../imagens/bg_rdp.jpg);
}
#news{
	position:relative;
	width:460px;
	float:left;
	text-align:right;
}
#info{
	position:relative;
	width:670px;
	float:left;
	text-align:center;
	line-height:30px;
}
h1{
	display:none;
	}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:26px;	
	color:#1F5AAA;
	text-align:center;
	font-weight:bold;
	padding:0px 20px 0px 20px;	
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px; 
	color:#666666;
	font-weight:normal;
}
h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#666666;
	font-weight:normal;
}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	text-align:justify;
}
.texto a{
	color:#666666;
	text-decoration:none;
}
.texto a:hover{
	color:#666666;
	text-decoration:underline;
}
.texto_rdp{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
	
}
.texto_rdp a{
	color:#666666;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}
.texto_rdp a:hover{
	color:#cccccc;
	font-size:11px;
	text-align:center;
	text-decoration:none;
}
#voltar{
	color:#333333;
	text-align:rigth;
	padding:0px 20px 20px 0px;
}
#voltar a{
	color:#333333;
	font-weight:bold;
	text-align:rigth;
	padding:0px 20px 20px 0px;
	text-decoration:none;
}
#voltar a:hover{
	color:#333333;
	font-weight:bold;
	border-bottom: 2px  #333333 solid;
	text-align:rigth;
	font-style:italic;
	padding:0px 20px 20px 0px;
}

/* ESTILOS FORM */

.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: 13px;
	font-family: Arial;
	font-weight:bold;
	color:#ffffff;
	background-image: url(../imagens/bg_bt.jpg);	
	width:60px;
	height:25px;
	border:solid #FF0000 #b6b6b6 0px;
}	

#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;
}
.img_esq{
	float:left;
	padding:0px 10px 0px 0px
}
.img_dir{
	float: right;
	padding:0px 0px 0px 10px
}
texto_dir{
	float:right;
}
.div_topicos{
	float:left
}