@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	background-color: #007CC3;
}

address {
	color: #FFF;
}

#geral{
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	display: block;
	position: relative;
	overflow: visible;
}
#topo {
	height: 283px;
}
#topo h1 a {
	height: 240px;
	display: block;
	text-indent: -9000px;
	background-image: url(../imagens/logo.png);
	background-repeat: no-repeat;
	background-position: right;
}
#divisao {
	background-image: url(../imagens/bg_divisao.png);
	background-repeat: repeat-x;
	height: 40px;
	margin-top: 3px;
}
#body2 {
	background-image: url(../imagens/bg_body2.png);
	background-repeat: repeat-x;
	background-position: center top;
	overflow: visible;
}
#conteudo {
	background-image: url(../imagens/bg_conteudo.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
	overflow: hidden;
}
.bem_vindos {
	overflow: hidden;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.bem_vindos img {
	float: right;
}
.qualidade {
	color: #007CC3;
	font-size: 36px;
	font-weight: bold;
}
.seguranca {
	font-size: 36px;
	color: #000;
	font-weight: bold;
}
.rapidez {
	font-size: 36px;
	color: #781E19;
	font-weight: bold;
}
.bem_vindos p {
	font-size: 24px;
}
.letra_destaque {
	font-size: 30px;
}
.logo_ctr {
	margin-right: 110px;
}
.box1, .box2 {
	width: 450px;
	overflow: visible;
	padding: 10px;
	height: 400px;
}
.box1 {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #007CC3;
	
}
.box1 img, .box2 img{
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.box2 {
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #007CC3;
}

#rodape {
	background-image: url(../imagens/bg_divisao.png);
	background-repeat: repeat-x;
	font-size: 14px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 10px;
	background-color: #1F1A17;
	color: #FFF;
	width: 985px;
	clear: both;
}
