@charset "utf-8";
/* CSS Document */

body {
	background: url(imagens/bg.jpg) no-repeat;
	background-size: 100%;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
}
#geral {
	background-color: #FFF;
	width: 902px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	box-shadow: #008ccb 0px 0px 2px;
	position:relative;
	padding-top: 20px;
}
#geral #topo {
	height: 110px;
	width: 840px;
	position: relative;
	margin-left: 31px;
}
#topo .logo {
	height: 76px;
	width: 206px;
}
#topo .menu  {
	background-image: url(../imagens/bg-menu.png);
	background-repeat: no-repeat;
	height: 79px;
	width: 588px;
	position: absolute;
	left: 257px;
	top: -37px;
}
.menu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.menu ul li {
	float: left;
}
.menu ul li a {
	padding-left: 20px;
	padding-right: 21px;
	height: 43px;
	float: left;
	padding-top: 23px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	display: block;
}
.menu ul li a:hover {
	padding-left: 20px;
	padding-right: 21px;
	height: 43px;
	float: left;
	padding-top: 23px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #005AA5;
}
.menu ul li  a:visited{
	padding-left: 20px;
	padding-right: 21px;
	height: 43px;
	float: left;
	padding-top: 23px;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #005AA5;
}
.banner {
	width: 830px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 31px;
}
.conteudoHome {
	float: left;
	width: 830px;
	padding-left: 31px;
}
.conteudoHome .homeEsquerda {
	float: left;
	width: 575px;
	font-size: 15px;
	color: #333;
	line-height: 20px;
	padding-left: 5px;
}
.conteudoHome .homeDireita {
	float: left;
	width: 230px;
	margin-left: 20px;
}
.tit {
	color: #1e7ca7;
	font-size: 25px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
.boxServ {
	float: left;
	width: 190px;
}
.boxServ a {
	text-decoration: none;
	color: #333;
}
.boxServ a:hover {
	text-decoration: underline;
	color: #02618F;
}

.imgServ {
	float: left;
	width: 190px;
}
.titServ {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1e7ca7;
	text-transform: uppercase;
	font-size: 15px;
	float: left;
	width: 180px;
	font-weight: bold;
	padding-left: 10px;
}
.txtServ {
	font-size: 14px;
	color: #333;
	float: left;
	width: 170px;
	padding-right: 10px;
	padding-left: 10px;
}
.rodape {
	background-image: url(../imagens/bg-rodape.jpg);
	background-repeat: repeat-x;
	width: 840px;
	float: left;
	margin-top: 35px;
	border-bottom-right-radius: 6px 6px;
	border-bottom-left-radius: 6px 6px;
	color: #FFF;
	padding-right: 31px;
	padding-left: 31px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #0060E8;
}
.rodape .menuRodape {
	text-align: center;
	width: 830px;
}
.menuRodape a {
	color: #FFF;
	text-decoration: none;
}
.menuRodape a:hover {
	color: #999;
}
.contato {
	margin-top: 50px;
	float: left;
	width: 830px;
}
.telRodape {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 35px;
	color: #FFF;
	margin-bottom: 10px;
}
.enderecoRodape {
	float: left;
	width: 250px;
	background-image: url(../imagens/bgauxrodape.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
}
.compartilhe {
	font-size: 23px;
	font-family: tahoma;
	margin-top: 30px;
	margin-left: 140px;
	width: 300px;
	float: left;
}
.msg {
	font-size: 13px;
	font-style: italic;
	color: #FFF;
	text-align: center;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
