/* CSS Document */


/* ######### TAGS ################################ */

body{
        margin:0px;
        padding:0px;
		background-color: #F0F6E9;
       	background-image:url(../images/bg001.gif);
		background-position:top;
		background-repeat:repeat-x;
		background-attachment: scroll;
		font-family: Arial;
		font-size: 12px;
		text-align:center;
		
}



/* ######### DIVS ################################ */


	
#geral {
	width:770px;
	margin: auto;
	text-align: left;
	}
	
.table001{
	width: 770px;
}

.logo{
	height: 146px;
	widht: 146px;
	float: left;	
	}
	
.logo img{margin: 10px 0px 0px 0px;}

.telefone{
	color: #554A60;
	float: right;
	margin: 15px 2px 2px 2px;
	font-size: 18px;
	font-weight:bold;
}

.fundo_frase{
	height: 78px;
	background-color: #074885;
	background-image:url(../images/frase001.gif);
	background-position:bottom;
	background-repeat:no-repeat;

}

.frase{
	height: 20px;
	width: 453px;
	margin: 30px 0px 0px 175px;
	_margin: 30px 0px 0px 175px;
	color: #FF0000;
	
}


.main{
	background-color: #FFFFFF;
	border-bottom: #7386A0 1px solid;
	border-right: #7386A0 1px solid;
	border-left: #7386A0 1px solid;
	padding: 5px;
}

.conteudo{
	width:100%;
	
}

.conteudo2{
	width:100%;
	
}

.conteudo2 img{
	float: right;
	border: 1px solid #cccccc;
	margin: 5px;
}
.conteudo2 h2{
	
	color: #554A60;	
	margin: 0px 0px 10px 0px;
	width: 99%; 
	font-family: "Times New Roman", Times, serif;
	font-weight:100;
	font-size: 24px;
}

.conteudo2 Form{
	margin-bottom: 10px;
}
.conteudo2 fieldset{
	border: 1px solid #E7E9E9;
	padding: 10px;
	margin-bottom: 20px;
}
.conteudo2 legend{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.texto002{
	line-height: 22px;
	color: #333;
	font-size: 14px;
	
}

.texto002 a{
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

.texto002 a:hover{
	color: #554A60;
	text-decoration:underline;
}


.cem{
	width: 100%;
	background-color:#FFFFFF;
		
}

.cor001{
	background-color: #E9E9E0;
	border-right: 6px #fff solid;
}

.texto001{
	color: #554A60;
	line-height: 18px;
	border-right: 6px #fff solid;
}

.texto001 h1{
	color: #554A60;
	font-size: 22px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
}

.texto001 a{
	color: #554A60;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	padding: 2px;
}

.texto001 a:hover{
	color: #554A60;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}


.cor002{
	background-color: #E9E9E0;
	padding: 8px 8px 0px 8px;

	
}

.caixa_home{
	background-color: #F4F4EE;
	width: 100%;
	height: 125px;
	margin-bottom: 8px;
	float: left;
}

.caixa_home img{
	border: #fff 1px solid;
	float: left;
	margin: 5px;
}

.caixa_home h1{
	color: #554A60;
	font-size: 22px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
}

.caixa_home a{
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

.caixa_home a:hover{
	color: #554A60;
	text-decoration:underline;
}

.flash{
	border: #FFFFFF 1px solid;
	margin: 8px;
	width: 425px;
	height: 194px;
}

.rodape{
	font-size: 11px;
	color: #666666;
	text-align: center;
	padding: 10px 0px 10px 0px;

}

.rodape a{
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

.rodape a:hover{
	color: #554A60;
	text-decoration:underline;
}







/* ######### MENU ################################ */

body.section-a #menu li#nav-a a,
body.section-b #menu li#nav-b a,
body.section-c #menu li#nav-c a,
body.section-d #menu li#nav-d a,
body.section-e #menu li#nav-e a,
body.section-f #menu li#nav-f a
{
	background-position:0 -29px;color:#FFF;
}






#menu{
	margin: 0px;
	width: 770px;
	display: table;
	
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li{
	display: inline;
	margin:0;
	padding:0;
	
}

/* ----------botao-1---------------   */		
.item1 a{
    display:block; /* Faz o link virar um bloco */
	width:125px; /* define uma largura */
	height:21px; /* define a altura */
	background-image: url(../images/b1.gif); /* define a imagem de fundo */
	background-repeat:no-repeat; /* faz a imagem não se repeatir */
	background-position:0 0; /* posiciona a imagem de fundo */
	text-indent: 20px;
	overflow:hidden; /* some com tudo que está para fora do bloco de link */
	padding: 7px 0px 0px 0px;	
	margin: 0px;	
	float: left;
	color: #0b4d8b;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
}
.item1 a:hover{
	background-position:0 -29px;/* posiciona o fundo no passar do mouse */
	color:#FFF;
}




.voltar{
	width: 80px;
	height: 22px;
	_height: 21px;
	text-align:center;
	border-top: #DEE6E9 1px solid;
	border-left: #DEE6E9 1px solid;
	border-bottom: #88949D 1px solid;
	border-right: #88949D 1px solid;
	background-image:url(../images/bg_voltar001.gif);
	background-position:top;
	background-repeat:repeat-x;
	float: left;
	line-height: 20px;
	display:table;
	margin: 10px;
}

.voltar a{
	font-size: 12px;
	color:#88949D;
	text-decoration:none;
	font-weight: lighter;
	display:block;

}

.voltar a:hover{
	font-size: 12px;
	color: #38444D;
	text-decoration: underline;
	font-weight: lighter;
	
}

.fotosTexto {
	font-size: 11px;
	color: #666666;
	line-height: normal;
	width: 152px;
	border-bottom: 1px dotted #E7E9E9;
	margin-bottom: 5px;
	padding: 0px 2px 5px 2px;
}
.fotosImg {
	border: 1px solid #E7E9E9;
}

.internaPageMapa {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
