body{
	padding-top: 18px;
	margin: 1px;
	font-size: 13px;
	text-align: center;
	color : #000;
	}
	
	
a:link {color: #000; text-decoration: none;}
a:visited {color: #1B63A9; text-decoration: none;}
a:hover {color: #103A63; text-decoration: none}
a:active {color: #000; text-decoration: none}


  
form{
	margin: 0px;
	padding: 0px;
}

/* PONTOS */
#ponto_positivo{
	width: 30px;
	height: 35px;
	border: 1px solid #c0c0c0;
	background: url('../imagens/positivo.jpg') no-repeat;
	float: left;
	cursor: pointer;
}

#ponto_negativo{
	width: 30px;
	height: 35px;
	border: 1px solid #c0c0c0;
	background: url('../imagens/negativo.jpg') no-repeat;
	float: left;
	cursor: pointer;
}

/* CADASTRO */
#caixaleft{
	margin-left: 5px;
	float: left;
	width: 500px;
	border: 0px solid red;
}

.right{
	float: left;
}

.cadastro{
	float: left;
	padding-right: 2px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	font-size: 20px;
	width: 300px;
	height: 15px;
	border: 0px inset #c0c0c0;
		
}

.campocad{
	margin-top: 15px;
	border: 1px solid #fff;
}

input.inputform{
	border: 1px solid #c0c0c0;
	width: 300px;	
}

input.botform{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 130px;
}

input.imprimir{
	width: 40px;
	height: 40px;
	background: url('../imagens/impressora.png') no-repeat;
}

input.email{
	width: 40px;
	height: 40px;
	background: url('../imagens/email.png') no-repeat;
}

p{
	margin: 0px;
}

h4.titulo3{
	height: 31px;
	padding-left: 3px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff;
	background: url('../imagens/bg_titulo.jpg') no-repeat #006699;
}

a.titulo3{
	font-weight: bold;	
	padding-left: 40px;
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff;
}

a:hover.titulo3{	
	color: #fff;	
}

a:visited.titulo3{	
	color: #fff;	
}

#caixa3{
	padding: 10px;
	float: left;
	margin-bottom: 10px;
	width: 530px;
	-width: 550px;
	height: auto !important;
	min-height: 100px;
	height: 100px;
	border-bottom: 1px solid #c0c0c0;
}


/* CAIXA PERGUNTA  - RESPOSTA*/
#caixa{
	float: left;
	margin-top: 10px;
	width: 500px;
	height: auto !important;
	min-height: 100px;
	height: 100px;
	border-bottom: 1px solid #c0c0c0;
}

#caixa2{
	float: left;
	margin-top: 10px;
	width: 500px;
	height: auto !important;
	min-height: 100px;
	height: 100px;	
	border-bottom: 1px solid #c0c0c0;
	background: #F7FCFF;
	}

#camp_data{
	padding-top: 5px;
	color: #c0c0c0;
	background: url('../imagens/fundo_data.jpg') no-repeat;
	float: left;
	text-align: center;
	width: 66px;
	height: 66px;
	border: 0px solid blue;
}

#dia{
	font-size: 30px;
	text-align: center;
	border: 0px solid #c0c0c0;
}

#mes_ano{	
	border: 0px solid #c0c0c0;
}

#nome{
	margin-top: 10px;
	color: #000;
	float: left;
	text-align: left;
	width: 50px;
	border: 0px solid #c0c0c0;
}

#pergunta{
	padding-top: 5px;
	padding-left: 5px;
	font-size: 20px;
	float: left;
	width: 375px;
	border: 0px solid #c0c0c0;
}

#nr_resposta{
	float: left;
	width: 100px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: #c0c0c0;
}

#resposta{
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	float: left;
	width: 375px;
	border: 0px solid #c0c0c0;
}

#area_responder{
	margin-left: 80px;
	width: 400px;
	min-height:100px;
}

#plataforma{
display:block;
overflow:hidden;
height:1px;
clear:both;
}

/*FIM */

#pg{
	float: left;
	margin: 20px;
	font-size: 20px;
	text-align: center;
	width: 100%;
	border: 0px solid #c0c0c0;
}

#titulo{
	margin-top: 15px;
	color: #1B63A9;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 30px;
	float: left;
	width: 100%;
	border: 0px solid #c0c0c0;
}


/*NOTICIA*/


#titulonoticia{
	margin-top: 15px;
	cursor: pointer;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 25px;
	float: left;
	width: 375px;
	border: 0px solid #c0c0c0;
}

#textonoticia{
	cursor: pointer;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 12px;
	float: left;
	width: 375px;
	border-bottom: 1px solid #c0c0c0;
}

a.noticia:hover{
	color: #1B63A9;
	text-decoration: none;
}


/*DETALHE DA NOTICIA */

#titulodenoticia{
	margin-top: 15px;
	color: #1B63A9;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 30px;
	float: left;
	width: 375px;
	border: 0px solid #c0c0c0;
}

#textodenoticia{
	padding-top: 5px;
	padding-left: 10px;
	font-size: 15px;
	float: left;
	width: 375px;
	border-bottom: 1px solid #c0c0c0;
}


/*FIM*/

.areatexto{
	width: 400px;
	height: 100px;
}

#voto{
	margin-left: 75px;
	width: 100%;
	float:left;
	border: 0px solid #c0c0c0;
}

#sugestoes{
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
	width: 356px;	
}

textarea.sugestoes{
	border: 1px solid #c0c0c0;
	width: 355px;
	height: 80px;	
	background: #FDFFFF;
}

#text{
	float: left;
	width: 100px;
	border: 0px solid red;
}

#atencao{
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px;
	color: red;
	border: 0px solid red;
}

#menu_horizontal{
	float: left;
	margin-top: 5px;
}

#menuLogado{
	color: #c0c0c0;
	font-weight: bold;	
	border-bottom: 0px solid #c0c0c0;
	width: 100%;
	height: 30px;
}

#gbm{
	margin-top: 10px;
	width: 100%;
	height: 30px;
	float: left;
	background: #0056A9;
}

#migalha{
	padding-top: 2px;
	background: url('../imagens/bg_migalha.jpg') no-repeat #0056A9;
	float: left;
	font-weight: bold;
	text-align: left;	
	color: #fff;
	width: 300px;
	height: 28px;
}

#migalha a{
	font-weight: normal;
	color: #fff;
}

#busca{
	background: #0056A9;
	text-align: right;
	float: right;
	width: 400px;
}

#textLogin{
	color: red;
	font-size: 12px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	margin-top: 5px;
	height: 25px;
	background: #fff;
	border: 1px solid red;
}

#logado{
	color: #FF9900;
	font-size: 20px;
	float: right;
	padding-left: 5px;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 3px;
	height: 25px;
	background: #fff;
	border: 0px solid red;
}

#formLogin{
	padding: 20px;  
	float: left;
	border: 0px solid red;
	width: 750px;
	height: 180px;
	background: url('../imagens/bg_login.jpg') no-repeat;
	
}


#menu{	
	background: url('../imagens/bg_menu.jpg') no-repeat;
	text-align: left;
	border: 0px outset red;
	width: 100%;	
	height: 100px;
	float: left;	
	}

#menu a{
	font-size: 18px;
	font-weight: bold;
	padding-top: 2px;
	padding-left: 5px;
	background: url('../imagens/bg_botao2.jpg') no-repeat;
	text-align: center;
	color: #fff;
	display: block;
	float: left;
	margin-left: 18px;
	margin-top: 15px;	
	width: 140px;
	height: 25px;
	border: 0px solid #c0c0c0 ;
}  

#menu a:hover{
	display: block;	
	background: url('../imagens/bg_botao.jpg') no-repeat;
	border-bottom: 0px inset #28639D;
	color: #fff;
	font-weight: bold;
}

#menu_forum{
	text-align: center;
	width: 100%;	
	float: left;	
	border-bottom: 3px solid #0056A9;
}

#select a{
	float: left;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	background: url('../imagens/bg_botao.jpg') no-repeat;
	text-align: center;
	color: #fff;
	display: block;
	margin-left: 60px;
	margin-top: 0px;	
	width: 140px;
	height: 25px;
	border: 0px solid #c0c0c0 ;
}

#no_select a{
	float: left;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
	background: url('../imagens/bg_botao2.jpg') no-repeat;
	text-align: center;
	color: #fff;
	display: block;
	margin-left: 60px;
	margin-top: 0px;	
	width: 140px;
	height: 25px;
	border: 0px solid #c0c0c0 ;
}

#select a:hover{
	display: block;	
	background: url('../imagens/bg_botao2.jpg') no-repeat;
	border-bottom: 0px inset #28639D;
	color: #fff;
	font-weight: bold;
}

#no_select a:hover{
	display: block;	
	background: url('../imagens/bg_botao2.jpg') no-repeat;
	border-bottom: 0px inset #28639D;
	color: #fff;
	font-weight: bold;
}

#banner{
	float: left;
	width: 380px;
	height: 500px;
	margin-bottom: 0px;
}

#menuleft{	
	margin-left: 1px;
	border: 0px solid #c0c0c0;
	width: 161px;
	height: 100%;
	text-align: center;
	float: left;
}  

#menuright{	
	margin-left: 1px;
	border: 0px solid #c0c0c0;
	width: 161px;
	height: 100%;
	text-align: center;
	float: right;	
}

img{color: #fff; border: 0px;}
img:hover{	color: red;}

#botoes{
	border: 1px solid #ccc;
	height: 20px;
	margin: 10px;
}

#botoes a.linkvoltar{color: #000; float:left}
#botoes a.linkproximo{color: #000;float: right;}


#texto{
	font-family: arial;
	line-height: 170%;
	width: 90%;
	float: left;	
	margin: 5px;
	margin-left: 8px;
	padding: 15px;
	text-align: left;
	font-size: 1.1em;
	color: #333333;
}

#corpo{
	border: 0px solid red;
	background: #fff;
	width: 1000px;
	min-height: 400px;
	-height: 400px;
	}

#imagemTopo{	
	text-align: center;
	height: 200px;
	-height: 200px;
	color: #fff;
	border: 0px solid red;
	background: url('../imagens/bg_botao.jpg') no-repeat;
}

#conteudo{
	padding: 10px;
	text-align: left;
	background: transparent;
	float: left;
	width: 600px;
	min-height: 400px;
	-height: 400px;
	border: 0px solid #c0c0c0;
	}
	


#rodape{
	text-align: center;
	clear:both;	
	height: 70px;	
}