	@charset "utf-8";
/* CSS Document */

section {
	background: #fff;
	padding: 30px 25px 25px 25px;
}
#breadcumb {
	border-bottom: 1px dotted #aaa;
	position: absolute;
	right: 25px;
	top: 30px;
	z-index: 3;
	padding: 0 10px 8px 0;
}
#breadcumb ol, #breadcumb ol li ol {
	list-style: none;
	padding: 0px;
	margin: 0;
	display: inline;
}
#breadcumb ol li {
	display: inline;
	padding: 0px;
}

hr.divisor {
	border-bottom: #b92025 1px dotted;
	margin: 10px auto;	
}

form {
	font-family: 'HelveticaNeueLTStd-LtCn', Arial, Helvetica, sans-serif;
}
form#contato {
	padding: 0px;
	margin: 0 auto;
	width: 100%;
	margin-top: 10px;
 	/margin-top: 0px;
	position: relative;
	*margin-top: 18px;
	position: relative;
}
form#contato fieldset {
	padding: 0px;
	border: 0;
	background: url(../img/fundo-branco-60.png);
	position: relative;
}
form#contato legend {
	*position: absolute;
	*top: -10px;
	*left: .2em;
	background: #b92025;
	border: 0;
	border-radius: 10px;
	padding: 4px 7px;
	color: #fff;
	font-weight: bold;
 	margin-bottom: 10px;
}
/* HACK PARA CORRIGIR O MARGIN-BOTTOM*/

html>body legend {
	margin-bottom: 0px;
}
form#contato .campoTexto, form#contato textarea{
	font-family: 'HelveticaNeueLTStd-LtCn', Arial, Helvetica, sans-serif;
	background: #b92025;
	font-size: 1.0em;
	color: #fff;
	width: 48.5%;
	margin-bottom: 5px;
	resize: none;
	border: 0;
	padding: 4px 0.5em;
	border-radius: 8px;
}
form#contato .campoTexto:hover, form#contato .campoTexto:focus, form#contato textarea:hover, form#contato textarea:focus{
	background: #eb2823;
}
form#contato select {
	border: 1px solid #197de1;
	font-size: 11px;
	margin-bottom: 5px;
	color: #fff;
	width: 250px;
}
form#contato label, .realperson-challenge{
	display: block;
	text-align: left;
	width: 49%;
	margin-top: 3px;
	padding-bottom: 10px;
	float: left;
	border-bottom: 1px solid #c8d7e6;
}
.realperson-challenge {
	padding-bottom: 16px;	
}
.realperson-text {
	font-family: "Courier New",monospace;
	font-size: 6px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 3px;	
}
.realperson-regen {
	position: absolute;	
	cursor: pointer;
}
#defaultReal {
	margin-top: 15px;	
}
form#contato label {
	height: 12px;
 	/height: 11px;	
}
form#contato span {
	color: #f16922;
	font-size: 0.9em;
	position: absolute;
	right: 56.5%;
	width: 30%;
	text-align: right;
}
form#contato span.captcha {
	right: 25px;
	width: 48%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
}
form#contato span.obr, .obr {
	font-weight: bold;
	color: #F00;
}
form#contato span.obr {	
	position: absolute;
	text-align: left;
	left: 5px;
}
form#contato .botao {
	width: 80px;
	font-size: 1em;
	color: #fff;
	padding: 3px 7px;
	border:0;
	border-radius: 7px;
	margin: 5px 12px 15px 0px;
	float: right;
	background: #b92025 url(../img/fundo-botoes.jpg) repeat-x;
	cursor: pointer;
}
form#contato .botao:hover, form#contato .botao:focus {
	color: #fff;
	background: #eb2823;
}
/* Coluna Móvel - Formulário para Contato */


#mapaContato {
	display: block;
	height: 400px;
	border: 3px solid #f16922;
	margin: 20px auto 0 auto;
	position: relative;
	z-index: 2;
	top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#contentGmaps h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;	
}

#contentGmaps h1, #contentGmaps p {
	cursor: text;	
}
h3.mapaTitulo {
	font-size: 1.0em;
	background: #a00000;
	border: 3px solid #f16922;
	padding: 4px 7px;
	color: #fff;
	position: absolute;
	z-index: 3;
	left: 100px;	
	margin-top: 20px;
}