.font-align-right{
	text-align: right;
}

.font-laranja{
	color: #f88920;
}

.font-size-12{
	font-size: 12px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-24{
	font-size: 24px;
}

.font-size-30{
	font-size: 30px;
}

.font-padrao{
	color: #005695;
	line-height: 20px;
	text-align: justify;
}

.font-titulo{
	font-size: 24px;
	text-transform: uppercase;
}

.font-titulo-2{
	color: #fff;
	text-transform: uppercase;
}

.font-titulo-3{
	font-size: 30px;
	font-weight: bold;
}

.padding-15{
	padding-left: 15px;
	padding-right: 15px;
}

#pesquisa-regiao{
	position: relative;
	width: 397px;
	height: 254px;
	top: 34px;
	left: -15px;
	background-image: url(../_images/bg_pesquisa.png);
}

	#inner-pesquisa-regiao{
		position: absolute;
		top: 10px;
		left: 25px;
		width: 348px;
		height: 218px;
		text-align: center;
	}
	
	select{
		width: 300px;
		text-align: center;
	}
	
	select .lt{
		text-align: center;
	}
	
	#bt-pesquisar{
		position: absolute;
		top: 160px;
		left: 130px;
		cursor: pointer;
	}
	
#mapa{
	position: absolute;
	width: 448px;
	height: 460px;
	top: 200px;
	right: 20px;
}

#mapa img{
	position: absolute;
}

#div-qlqr{
	position: relative;
	width: 620px;
	height: 210px;
	top: 85px;
	left: 15px;
	line-height: 25px;
}

.tracejado{
	position: relative;
	width: 993px;
	height: 2px; 
	margin: 0 auto;
	
	background-image: url(../_images/tracejado.jpg);
	background-repeat: repeat-x;
}

#bottom-slider{
	position: relative;
	text-align: center;
	width: 100%;
	height: 160px;
}

.list_carousel {
	margin: 0 auto;
	width: 95%;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	text-align: center;
	width: 129px;
	height: 99px;
	padding: 0;
	margin-left: 5px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: -30px;
	margin-top: -70px;
}
.next {
	float: right;
	margin-right: -30px;
	margin-top: -70px;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

#innerRodape img{
	position: absolute;
	right: 0;
	top: 30px;
}

#divContato{
	position: relative;
	width: 672px;
	height: 471px; 
	background: url(../_images/bg_contato.jpg);
	display: none;
}

#tbContato{
	position: absolute;
	top: 60px;
	left:20px;
}

#tbContato tr td{
	padding: 3px;
}

.cpContato{
	width: 275px;
	height: 23px;
}

textarea{
	width: 274px;
	height: 117px; 
}

#btEnviarContato{
	position: relative;
	margin-left: 90px;
	cursor: pointer;
}

#titulo-contato{
	position: absolute;
	top: 10px;
	left: 48px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

#chatIntContato{
	position: absolute;
	right: 30px;
	top: 80px;
}