body {
  /* background: #FFF url('../img/bg_body.png') repeat-x top;background: #296f5c; */
  background: #296f5c;
  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 h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 3em;
  font-family: Arial;
  color: #fff;
  text-shadow: 5px 5px 5px #222;
  margin-bottom: 5px;
}

.logo p {
  text-align: center;
  font-size: 1.5em;
  font-family: Arial;
}

.logo p a {
  color: #fff;
  text-decoration: none;
}

.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%;
	}*/
}
