.loader{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

	background-image:  url(../imgs/ajax-loader-black.gif);
	background-position: center center;
	background-repeat:no-repeat;
	z-index: 100;
	display: none;

}
#txtesq{
	width: 200px;
	margin-right:20px;
	border-radius: 10px;
	margin-top: 20px;
	padding: 5px 5px 10px 5px;
}
#txtesq h2{
	margin-bottom: 20px;
}
#form_cont{
	margin-top: 20px;
	border-left: 1px solid #AAAAAA;
	padding: 0 0 50px 25px;
} 
#banner_rodape{
	width: 100%;
}
#form_cont .inputText{
	width: 90%;
	text-indent: 10px;
	font-size: 12pt;
	margin-bottom: 8px;
	padding: 4px 0;
	background: #EFEFEF;
	border-radius: 5px;
	display: block;
}
#form_cont input.inputText{
	height: 23px;
}
#form_cont select.inputText{
	height: 31px;
	line-height: 31px;
}

#txtaria{
	margin-top: 20px;
	height: 200px;
}
#but_contat{
	width: 20%;
	font-size: 10pt;
	line-height: 20pt;
	border-radius: 5px;
	background: #A30000;
	float: left;
	color: #fff;
}

#banner_rodape{
	background: #E0E0E0;
	margin-top: 20px;
	padding: 5px 0 2px 0;
	text-align: center !important;
}

#banner_rodape a{
	margin: 0px auto 0px auto;
}

/* Barra Direita */
	#barradir{
		height: auto;
	margin-top: 20px;
	} 
	.Datas a{
		color: #954d00;
		margin-left: 10px;
		text-decoration: none;
		font-size: 10pt;
		display: block;
	}
	.Ano{
		background: #fff;
		margin-right: 5px;
	}
	#barradir a.link{	
		color: #954d00;
		margin: 0 0 5px 20px;
		padding: 3px 0;
	}
	#barradir .bloco_datas{
		display: none;
		background: #fff;
		margin: 0 5px 10px 20px;
		overflow: hidden;
	}
		
	#banner{
		background: none;
		height: auto;
		width: 100%;
		margin: 0px 0 10px 0;
		padding-bottom: 6px;
		border-bottom: 2px groove #EEE;
	}
	.estiti h3{
		border-bottom: 5px solid #777;
		padding-left: 30px;
	}
	.estiti h3 span{
		top: 0;
		left: 0;
		margin:0 !important;
		background: #F60;
		width: 20px;
		height: 27px;
		font-size: 0;
		border-right: 3px solid #777;
		margin: 5px;
	}
	#cliparc.estiti h3{
		background: #B60A10 !important;
		color: #fff !important;
	}
	#cliparc a img{
		width: 100%;
	}
	#ultimas_prod.estiti h3{
		background: #F60 !important;
		color: #fff !important;
	}
	#ultimas_prod{
		background: #FFF;
		height: auto;
		width: 97%;
		margin: 5px 1.5% 15px 1.5%;
	}
	#ultimas_prod a img{
		width: 100%;
	}
	#face{
		background: #F9F9F9;
		margin-top: 10px;
		width: 97%;
		margin: 15px 1.5% 5px 1.5%;
		border: 1px solid #ccc;
	}
	/* Fim Barra */
	@media only screen and (max-width: 1920px) /* FullHD */
{	
	#barradir{
		width: 280px !important;
	}
	#form_cont{
		margin-left: 220px;
		margin-right: 300px;
	}
}



@media only screen and (max-width: 1440px) /* FullHD */
{
	#barradir{
		width: 280px !important;
	}
	
}



@media only screen and (max-width: 1280px) /* FullHD */
{
	#barradir{
		display: none;
	}
	#form_cont{
		margin-left: 220px;
		margin-right: 0px;
	}
}