body{
	background: #FFF url('../img/bg_body.png') repeat-x top;
	font-size: 62.5%;
}
img {
   max-width: 100%;
}
#content_body{
	float:left;
	width:100%;
	height:500px;
	background-image: url('../img/bg_body2.png');
	background-repeat: no-repeat;
	background-position: center -120px;
	
}
#content{
	position:relative;
	width: 450px;
	height: 130px;
	margin:160px auto 0 auto;
}
.logo{
	position:absolute;
	width:227px;
	height:78px;
	/*background: url('../img/logo.png');*/
	background: url('../img/appm-logomarca.png');
	left:50%;
	margin-left: -104px;
}
.cidade{
	position:absolute;
	width:380px;
	height:50px;
	padding:6px 0 0 70px;
	background: #DDD url('../img/bg_sel.png') no-repeat left;
	top:90px;
}
.sel_cidade{
	 width:370px;
	 height:45px;
	 background:#DDD;
	 border:none;
	 text-align:center;
}



/*MIDIAS QUERIES*/
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 480px) {
	/*#content{
		width:100%;
		background:#FFF;
	}
	.cidade{
		width:100%;
	}
	.sel_cidade{
		width:90%;
	}*/
}
