#conteiner-atendimento{
	width: 100%;
	position: relative;
}
.info-contatos{
	width: 50%;
	height: 416px;
	float: left;
	/*background-color: green;*/
}
.info-contatos div{
	width: 50%;
	float: left;
	/*background-color: red;*/
	text-align: center;
	margin-bottom: 20px;
	color: #14a79d;
}
.info-contatos div a{
	color: #14a79d;
}
.foto-atendimento{
	width: 40%;
	float: right;
	height: 100px;
	background-color: red;
}
#faixa_atendimento{
	width: 100%;
	height: 4px;
	background-color: #78A6C8;
	clear: both;

}

#form-in{
	width: 100%;
	position: relative;
	margin-top: 30px;
}

#parte_um{
	width: 47%;
	float: left;

}
#parte_dois {
	width: 47%;
	float: right;
	margin-right: 10px;
	margin-top: 62px;

}

#parte_um label{
	font-size: 13px;

}
#parte_dois label{
	font-size: 13px;

}
#parte_dois input{
	margin-bottom: 15px;

}
#enviar_atendimento {
	position: relative;
	top: 20px;
	clear: both;

}
#novamente{
	position: relative;
	margin-left: 0;
	margin-top: 30px;


}
#enviar_atendimento [type=submit]{
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #fff;
	color: #fff;
	padding: 8px 8px;
	
}
#enviar_atendimento [type=submit]:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3B8230), to(#76BF6B));
	background-image: -webkit-linear-gradient(top, #3B8230, #76BF6B);
	background-image: -moz-linear-gradient(top, #3B8230, #76BF6B);

}
#texto_atendendimento{
	margin-bottom: 50px;
	color: #14a79d;
}



