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

#corpo_maior_sobre{
	width:100%;
	height:850px;
	margin:0 auto;
		background: url(../images/smoke_slide_baixo.png) center top no-repeat;
}
#corpo_sobre{
	width:1000px;
	height:850px;
	margin:0 auto;

}

#titulo_paginas{
	width:980px;
	margin:0 auto;
	height:45px;
	position:absolute;
	margin-top:40px;
	background:url(../images/line.png) repeat-x bottom;
}
#titulo_paginas_texto{
		width:70%;
		height:40px;
		font-family: "nexa_lightregular";
		color:#555;
		font-size:24px;
}
#container{
	width:980px;
	height:700px;
	position:absolute;
	margin-top:100px;
	margin-left:10px;
}
#container p{
	font-family:"nexa_lightregular";
	font-size:14px;
	color:#666;
}

.largura-colunas{
   -moz-column-width: 100px;
   -moz-column-gap: 40px;
   -webkit-column-width: 100px;
   -webkit-column-gap: 40px;
}

.numero-colunas{
   -moz-column-count: 3;
   -moz-column-gap: 40px;
   -webkit-column-count: 3;
   -webkit-column-gap: 40px;
}

#formulario{
	width:500px;
	height:400px;
	position:absolute;
	margin-top:10px;
}
.txnome{
	font-family:"nexa_lightregular";
	font-size:14px;
	color:#111;
	position:absolute;
	margin-top:10px;
}
.txfone{
	font-family:"nexa_lightregular";
	font-size:14px;
	color:#111;
	position:absolute;
	margin-top:60px;
}
.txemail{
	font-family:"nexa_lightregular";
	font-size:14px;
	color:#111;
	position:absolute;
	margin-top:110px;
}
.txmensagem{
	font-family:"nexa_lightregular";
	font-size:14px;
	color:#111;
	position:absolute;
	margin-top:160px;
}
.cxnome{
	width:300px;
	height:30px;
	position:absolute;
	margin-top:10px;
	margin-left:100px;
	border:1px solid #CCC;
}

.cxfone{
	width:300px;
	height:30px;
	position:absolute;
	margin-top:60px;
	margin-left:100px;
	border:1px solid #CCC;

}
.cxemail{
	width:300px;
	height:30px;
	position:absolute;
	margin-top:110px;
	margin-left:100px;
	border:1px solid #CCC;

}
.cxmensagem{
	width:300px;
	height:100px;
	position:absolute;
	margin-top:160px;
	margin-left:100px;
	border:1px solid #CCC;

}
.bt{
	width:100px;
	height:30px;
	position:absolute;
	margin-top:270px;
	margin-left:300px;
	background:#5D9E3C;
	font-family:"nexa_lightregular";
	color:#FFF;
	cursor:pointer;
}
#mapa{
	width:550px;
	margin-left:450px;
	height: 500px;
	position:absolute;
}