@font-face {
	font-family: 'lintelregular';
	src: url('../fonts/lintel-regular-webfont.eot');
	src: url('../fonts/lintel-regular-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/lintel-regular-webfont.woff') format('woff'),
		url('../fonts/lintel-regular-webfont.ttf') format('truetype'),
		url('../fonts/lintel-regular-webfont.svg#lintelregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

#encontreumcorretor .corretor {
	color: #737373;
	font-family: 'arial';
	width: 580px;
	padding: 20px;
	margin-left:2px
}

#encontreumcorretor .corretor h1 {
	color: #082b74;
	font-size: 24px;
	text-align: center;
	font-family: 'lintelregular';
	margin: 0.83em 0em;
	font-weight: bold;
}

#encontreumcorretor .corretor h2 {
	color: #f47521;
	font-size: 12px;
	color: #f47521;
	background: #FFF;
	height: initial;
	line-height: normal;
	border-radius: 0;
	display: block;
	margin: 0.83em 0em;
	font-weight: bold;
	padding: 0px;
}

#encontreumcorretor .corretor hr {
	color: #c3c3c2;
	margin: 15px 0px 15px 0px;
}

#encontreumcorretor .corretor h3 {
	color: #f47521;
	font-size: 10px;
	padding-bottom: 15px;
	display: block;
	margin: 0.83em 0em;
	font-weight: bold;
}

#encontreumcorretor .corretor .content-description {
	font-size: 15px;
	padding: 0px;
}		   

#encontreumcorretor .corretor label {
	font-size: 11px;
	padding-right: 10px;
	padding-right: 5px;
}

#encontreumcorretor .corretor .result-info {
	font-size: 11px;
	line-height: 15px;
}

#encontreumcorretor .corretor select {
	margin-right: 12px;
	border: solid 1px #d8d8d8;
	border-bottom: solid 2px #d8d8d8;
	color: #707070;
	border-radius: 4px;
	background:#fcfcfc;
	padding: 10px;
}

#encontreumcorretor .corretor input[type=text] {
	height: 30px;
	line-height: 30px;
	background: #fbfbfb;
	border: 1px solid #dbdbdb;
	text-align: left;
	padding-left: 10px;
}

#encontreumcorretor .corretor #divnome input[type=text] {
	width: 64%;
}

#encontreumcorretor .corretor #divnome .info {
	width: 77%;
	text-align: right;
	font-size: 10px;
	margin-top: 2px;
}

#encontreumcorretor .corretor #divcidade select {
	margin-bottom: 15px;
}

#encontreumcorretor .corretor a.btn-pesquisar {
	background: url(../img/orange-btn-bg.png) left top repeat-x;
	float: right;
	border: none;
	border-bottom: solid 2px #c14e16;
	border-radius: 6px;
	padding: 9px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 10px;
}

#encontreumcorretor .corretor input[type=radio] {
	opacity: 0;
	margin-right: -12px;
	cursor: pointer;
	width: 12px;
	height: 12px;
}

#encontreumcorretor .corretor input[type=radio]+span:before {
	content: " ";
	background-color: #ccc;
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 3px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 18px;
	visibility: visible;
	box-shadow: 0 0 0px 1px #999;
	padding: 3px;
	margin-bottom: -3px;
}

#encontreumcorretor .corretor input[type=radio]:checked+span:before {
	background-color: #f47521;
}

#encontreumcorretor .pagination {
	text-align: center;
}

#encontreumcorretor .clearfix {
	clear: both;
	width: 100%;
	height: 1px;
}

#encontreumcorretor .search-for {
	display: none;
}

#encontreumcorretor #divproximidade div {
	margin-bottom: 10px;
}

#encontreumcorretor #divproximidade .dis {
	float: left
}

#encontreumcorretor #divproximidade .km {
	font-size: 10px;
	float: left
}
#encontreumcorretor strong,b{
	font-weight: bold;
}

#encontreumcorretor .b-cep-s{
    font-size: 11px;
    margin-left: 37px;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 5px;
    color: #737373;
}

#encontreumcorretor .cep-s .end{
    margin-top: 7px;
}
#encontreumcorretor .busca-cep{
	margin: 0 auto;
	width: 550px;
}
#encontreumcorretor .busca-cep a.btn-pesquisar{
	text-decoration: none;
}
#encontreumcorretor .busca-cep #logradouro{
	width: 100%;
	box-sizing: border-box;
}
#encontreumcorretor .busca-cep #cidade{
	margin-right: 0px;
	width: 100%
}
#encontreumcorretor .busca-cep table{
	width:100%;
}
#encontreumcorretor .busca-cep #tabelaCep{
	margin-top: 20px;
	text-align: center;
}
#encontreumcorretor .busca-cep #tabelaCep thead{
	font-size:13px;
}
#encontreumcorretor .busca-cep #tabelaCep thead tr th{
	border-bottom: 1px solid #A3A3A3;
}
#encontreumcorretor .busca-cep #tabelaCep tbody{
	font-size:12px;
}
#encontreumcorretor .busca-cep #tabelaCep tbody tr td{
	font-size:12px;
}

.content-destaque .content-area{
	width:600px important!;
}