
/*================================================================================================
========================== COMUM A TODOS CSS ATON===========================================*/
 
body{
	background:url(../imagens/bg_body.jpg);
	/*background-color:#C2C2C2;*/
/*	background:url(../imagens/bg_topo.jpg) repeat-x;*/
	background-position:top;
	margin:0px; 
	height:100%;
}
  
*{/*APLICA-SE A TODAS TAGS*/
	font-size:10px;
	font-family:Verdana, Arial;
	line-height:20px;
	
}

#area_textos{
width:400px;
margin-left:30px;}

#ul_01{
margin:}

#ul_01 li{
list-style-image:url(../imagens/marcador_links.jpg);
}

/*li{
list-style-image:url(../imagens/marcador_links.jpg);
}*/


a{
	font-family:Verdana;
	color: #006699;
	text-decoration:none;
	font-weight:bold;
}

input{
	font-size:10px;
	border:solid 1px #999999;
	font-family:Verdana, Arial;
	color:#666666;
}

select{
	font-size:10px;
	border:solid 1px #999999;
	font-family:Verdana, Arial;
	color:#666666;
}

button{
	font-size:10px;
	font-family:Verdana, Arial;
	color:#666666;
}

.topo_template{
background: url(../imagens/topo_template.jpg);}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> LINK >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.link_vermelho{
	width:205px;
	height:147px;
	display:block;
}


.link_laranja{ 
	color:#106A9F;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FECHAMENTO LINK >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


#bg_download{ font-family:Verdana; font-size:10px; height:300px; float:left; width:400px; margin-left:13px;}



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> DIV >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


#bg_fundo{/* ESTA É UMA DIV ESPECIAL E OPCIONAL ONDE PODE SER INSERIDO UM SEGUNDO BACKGROUND ALÉM DO JÁ EXISTENTE NO BODY. */
	width:100%;
	height:100%;
	background: url(../imagens/bg_fundo2.jpg) repeat-x;
	background-position:top center;
	position:absolute; 
	z-index:400;
	
	
}

#bg_bottom{/* ESTA É UMA DIV ESPECIAL E OPCIONAL ONDE PODE SER INSERIDO UM SEGUNDO BACKGROUND ALÉM DO JÁ EXISTENTE NO BODY. */
	width:800px;
	position:relative;
	height:110px;
	background:url(../imagens/bg_bottom.jpg) no-repeat;
	background-position:top center;
	float:bottom;
	bottom:-70px;
	z-index:-2;
}


/*----------------------  DIV GERAL --------------------*/

#geral{/*ESTA DIV ENGLOBA TODAS AS DEMAIS DIVS QUE COMPÕEM O SITE*/
	background:url(../imagens/geral_bg.jpg) #000000;
	position:absolute; 
	left:50%;
    margin-left:-388px;
	width:762px;
	*width:762px;
	_width:762px;
	margin-top:0px;
	*margin-top:0px;
	_margin-top:0px;
	z-index:300;
}
/*---------------------- COLUNA1 --------------------------*/
#coluna1{/* ESTA DIV CONTE O MENU PRINCIPAL */
	/*border:solid 1px  #FF0000;*/ 
	background: url(../imagens/coluna1_bg.jpg) no-repeat;
	width:165px;
/*	height:320px;*/
	float:left;
}

#menu_bd{
	background: url(../imagens/menu_topo.jpg) no-repeat;
	width:597px;
	height:41px;
	float:left;
}

#aba_menu{
	position:absolute; 
	left:50%;
    margin-left:-417px;
	width:28px;
	height:285px;
	z-index:800;
}

#meumenu{
	background:url(../imagens/menu.jpg) no-repeat;
	width:165px;
	float:left;
	color: #336699;
}

#rodape_menu{ 
    width:165px;
	height:28px;
    background:url(../imagens/rodape_menu.jpg);
	float:left;
}

.menuprincipal{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #336699;
}

.menuprincipal_link{
	padding: 10px 0px 0px 25px;
	font-size:10px;
	margin-top:0px;
	color:#666666;
	text-decoration:none;
	text-align:left;
	width:140px;
	height:23px;
	*height:23px;
	_height:23px;
	display:block;
	background:url(../imagens/botoes.jpg) top no-repeat;	
}

.menuprincipal_link:hover{
	padding: 10px 0px 0px 25px;
	margin-top:0px;
	font-size:10px;
	color: #666666;
	text-decoration:none;
	text-align:left;
	width:140px;
	height:23px;
	*height:23px;
	_height:23px;
	display:block;
	background-position:bottom;
}

.submenu_geral{
	position:relative;
}




.submenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; position:relative;  top:0px; 
}

.submenu_link{
	color: #666666;
	text-decoration:none;
	text-align:left;
	width:155px;
	/**width:157px;
	_width:157px;*/
	height:17px;
	display:block;
	background:url(../imagens/bg_submenu_out.jpg) no-repeat top #a7a5a6;
	padding-left:8px;
	padding-top:1px;
}

.submenu_link:hover{
	width:155px;
/*	*width:157px;
	_width:157px;*/
	height:17px;
	display:block;
	color: #666666;
	text-decoration:none;
	text-align:left;
	padding-left:8px;
	padding-top:1px;	
	background:url(../imagens/bg_submenu_over.jpg) no-repeat top #c4c4c4;
	
}

.submenu .submenu_geral .submenu a{
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	width:148px;
	/**width:157px;
	_width:157px;*/
	height:17px;
	display:block;
	background:url(../imagens/bg_subsubmenu_out.gif) repeat-x top #878787;
	padding-left:15px;
	padding-top:0px;
	margin:0px;	
}

.submenu .submenu_geral .submenu a:hover{
	width:148px;
/*	*width:157px;
	_width:157px;*/
	height:17px;
	display:block;
	color:#ffffff;
	text-decoration:none;
	text-align:left;
	padding-left:15px;
	padding-top:1px;
	margin:0px;	
	background:url(../imagens/bg_subsubmenu_over.gif) repeat-x top #a8a8a8;
	
}

/*---------------- FIM DO MEU MENU ---------------*/


#espaco{
    background: url(../imagens/space.jpg) no-repeat;
	/*background-color:#00FF33;*/
	width:165px;
	height:142px;
	float:left;
}

/*------------------------ FECHAMENTO COLUNA1 ----------------------*/

/*----------------------------- TOPO ------------------------------*/

#topo{ /* ESTA DIV CONTE TUDO DO TOPO DO SITE */
	background:url(../imagens/topo.jpg) no-repeat;
	width:597px;
	height:197px;
	float:left;
	/*background-color:#0066CC;*/
	margin:0px;
	
}
/*#topo div{
	width:597px;
	height:197px;
	position:absolute;
	top:0px;
	left:192px;
}
*/
/*--------------------- FECHAMENTO TOPO -------------------------*/
/*----------------------------- NOTÍCIAS -----------------------------*/

#exibe_noticias{ margin-left:20px; float:left;}
#noticias_aton{
	width:570px;
}
/*--------------------------FIM  NOTÍCIAS -------------------------*/
/*-------------------------- MIOLO -----------------------------*/
#miolo_index{
    background-image:url(../imagens/bg_miolo_index.jpg);
	background-repeat:repeat-y;
	width:597px;
	height:296px; 
	background-position:bottom left;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#caixa_conteudo_index{
	background:url(../imagens/bg_caixas_.jpg) no-repeat;
	background-position:bottom;
	width:199px; 
	float:left;
}

#coluna1_index{
	width:199px; 
	height:224px;
    background-image:url(../imagens/bg_caixa_conteudo_index.jpg);
	background-repeat:repeat-y;
	float:left;
}

#coluna2_index{
	width:199px; 
	height:224px;
    background-image:url(../imagens/bg_caixa_conteudo_index.jpg);
	/*background-color:#999966;*/
	float:left;
}

#coluna3_index{
	width:199px; 
	height:224px;
    background-image:url(../imagens/bg_caixa_conteudo_index.jpg);
	/*background-color:#9999cc;*/
	float:left;
}

#title_2{
	background: url(../imagens/title_caixas_index.jpg) no-repeat;
	width:198px;
	*width:175px;
	_width:175px;
	height:29px;
	*height:23px;
	_height:23px;
	padding-top:6px;
	padding-left:23px;
	float:left;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight:bold;
	text-decoration: none;	
}

.green_txt{
	font-size:11px;
	color:#009900;
}

.blue_txt{
	font-size:11px;
	color:#006699;
}


#foto{
	background:url(../imagens/foto.jpg);
	/*background-color:#00CC33;*/
	width:79px;
	height:86px;
	margin-top:10px;
	margin-left:10px;
	*margin-left:5px;
	_margin-left:5px;
	float:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

#caixa_txt{
/*	background-color:#006699;*/
	width:100px;
	margin-top:10px;
	margin-left:5px;
	*margin-left:5px;
	_margin-left:5px;
	float:left;
}

#caixa_txt2{
/*background-color:#006699;*/
	width:80px;
	*width:100px;
	_width:100px;
	margin-top:10px;
	margin-left:16px;
	*margin-left:5px;
	_margin-left:5px;
	float:left;
}


#miolo{
	background:url(../imagens/bg_interno.jpg) no-repeat top;
	background-position: 0px 47px;
	width:555px; 
	float:left;
    height:100%;
}

/*-------------------------- FIM MIOLO -----------------------------*/
/*----------------------------- RODAPE -----------------------------*/
/*#rodape span{font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#666666;}*/
#endereco{
	width:140px;
	margin-left:8px;}

#rodape{
	background: url(../imagens/rodape.jpg) no-repeat;
	float:left;
	*float:none;
	width:742px;
	*width:662px;
	_width:662px;
	height:29px;
	*height:29px;
	_height:29px;
	text-align:right;
	vertical-align:middle;
	padding-top:10px;
	color:#FFFFFF;
	padding-right:10px;
	padding-left:10px;
	*padding-left:90px;
	_padding-left:90px;
	line-height:15px;
}

#novo_rodape{
width:752px;
height:29px;
background: url(../imagens/rodape.jpg) no-repeat;
float:left; font-family:Verdana; font-size:10px; color:#FFFFFF; text-align:right; padding-top:10px; padding-right:10px;
}

/*--------------------------FIM  RODAPE -------------------------*/

/*================================================================================================
========================== FECHAR COMUM A TODOS ===============================================*/


/*================================================================================================
=================================== PRODUTOS ===============================================*/
/*--------------------------TABELA-------------------------------*/
*tabela_produtos{
}
/*--------------------------FIM  TABELA -------------------------*/

/*================================================================================================
========================== FECHAR PRODUTOS ===============================================*/





























/*----------------- FECHAMENTO DIV GERAL -------------*/



/* >>>>>>>>>>>>>>>>>>>>>>> FECHAMENTO SO - DIV >>>>>>>>>>>>>>>>>>>>>>> */










/*======================== FECHAMENTO COMUM A TODOS =================================*/



#feedback{font-family:Verdana; font-size:10px; font-weight:bold; color:#FF9900; width:545px; height:16px; background-color:#0F699E; padding-left:10px; padding-top:3px;}




#left{
	width:530px;
	float:left;
}

#banner{
	/*background:url(../imagens/banner.jpg) no-repeat;*/
	width:500px;
	height:158px;
	margin-left:13px;
	margin-top:15px;
	float:left;
}




#exibicao_pagina{
	position:relative;
	top:-40px;
	_top:-50px;
	margin:40px 10px 10px 13px;
	width:535px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
    height:100%;
}


#caixa_noticias{
	background: url(../imagens/noticias.jpg) no-repeat;
	width:299px;
	height:194px;
	float:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; text-decoration:none;	
}

.ver_todas{}


.txt{ font-family:Verdana; color:#333333; font-size:10px;}

#title{
	background: url(../imagens/noticias.jpg) no-repeat;
	width:198px;
	height:17px;
	float:left;
	padding-top:5px;
	padding-left:100px;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #006699;
	text-decoration: none;	
}




#noticias{
	width:100px;
	margin-top:10px;
	margin-left:5px;
	*margin-left:5px;
	float:left;
}



#caixa_texto{
	width:128px;
	height:135px;
	float:left;
	padding: 5px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration: none;
}

#div_veragenda{ width:128px; height:5px; float:left;}

#quadro2{
	background: url(../imagens/quadro2.jpg) no-repeat;
	width:202px;
	height:224px;
	float:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; padding-bottom:5px;	
}


.link_imprensa{color:#666666;text-decoration: none;}

.link_vertodas{text-decoration: none; font-size:10px;}

#outras_noticias{color:#013B85;text-decoration: none;}


h2{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:14px; font-weight:bold;}

h3{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:14px; font-weight:bold;}



.link_chamadas{
	float:left;
	width:133px;
	height:174px;
	/*background-color:#00FF66;*/
	margin-left:34px;
	*margin-left:17px;
	margin-top:10px;
	display:block;
	}

.link_chamadas2{
	float:left;
	width:133px;
	height:174px;
	/*background-color:#00FF66;*/
	margin-left:39px;
	*margin-left:39px;
	margin-top:10px;
	display:block;
	}
	
.link_chamadas3{
    color:#FFFFFF;
	display:block;
	float:left;
	width:133px;
	height:174px;
	/*background-color:#00Fffd;*/
	margin-left:39px;
	*margin-left:35px;
	margin-top:10px;
	
	}	


.titulo_gde_noticias{
	background:url(../imagens/bg_h1.jpg) no-repeat;
	width:594px;
	*width:570px;
	_width:570px;
	*height:27px;
	height:27px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding:3px 0px 0px 25px;
}

.h1_noticias_aton{
	background:url(../imagens/bg_h1.jpg) no-repeat;
	width:571px;
	*width:570px;
	_width:571px;
	*height:27px;
	height:27px;
	margin-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	padding:3px 0px 0px 25px; float:right;
}

#fale_conosco{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#666666; margin: 0px 0px 0px 70px;}

#botoes_acao{ margin: 10px 0px 0px 300px;}


.mensagem_inicial{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; margin-left:15px;}

.fb_ok{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#C45A00; margin-left:15px; text-align:center; font-weight:bold;}

.txt_branco{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; font-weight:bold;}

.txt_preto{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000; font-weight:bold;}

.txt_form{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#000000;}

.input_login{
	font-family: Verdana;
	font-size: 10px;
	color: #296EA9;
	background-color: #ffffff;
	width: 110px;
	height: 13px;
	margin-left:5px;
	}
	
.input_senha{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #296EA9;
	background-color: #ffffff;
	border:solid 1px;
	width: 205px;
	height: 20px;}	
	
/*.input_02{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #296EA9;
	background-color: #ffffff;
	border:solid 1px;
	width: 200px;
	height: 80px;}*/

/* ===========Módulo Cadastro============= */

#tabela_modulo_cadastro{
	color: #106A9F;
	font-size:10px;
	font-family:Verdana, Arial;
	width:400px;
	margin-top:-30px;
	*margin-top:-40px;
	margin-left:50px;
	*margin-left:25px;
	float:left;
}

.tabela_modulo_faleconosco{
	color: #106A9F;
	font-size:10px;
	font-family:Verdana, Arial;
	width:400px;
	margin-top:20px;
	*margin-top:10px;
	_margin-top:10px;
	margin-left:50px;
	*margin-left:25px;
	float:left;
}

/*.tabela_modulo_faleconosco td{ 
	border-bottom:1px solid #999999;
}*/


#tabela_modulo_cadastro td{
background:none;

}

#tabela_modulo_cadastro tr{
background:none;

}

.botao_enviar{
	background:url(../imagens/bg_bt.jpg) no-repeat;
	width:57px;
	height:19px;
	border:none;
	cursor:pointer;
	float:left;
	color:#ffffff;
	padding-left:3px;
	margin-top:20px;
}

.botao_enviar_c{
	background:url(../imagens/bg_bt2.jpg) no-repeat;
	text-decoration:none;
	width:57px;
	height:19px;
	border:none;
	cursor:pointer;
	float:left;
	color:#ffffff;
	padding-left:3px;
	margin-top:20px;
}


.botao_acessar{
	background:url(../imagens/bt_acessar.jpg) no-repeat;
	text-decoration:none;
	width:57px;
	height:19px;
	border:none;
	cursor:pointer;
	float:left;
	color:#ffffff;
	padding-left:3px;
	margin-top:20px;
	margin-left:93px;
}

/* =========== Input ============= */



tabela_modulo_faleconosco input{
    width:70px;
	font-size:10px;
	font-family:Verdana, Arial;
	color:#666666;
}



textarea{
    width:200px;
	height:100px;
	border:solid 1px #999999;
	font-size:10px;
	font-family:Verdana, Arial;
	color:#666666;
}

#logo_compos{
    background-image:url(../imagens/bg_logomarca_compos.gif); background-repeat:no-repeat;
	width:762px;
	height:39px;
    text-align:right;
	float:left;
	padding-top:3px;

}



