@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

a:link {
	color:#Fff;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#fff;
	}
a:hover {
	text-decoration: none; 
	color: #Fff;
	}
a:active {
	color:#000;
	}
	
a{
	cursor:pointer;
	text-decoration:none;
}

a:link.links, a:visited.links {color:#eb891b;}

body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
	background:url(../imagens/background.jpg);
}

#logo{
	width:210px;
	top:10px;
	left:10px;
	position:relative;
}

#geral {
width:900px;
padding:5px;
height:auto;
margin:0 auto;
background:url(../imagens/back_corpo.png);

}
#topo {
width:900px;
height:150px;
*height:150px;
/*background:url(../imagens/back_topo_logo.png) no-repeat;*/


}

.banner_topo{
	float:right;
	top:6px;
	right:15px;
	position:relative;
	
	
}

#menu_horizontal {
	width:900px;
	margin:0;
	padding:0;
	height:55px;
	text-align:center;

	/*background:url(../imagens/back_menu.png);*/
	
}

#menu_lateral {
min-height:510px;
overflow:auto;
width:210px;
float:left;
background:url(../imagens/bg_menu.png);
font-weight:bold;
color:#000;
}

#banner_topo{
	text-align:right;
	float:right;
	color:#000;
	font-size:12px;
	font-weight:bold;
	background-color:transparent;
}

#conteudo {
width:880px;
margin-top:10px;
margin-bottom:30px;
padding:10px;
color:#000;
background:url(../imagens/back_conteudo.png);
}
#conteudo_localizacao {
width:880px;
height:550px;
margin-top:10px;
margin-bottom:30px;
padding:10px;
color:#000;
background:url(../imagens/back_conteudo.png);
}

#rodape {
	background:url(../imagens/back_rodape.png);
	height:130px;
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	color:#fff;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:10px;
	padding-top:10px;
}
	
.alinhamento_rodape{
	margin:0 auto;
	width:900px;
	padding-left:10px;
}
.rodape_right{
	width:450px;
	float:right;
	text-align:right;
}

.right{
	width:450px;
	float:right;
	text-align:right;
	height:400px;
}

.botao_ver {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border: none;
	background:url(../imagens/btn.png) no-repeat top left;
	text-align:center;
	text-decoration:none;
	width:118px;
	height:60px;
	font-size:18px;
	font-weight:bold;
	color:#FF0;
	padding-top:7px;
}

.botao_ver:hover {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif.
    border: none;
    background:url(../imagens/btn_hover.png) no-repeat top left;
	text-align:center;
	text-decoration:none;
	width:118px;
	height:60px;
	font-size:18px;
	font-weight:bold;
	color:#000;
	padding-top:7px;
}
.titulo_paginas{
	font-weight:bold;
	font-size:26px; 
	color:#333;
	height:26px;
	padding-top:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.sub-titulo{
	margin-top:15px;
	font-size:17px;
	font-weight:300;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#033;
	width:880px;
}

.link{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#eb891b;
}

.sub-info{
	margin-top:15px;
	font-size:14px;
	font-weight:200;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#033;
	
}

.texto_pages{
	padding-top:20px;
	margin-bottom:15px;
	text-align:left;
}

#googleMap {
	margin: 15px 80px 15px 15px;
	padding-top:3%;
	padding-right:3%;
	width:600px;
	height:400px;
	float:left;
	}