@charset "iso-8859-1";
/* CSS Document */

body {
	display:block;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background:url(../imgs/bg.png);
	overflow-x: hidden;
	margin-left: -30px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {
	clear:both;
}

.scroller {
	overflow-x: hidden;
}
.esconde {
	display:none;
}
.limite {
	display:inherit;
	border:1px solid #F00;
}
.marginRight10 {
	margin-right:10px;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}

#bodyHeader {
	display:block;
	height:149px;
	background:url(../imgs/bgHeaderBlank.png) repeat-x;
	padding:0px;
	margin:0px;
}
#bodyHeader2 {
	margin:0 auto;
	padding:0px;
	width:1066px;
}
#divHeader {
	display:block;
	position:absolute;
	top:0;
	width:990px;
	height:148px;
	padding:0px;
	margin:0px;
	background:url(../imgs/bgHeader.png) no-repeat top left;
	margin-left:40px;
}
#logo {
	display:block;
	width:300px;
	height:100px;
	margin-top:25px;
	float:left;
}
#logo a {
	display:block;
	width:300px;
	height:100px;
	cursor:pointer;
}
#pesquisa {
	float:left;
}
.inputChave {
	display:block;
	float:left;
	width:200px;
	margin:53px 0 0 378px;
	border:0px;
	background-color:transparent;
	padding:3px 6px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
.btPesquisar {
	display:block;
	width:72px; 
	height:20px;
	margin:53px 0 0 11px;	
	float:left;
	cursor:pointer;
}
#tabnavHeader {
	width:1066px;
	position:absolute;
	z-index:1000;
	top:118px;
	height:31px;
	margin:0;
	padding:0;
}
#tabsHeader {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	margin-right:52px;
}
#tabsHeader li {
	display:inline;
}
#tabsHeader a {  
	float:left;
	position:relative;
	padding:7px 0 0 14px;
	margin:0 14px 0 3px; 
	text-decoration:none;  
	color:#fff;  
	background:url(../imgs/tabsHeader.png) 0 0px no-repeat;
	height:24px;
	font-weight:bold;
	font-size:11px;
}
#tabsHeader a span {  
	position:absolute;  
	top:0;  
	left:100%;  
	width:14px;  
	height:31px;  
	background:url(../imgs/tabsHeader.png) -386px 0px no-repeat;
}
#tabsHeader .current a, #tabsHeader li:hover a {  
	color:#fff;  
	background-position:0 -31px;   
}
#tabsHeader .current a span, #tabsHeader li:hover a span {  
	background-position:-386px -31px;  
}

/*#tabsHeader a:active,#tabsHeader a:focus,*/#tabsHeader a:hover {  
	color:#fff;  
	background-position:0 -31px;   
}
/*#tabsHeader a:active span,#tabsHeader a:focus span,*/#tabsHeader a:hover span {  
	background-position:-386px -31px;  
}

#tabsHeader li ul {
	z-index: 999999;
	position: absolute;
	margin: 31px 0px 0px 66px;
	*margin: 31px 0px 0px -234px;
	padding: 0px;
	display: none;
	background: rgb(145,134,136);
}
#tabsHeader li:hover ul {
	display: block;
}
#tabsHeader li ul li {
	background: none;
	display: block;
	margin: 0px;
	margin-top: 5px;
	border-bottom: 1px dotted rgb(165,154,156);
	padding: 5px 14px;
	width: 130px;
	padding-top: 0px;
}
#tabsHeader li ul li a {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	background: none;
	float: none;
}
#tabsHeader li ul li a:hover {
	text-decoration: underline;
}

/* bodyContent */
#bodyContent {
	display:block;
	margin:0 auto;
	padding:0px;
	width:1066px;
	/*background:url(../imgs/bgMiddle.png) repeat-y;*/
}
#divContent {
	display:block;
	width:956px;
	margin:0px;
	padding:0px 55px;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
	/*background:url(../imgs/bgHeaderContent.png) top no-repeat;*/
	background:url(../imgs/bgMiddle.png) repeat-y;
}

#placeholderMenuContent {
	display:block;
	background:url(../imgs/bgMenuContent.png);
	width:1066px;
	height:189px;
}
#placeholderMenu2Content {
	display:block;
	background:url(../imgs/bgMenu2Content.png);
	width:1066px;
	height:189px;
}
#menuContent {
	position:relative;
	margin-left:64px;
}
#menuContent ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menuContent ul li {
	float:left;
}
#menuContent ul li a {
	background:url(../imgs/bgMenu.png) right no-repeat;
	height:52px;
	font-size:14px;
	color:#3f393a;
	text-decoration:none;
}
#menuContent ul li a:hover, #menuContent ul li.current a {
	background:url(../imgs/bgMenuHover.png) right no-repeat;
	color:#FFF;
	z-index:20;
}
#menuContent ul li span {
	position:absolute;
	padding:20px 0 0 40px;
}
.bt01 {
	width:250px;
	position:absolute;
	top:21px;
	left:0;
	z-index:10;
}
.bt02 {
	width:224px;
	position:absolute;
	top:21px;
	left:240px;
	z-index:9;
}
.bt03 {
	width:229px;
	position:absolute;
	top:21px;
	left:454px;
	z-index:8;
}
.bt04 {
	width:267px;
	position:absolute;
	top:21px;
	left:673px;
	z-index:7;
}
#menuContent ul li a.bt04 {
	background:url(../imgs/bgMenu.png) left no-repeat;
	height:52px;
	font-size:14px;
	color:#3f393a;
	text-decoration:none;
}
#menuContent ul li a.bt04:hover, #menuContent ul li.current a.bt04 {
	background:url(../imgs/bgMenuHover.png) left no-repeat;
	color:#FFF;
	z-index:20;
}

#breadcrumbs {
	position:absolute;
	margin:95px 0 0 154px;
	font-size:11px;
	color:#3F393A;
}
#breadcrumbs a {
	color:#999999;
	text-decoration:underline;
}
#breadcrumbs a:hover {
	color:#3F393A;
}
#breadcrumbs span {
	color:#999999;
	margin:0 5px;
}
#titleContent {
	position:absolute;
	margin:123px 0 0 66px;
	color:#3A3435;
	font-size:18px;
}
#temaContent {
	display:block;
}
.tituloContent {
	display:block;
	background:url(../imgs/bullet2.png) 0px 3px no-repeat;
	min-height:15px;
	padding-left:35px;
	color:#3A3435;
	font-size:18px;
	margin-top:30px;
}
.linhaTituloContent {
	display:block;
	background:url(../imgs/linhaTituloContent.png) repeat-x;
	height:4px;
	margin-bottom:20px;	
}
.topicoContent {
	display:block;
	padding:0 15px;
	color:#3B3536;
	font-size:16px;
	margin-bottom:10px;	
}
.textoContent {
	display:block;
	padding:0 15px;
	margin-bottom:15px;
}
.topicoContent_Bullet {
	display:block;
	background:url(../imgs/bullet3.png) 15px 8px no-repeat;
	padding:0 15px 0 28px;
	color:#3B3536;
	font-size:16px;
	margin-bottom:10px;	
}
.textoContent_Bullet {
	display:block;
	padding:0 15px 0 28px;
	margin-bottom:15px;
}

.placeIMGContent {
	display:block;
	float:left;
	width:450px;
}
.imgContent {
	display:block;
	float:left;
	width:450px;
	height:272px;
	margin-bottom:1px;
}
.fotosContent {
	display:block;
	width:410px;
}
.fotosContent img {
	display:block;
	width:81px;
	height:54px;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
}
.textoIMGContent {
	display:block;
	width:490px;
	float:right;
}
.tituloIMGContent {
	display:block;
	color:#3A3435;
	font-size:18px;
	margin-bottom:15px;
}
.topicoIMGContent {
	display:block;	
	color:#3E3939;
	font-size:12px;
	font-weight:bold;
	margin-bottom:15px;
}
.textoIMGContent {	
	margin-bottom:15px;
}
.textoIMGContent a.linkIMG {
	color:#13729A;
	font-size:12px;
	text-decoration:underline;
}
.textoIMGContent a.linkIMG:hover {
	color:#3F393A;
}

.placeIMGsContent {
	display:block;
	float:left;
	width:664px;
}
.itemDestaque {
	display:block;
	width:331px;
	height:184px;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
}
.textoNoticiasContent {
	display:block;
	width:280px;
	float:right;
	margin-bottom:10px;
}
a.linkSaibaMais, a.linkSaibaMais2 {
	color:#DF0000;
	font-size:11px;
	text-decoration:none;	
}
a.linkSaibaMais:hover {
	color:#3F393A;
	text-decoration:underline;
}
a.linkSaibaMais2:hover {
	color:#FFF;
	text-decoration:underline;
}
.titulo2Content {
	display:block;
	background:url(../imgs/bullet2.png) 0px 0px no-repeat;
	min-height:20px;
	padding-left:35px;
	color:#3A3435;
	font-size:18px;
}
.titulo2Content a {
	color:#3F393A;
	font-size:11px;
	text-decoration:underline;
}
.titulo2Content a:hover {
	color:#DF0000;
}
.layerInfo {
	position:relative;
	width:331px;
	height:42px;
	margin:-50px 0 0 0;
	background:url(../imgs/bgDestaques.png) repeat;
	padding:8px 0 0 0;
}
.titulo3Content {
	display:block;
	background:url(../imgs/bullet2.png) 0px 0px no-repeat;
	min-height:20px;
	padding-left:50px;
	color:#FFF;
	font-size:11px;
}
.titulo3Content span {
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2px;
}
#homeContent {
	display:block;
	min-height:355px;
	background:url(../imgs/bgMiddle.png) repeat-y;
}
.placeholderHome {
	position:absolute;
	width:950px;
	height:452px;
	z-index:100;
	margin:-105px 0 0 54px;
	background-color:#3c3738;
	padding:5px;
}
.homeLeft {
	display:block;
	float:left;
	width:660px;
	height:332px;
}
.homeRight {
	display:block;
	float:right;
	width:255px;
	margin-right:10px;
}
.tituloHome {
	display:block;
	font-size:16px;
	color:#FFF;
	margin-top:20px;
	line-height:120%;
}
.tituloHome span {
	color:#E00000;
	font-weight:bold;
}
.textoHome {
	display:block;
	color:#CCC;
	font-size:11px;
	line-height:172%;
	margin-top:30px;
}
.imgHomeDestaque {
	display:block;
	position:relative;
	margin-top:-5px;
	float:left;
	background:url(../imgs/bgHomeDestaque.png) no-repeat;
	width:472px;
	height:125px;
}
.titulo2Home {
	display:block;
	font-size:16px;
	color:#FFF;
	margin-top:12px;
}
.titulo2Home span {
	position:absolute;
	margin:-2px 0 0 10px;
	z-index:150;	
	font-size:31px;
}
.texto2Home {
	display:block;
	color:#CCC;
	font-size:12px;
	line-height:145%;
	margin-top:10px;
}

/* divVoltar */
.divVoltar {
	display:block;
	color:#DF0000;
	margin:20px 0 10px 0px;
}
.divVoltar a {
	color:#DF0000;
	font-size:11px;
	text-decoration:underline;
}
.divVoltar a:hover {
	color:#3F393A;
}


/* bodyFooter */
#bodyFooter {
	display:block;
	margin:0 auto;
	padding:0px;
	width:1066px;
}
#divFooter {
	display:block;
	width:1066px;
	height:145px;
	background:url(../imgs/bgRodape.png) no-repeat;
}
#menuFooter {
	padding:29px 0 0 65px;
	float:left;
}
#menuFooter ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menuFooter ul li {
	float:left;
}
#menuFooter ul li a {
	text-decoration:none;
	font-size:12px;
	color:#3F393A;
}
#menuFooter ul li a:hover {
	color:#C90000;
	text-decoration:underline;
}
#menuFooter ul li span {
	margin:0 20px;
}
#newsletter {
	float:right;
	margin:27px 55px 0 0;
}
.inputNewsletter {
	display:block;
	float:left;
	width:120px;
	margin:0 0 0 0;
	border:0px;
	background-color:transparent;
	padding:3px 6px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
.btNewsletter {
	display:block;
	width:23px; 
	height:20px;
	margin:0 0 0 5px;	
	float:left;
	cursor:pointer;
}
.seara {
	position:absolute;
	margin:67px 0 0 380px;
	width:60px;
	height:14px;
}
.seara a {
	display:block;
	width:60px;
	height:12px;
	cursor:pointer;
}

.navbar  {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#slideshow_nav a, .navbar .paginacao, .navbar .paginacao_sel{
	float: left;
	padding: 2px 6px;
	margin-left: 3px;
	background: #4C4646;
	border: 1px solid #1A1717;
	outline: 0;
	color: white;
	text-decoration: none;
}
#slideshow_nav a:hover, #slideshow_nav a.activeSlide, .navbar .paginacao:hover, .navbar .paginacao_sel {
	background-color: #171515;
}

.newbtnsubmit {
	background: url('/img/bt_submeter_pt2.gif') no-repeat 0 0;
	width: 80px;
	height: 21px;
	border: 0px;
	text-indent: -5000px;
	*text-indent: 0px;
	cursor: pointer;
}

