* {
	margin: 0;
	padding: 0
}

html,body {
	height: 100%;
	width: 100%;
}

body {
	background: url("../img/bg1.jpg") repeat;
}

.containerConteudo {
	
	width: 100%;
	height: 480px;
	
	position: absolute;
	
	top: 50%;
	left: 0;
	
	margin: -240px 0 0 0;
	
	background: url("../img/pattern.png") repeat;
		
}

.conteudo{
	
	width: 940px;
	height: 480px;
	
	margin: 0 auto;
	
	background: url( ../img/logoIndex.png ) no-repeat 80px 140px;

}

.form-index{

	display: block;
	
	float: left;
	
	width: 850px;	
	height: 46px;
	
	margin-top: 217px;


}


ul.cidades{

	padding: 0;
	list-style: none;
	
	display: block;
	height: 46px;
	
	float: right;

}

ul.cidades li{

	display: inline;
	
	float: left;
	margin-right: 10px;

}

li.label label{


	font-family: 'DINEngschrift LT';
	
	font-size: 30px;
	
	line-height: 46px;
	
	color: #efe9da;
	
	text-transform: uppercase;

}

li.cidade{

	padding-top: 10px;

}

li.cidade select{

	width: 150px;
	
	padding: 3px;
	font: normal 14px arial, helvetica, sans-serif;
	
	color: #886036;

}

li.cidade select{
	border: 1px solid #886036;
}