@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bgidfacamax.png);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
	color: hsla(227,24%,22%,1.00);
}
a:visited {
	text-decoration: none;
	color: hsla(227,24%,22%,1.00);
}
a:hover {
	text-decoration: none;
	color: hsla(227,24%,22%,1.00);
}
a:active {
	text-decoration: none;
	color: hsla(227,24%,22%,1.00);
}
.header {
	width: 100%;
	height: 90px;
	background-image: url(fundoheader.png);
	background-repeat: repeat-x;
	background-position: center;
}
.fundotitulo {
	width: 100%;
	height: 160px;
	background-color: #ECECEC;
}
.titulo {
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	color: #2A2F45;
}
.textservbold {
	font-family: "Arial Black";
	color: #4C4C4C;
	font-size: 28px;
	text-align: left;
}
.textserv {
	font-family: Arial;
	font-size: 17px;
	text-align: justify;
	color: #4C4C4C;
}
.titulocontainer {
	background-color: hsla(0,0%,95%,1.00);
	height: 120px
}
.titulo {
	font-family: Arial;
	font-size: 30px;
	font-weight: bolder;
	text-align: center;
	color: hsla(227,24%,22%,1.00);
}
.tituloicon {
	font-family: Arial;
	font-size: 20px;
	font-weight: bolder;
	text-align: left;
	color: hsla(227,24%,22%,1.00);
}
.texticon {
	font-family: Arial;
	font-size: 15px;
	text-align: left;
	color: hsla(0,0%,30%,1.00);
}
.letrasveiculos1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bolder;
	font-style: normal;
	text-align: left;
	color: hsla(227,24%,22%,1.00);
}
.letrasveiculos2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bolder;
	font-style: normal;
	text-align: left;
	color: hsla(227,24%,22%,1.00);
}
.ltrs {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	text-align: justify;
	color: hsla(0,0%,30%,1.00);
}
.separadoh {
	background-color: hsla(0,0%,0%,1.00);
	height: 1px;
	width: 900px;
	justify-content: center;
}
.fundoform {
	width: 100%;
	height: 350px;
	background-image: url(fundoform.png);
	background-repeat:repeat-x;
	background-position:center;
}
.borderform {
	width: 250px;
	height: 30px;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	border-color: #2A2F45;
	background-color: #FFFFFF;
}
.categoryform {
	font-family: Arial;
	font-size: 17px;
	color: #2A2F45;
}
.tituloform {
	font-family: Arial;
	color: #2A2F45;
	font-size: 30px;
	font-weight: bold;
}
.bordertxtform {
	width: 500px;
	height: 100px;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	border-color: #2A2F45;
	background-color: #FFFFFF;
}
.nobtform {
	background-color: transparent;
	border: none;
	cursor: pointer;
}
.rodape {
	width: 100%;
	background-color: hsla(0,0%,30%,1.00);
	background-repeat: repeat-x;
}
.direitos {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}
