/* Retiro a div com a bolinhas */
#balls{
	display:none;
}

#content{
	width:970px;
	height:100%;
	margin:0 0 50px 0;
	overflow:hidden;
}
	ul.opcoes{
		height:100%;
	}
		ul.opcoes li{
			display:inline;
			margin-right:12px;
			cursor:pointer;
		}
	
	#content h1{
		color:#0000000;
		font-size:16px;
		font-weight:bold;
		text-align:left;
		text-indent:16px;
		margin:20px 0 20px 0;
	}
	#content h2{
		color:#816c54;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		margin-left:20px;
	}
	#content h3{
		color:#816c54;
		font-size:12px;
		font-weight:bold;
		text-align:left;
		margin:20px 0 5px 0;
	}
	span.info{
		display:block;
		color:#000000;
		font-size:10px;
		text-align:left;
		margin:0 0 0 -50px;	
		
	}
	
	span.info2{
		display:block;
		color:#000000;
		font-size:10px;
		text-align:left;		
	}
	
	span.forma{
		float:left;
		width:100px;	
			
	}
	table.form{
		font-size:11px;
		text-align:left;
		
		
	}
		textarea{
			width:350px;
			height:135px;
			overflow:auto;
			border:1px solid #89c035;
			background: #d9e391;
			}
			
		p.center{
			text-align:center!important;
			
		}
		.botao{
			width:72px;
			height:15px;
			line-height:15px;
			color:#ffffff;
			font-size:11px;
			font-weight:bold;
			background:#816c54;
			cursor:pointer;
		}
		.campo{
			width:300px;
			border:1px solid #89c035;
			background: #d9e391;
		}
		.campoTel{
			width:112px;
			border:1px solid #89c035;
			background: #d9e391;
		}
		.campoDDD{
			width:20px;
			text-align:center;
			border:1px solid #89c035;
			background: #d9e391;
		}
		table .radio{
			margin-left:25px;
		}
		.oferecer{
			margin:0 0 20px 0!important;
		}

/*Controla as divs das opcoes*/
#falar,#oferecer,#comprar,#chamado{
	display:none;
	height:100%;
}
	span.voltar{
		position:absolute;
		bottom:75px;
		right:50px;
		cursor:pointer;
		font-size:10px;
	}
	span.voltar img{
		width:24px;
		height:24px;
	}
	
	.esq{
		float:left;
		margin:0 180px 0 20px;
	}
	.dir{
		float:left;
	}
		.esq,.dir p{
			font-size:11px;
			text-align:left;
			margin-top:20px;
		}
/* // */

#informacoes{
	display:table;
	position:relative;
	width:100%;
}
	#informacoes p{
		float:left;
		line-height:150%;
		color:#816c54;
		font-size:12px;
		text-align:left;
		margin-left:120px;
		text-shadow:0 0.1em 0.1em #ede9e5;
	}
	#informacoes a{
		color:#816c54;
		text-shadow:0 0.1em 0.1em #ede9e5;
	}
	#informacoes a:hover{
		color:#000000;
	}