* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: auto;
	height: 100%;
	width: 100%;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 9pt;
	color: #8e8e8e;
	background-color: #e0e0e0;
	line-height: 11pt;
}

a {
	border: 0px;
	color: #8e8e8e;
	text-decoration: none;
	outline: 0px;
}

h1 {
	font-size: 20px;
	margin: 25px 0px 20px 0px;
	color: #343434;
	text-shadow: #f8f8f8 0px 1px 0px;
}

h1.first {
	margin-top: 5px;
}

.dotted:hover {
	color: #b4b4b4;
	border-bottom: 1px dotted;
}

span.bold {
	color: #848484;
	font-weight: bold;
}

p.other {
	margin-top: 5px;
}

#contact {
	position: relative;
	float: left;
	margin: 0px 0px 15px 0px;
}

#contactoContainer {
	width: 690px;
	height: 100%;
	margin: 10px auto auto auto;
}

#sendMailContainer {
	float: left;
	text-align: left;
}

#sendMail {
	margin-top: 15px;
	padding: 0px 5px 5px 0px;
}

#sendMail label {
	display: block;
	color: #848484;
	font-weight: bold;
}

#sendMail input {
	width: 200px;
	padding: 2px;
	color: #8e8e8e;
	font-size: 8pt;
	border: 1px solid #d4d4d4;
}

#sendMail textarea {
	width: 350px;
	height: 80px;
	padding: 2px;
	color: #adaeae;
	font-size: 8pt;
	font-style: italic;
	border: 1px solid #d4d4d4;
}

#sendMail textarea.error, #sendMail input.error {
	background-color: #f8dbdb;
	border-color: #8c4f4f;
}

#sendMail div {
	margin-bottom: 5px;
	vertical-align: middle;
}

#sendMail div span.error {
	margin-left: 5px;
	color: #853535;
	font-size: 8pt;
	font-style: italic;
	display: none;
}

#sendMail #status {
	font-size: 8pt;
}

#sendMail #send {
	width: 176px;
	background-color: #6f9ff1;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #d4d4d4;
	cursor: pointer;
}

#sendMail #send:hover {
	background-color: #79a7f1;
}

#sendMail #clear {
	width: 176px;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid #d4d4d4;
	cursor: pointer;
}

#sendMail #clear:hover {
	background-color: #EAEAEA;
}

#map_canvas {
	position: relative;
	float: left;
	width: 300px;
	height: 360px;
	margin-left: 15px;
	border: 1px solid #d4d4d4;
}

#contact_canvas{
	font-size: 9pt;
	float: right;
	width: 300px;
	height:150px;
	margin: 42px 0px 0px 0px;
}

.tit{
	font-weight:bold;
	text-transform:uppercase;
}

.descricao{
	text-transform:uppercase;
	font-size:8pt;
	color:#666;
		
}

.avanco{
	padding-left:49px;
	}
