@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-image: url(../images/resources/topo_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #f3f3f3;
}
#corpo {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#topo {
	background-color: #FFF;
	height: 172px;
	width: 900px;
}
#topo #logo {
	float: left;
	width: 350px;
	text-align: center;
	margin-top: 35px;
}

#topo #flash {
	background-color: #FFF;
	float: left;
	height: 172px;
	width: 550px;
}
#menu {
	height: 50px;
	font-family: Helvetica;
	width: 900px;
}
#menu a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#menu a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #008A00;
}



#menu ul {
	list-style-type: none;
	margin-left: -35px;
}
#menu ul li {
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #C2C2C5;
	border-left-color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 10px;
}
#menu ul #primeiroItem {
	border-left-style: none;
}
#menu ul #ultimoItem {
	border-right-style: none;
}
#conteudo {
	background-color: #FFF;
	background-image: url(../images/resources/sombra_conteudo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding: 19px;
	margin-top: -10px;
	*margin-top: 0px;
}
#noticiaPrincipal {
	background-color: #F2F2F2;
	padding: 10px;
	height: 150px;
	width: 570px;
	border: 1px solid #E2E2E2;
	float: left;
	margin-right: 9px;
	overflow: hidden;
}
#conteudoPrincipal li {
	list-style-image: url(../images/resources/item.gif);
	list-style-type: none;
}

#noticiaPrincipal a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
#noticiaPrincipal a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #090;
	text-decoration: underline;
}


#noticiaPrincipal img {
	float: left;
	margin-right: 10px;
}

#enquete {
	height: 150px;
	width: 228px;
	background-color: #F5F5F5;
	float: left;
	padding: 10px;
	border: 1px solid #E2E2E2;
	margin-left: 5px;
}
#enquete ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#enquete ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -40px;
	margin-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}
#enquete ul li a {
	text-decoration: none;
	color: #080;
	font-weight: bold;
}
#enquete ul li img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#enquete ul li a:hover {
	color: #FFF;
	background-color: #080;
}

#submenu {
	width: 228px;
	background-color: #F5F5F5;
	float: left;
	padding: 10px;
	border: 1px solid #E2E2E2;
	margin-left: 5px;
}
#submenu ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
#submenu ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -40px;
	*margin-left: 0px;
	margin-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}
#submenu ul li a {
	text-decoration: none;
	color: #080;
	font-weight: bold;
}
#submenu ul li img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#submenu ul li a:hover {
	color: #FFF;
	background-color: #080;
}



.retranca {
	font-size: 9px;
	font-weight: bold;
	color: #060;
}
#homeGeral {
	float: left;
	width: 600px;
	margin-right: 6px;
	overflow: hidden;
}

.tituloNoticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.tituloSecao {
}


.boxesHome {
	height: 200px;
	width: 192px;
	margin-right: 8px;
	margin-top: 15px;
	float: left;
}
.boxGigante {
	height: 190px;
	width: 592px;
	float: left;
	margin-right: 8px;
}

.imgBoxesHome {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	padding: 4px;
}
.imgBoxesHome img {
	height: 138px;
	width: 180px;
}

.tituloBoxPreto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	margin-bottom: 9px;
}
.tituloBoxVerde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #090;
	margin-bottom: 9px;
}
.tituloBoxAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #039;
	margin-bottom: 9px;
}
.tituloSecao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.subTituloSecao {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#holderHome {
	float: left;
	width: 600px;
}


#parceiros {
	height: 193px;
	width: 248px;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
}
#parceiros img {
	margin-bottom: 10px;
}
#parceirosHome {
	height: 395px;
	width: 250px;
	float: left;
	margin-left: 5px;
	margin-top: 15px;
}
#parceirosHome img {
	margin-bottom: 10px;
}

#conteudoPrincipal {
	padding: 10px;
	width: 570px;
	float: left;
	margin-right: 13px;
	font-size: 12px;
	line-height: 140%;
	text-align: justify;
}
#conteudoPrincipal .citacao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	background-color: #F5F5F5;
	padding: 10px;
	line-height: 140%;
	color: #666;
}


#rodape {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	height: 31px;
	line-height: 140%;
	margin-bottom: 20px;
}
#rodape #carlosfilho {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imagem180 {
	width: 180px;
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}
.ferramentas {
	font-size: 11px;
	border: 1px solid #F3F3F3;
}
.ferramentas img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
