/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	font:12px Arial, Helvetica, sans-serif;
	background:#f3f3f3 url(../imagens/bg/background-all.jpg) repeat-x;
}

a{
	outline:none;
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#000;
}

.centralizar{
	width:920px;
	margin:auto;
}

.alignleft{
	float:left;
	margin:0px 5px 5px 0px;
}

.alignright{
	float:right;
	margin:0px 0px 5px 5px;
}

.aligncenter{
	margin:auto;
	display:block;
}


.publicadoPor{
	margin:0 0 17px 0;
	color:#4a4a4a;
}




/* BARRA TOPO */
#data{
	width:940px;
	height:25px;
	margin:12px 0 0 0;
	padding:0 0 0 2px;
	color:#797979;

}

#barraTop{
	width:942px;
	height:32px;
	background:#eee;
}

.linkExcel{
	width:359px;
	height:32px;
	text-indent:-5000px;
	float:left;
		
}

.linkExcel a{
	width:359px;
	height:32px;
	background:#eee url(../imagens/img-title-excel.jpg) no-repeat;
	float:left;
}

.btLogin{
	width:46px;
	height:32px;
	text-indent:-5000px;
	margin:0 10px 0 0;
	float:right;
}

.btLogin a{
	width:46px;
	height:32px;
	float:left;
	background:url(../imagens/bt/bt-login.jpg) no-repeat;	
}

.btLogin a:hover{
	background:url(../imagens/bt/bt-login.jpg) 0 -32px no-repeat;	
}

.btRss{
	width:29px;
	height:32px;
	text-indent:-5000px;
	float:right;
	margin:0 5px 0 0;
}

.btRss a{
	width:29px;
	height:32px;
	float:left;
	background:url(../imagens/bt/bt-rss.jpg) no-repeat;
}

.btRss a:hover{
	background:url(../imagens/bt/bt-rss.jpg) 0 -32px no-repeat;
}





/* HEADER */
#header{
	width:942px;
	height:80px;
	text-indent:-5000px;
}

.logo h1{
	width:198px;
	height:80px;
	background:url(../imagens/logo.jpg) no-repeat;
	text-indent:-5000px;
	float:left;
	margin:-5px 0 0 0;
}

.logo h1 a{
	width:198px;
	height:80px;
	float:left;
}

.logo ul{
	margin:0 0 0 548px;
	height:81px;
	list-style:none;
}

.logo ul li{
	width:93px;
	height:81px;
	float:left;
	text-indent:-5000px;
}


.dicaExcel a{
	width:93px;
	height:81px;
	float:left;
	background:url(../imagens/bt/bt-dica-excel.jpg) no-repeat;
}

.dicaExcel a:hover{
	background:url(../imagens/bt/bt-dica-excel.jpg) 0 -81px no-repeat;
}

.downloadsExcel a{
	width:92px;
	height:81px;
	float:left;
	background:url(../imagens/bt/bt-downloads.jpg) no-repeat;
}

.downloadsExcel a:hover{
	background:url(../imagens/bt/bt-downloads.jpg) 0 -81px no-repeat;
}

.agendaExcel a{
	width:92px;
	height:81px;
	float:left;
	background:url(../imagens/bt/bt-agenda.jpg) no-repeat;
}

.agendaExcel a:hover{
	background:url(../imagens/bt/bt-agenda.jpg) 0 -81px no-repeat;
}

.contatoExcel a{
	width:93px;
	height:81px;
	float:left;
	background:url(../imagens/bt/bt-contato.jpg) no-repeat;
}

.contatoExcel a:hover{
	background:url(../imagens/bt/bt-contato.jpg) 0 -81px no-repeat;
}

#busca{
	clear:both;
	width:868px;
	height:33px;
	background:url(../imagens/bg/bg-busca.jpg) no-repeat;
	padding:5px 0 0 51px;
}


#busca fieldset{
	border:0;
}

.campoBusca{
	width:139px;
	height:19px;
	border:#8ccb25 1px solid;
	color:#747474;
}

#busca button{
	width:25px;
	height:24px;
	background:url(../imagens/bt/bt-busca.jpg) 0 -2px no-repeat;
	border:0;
	margin:0 0 0 4px;
}



/* ESTRUTURA GERAL */
#estrutura{
	width:920px;
	background:#fff;	
	border:#eee 1px solid;
	margin:5px 0 15px 0;
	padding:13px 10px 0 10px;
}



/* SIDEBAR */
#sidebar{
	float:left;
	width:168px;
	margin:0 4px 0 0;
}

#sidebar ul{
	list-style:none;
	background:#ddf4ae;	
}

#sidebar ul li{
	color:#5c8b01;
	height:18px;
	border-bottom:#fff 1px solid;
	padding:3px 0 0 10px;
}

#sidebar ul li:hover{
	background:#f8fcef !important;
}

#sidebar ul li a{
	color:#5c8b01;
}

#sidebar2 li:hover{
	background:#f8fcef !important;
	color:#5c8b01 !important;
}




/* SIDEBAR */
#sidebar2{
	float:right;
	width:168px;
	margin:0 4px 0 0;
}

#sidebar2 ul{
	list-style:none;
	background:#ddf4ae;	
}

#sidebar2 ul li{
	color:#5c8b01;
	height:18px;
	border-bottom:#fff 1px solid;
	padding:3px 0 0 10px;
}

#sidebar2 ul li a{
	color:#5c8b01;
}



/* sidebar ultimos artigos */
#sidebar2 .ultimosArtigos{
	width:168px;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	background:#fbfff1;
}

#sidebar2 .ultimosArtigos h2{
	width:168px;
	height:28px;
	background:url(../imagens/bt/tit-ultimos-artigos.jpg) no-repeat;
	text-indent:-5000px;
}

#sidebar2 .ultimosArtigos .post{
	width:160px;
	margin:10px 4px 10px 4px;
	padding:0 0 10px 0;
	border-bottom:#dbe3c5 1px solid;
}

#sidebar2 .ultimosArtigos .post .data{
	font:11px Arial, Helvetica, sans-serif;
	color:#969696;
}

#sidebar2 .ultimosArtigos .post h3{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6ead2c;
}

#sidebar2 .ultimosArtigos .post h3 a{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#6ead2c;
}

#sidebar2 .ultimosArtigos .post p{
	margin:5px 0 0 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
}

#sidebar2 .ultimosArtigos .post p a{
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
}

#sidebar2 .ultimosArtigos .verMaisArtigos{
	width:133px;
	height:25px;
	background:url(../imagens/bt/bt-ver-artigos.jpg);
	text-indent:-5000px;
	margin:0 0 0 15px;
}

#sidebar2 .ultimosArtigos .verMaisArtigos a{
	width:133px;
	height:25px;
	float:left;
}


/* sidebar dicas mais lidas */
#sidebar2 .dicasMaisLidas{
	width:168px;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	background:#fff6f4;
}

#sidebar2 .dicasMaisLidas h2{
	width:168px;
	height:28px;
	background:url(../imagens/bt/tit-dicas.jpg) no-repeat;
	text-indent:-5000px;
}

#sidebar2 .dicasMaisLidas .post{
	width:160px;
	margin:10px 4px 10px 4px;
	padding:0 0 10px 0;
	border-bottom:#ecc7c1 1px solid;
}

#sidebar2 .dicasMaisLidas .post .data{
	font:11px Arial, Helvetica, sans-serif;
	color:#969696;
}

#sidebar2 .dicasMaisLidas .post h3{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e64a1a;
}

#sidebar2 .dicasMaisLidas .post h3 a{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e64a1a;
}

#sidebar2 .dicasMaisLidas .post p{
	margin:5px 0 0 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
}

#sidebar2 .dicasMaisLidas .post p a{
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
}

#sidebar2 .dicasMaisLidas .verMaisDicas{
	width:133px;
	height:25px;
	background:url(../imagens/bt/bt-ver-dicas.jpg);
	text-indent:-5000px;
	margin:0 0 0 15px;
}

#sidebar2 .dicasMaisLidas .verMaisDicas a{
	width:133px;
	height:25px;
	float:left;
}

/* sidebar dicas mais lidas */
#sidebar2 .NuvemTags{
	width:168px;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	background:#fbfbfb;
}

.palavras{
	width:160px;
	margin:10px 4px 10px 4px;
}

#sidebar2 .NuvemTags h2{
	width:168px;
	height:28px;
	background:url(../imagens/bt/tit-nuvem.jpg) no-repeat;
	text-indent:-5000px;
}

#sidebar2 .NuvemTags .post{
	width:160px;
	margin:10px 4px 10px 4px;
	padding:0 0 10px 0;
	border-bottom:#ecc7c1 1px solid;
}

#sidebar2 .NuvemTags .post .data{
	font:11px Arial, Helvetica, sans-serif;
	color:#969696;
}

#sidebar2 .NuvemTags .post h3{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e64a1a;
}

#sidebar2 .NuvemTags .post h3 a{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#e64a1a;
}

#sidebar2 .NuvemTags .post p{
	margin:5px 0 0 0;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
}

#sidebar2 .NuvemTags .post p a{
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
}

#sidebar2 .NuvemTags .verMaisNuvem{
	width:133px;
	height:25px;
	background:url(../imagens/bt/bt-ver-nuvem.jpg);
	text-indent:-5000px;
	margin:0 0 0 15px;
}

#sidebar2 .NuvemTags .verMaisNuvem a{
	width:133px;
	height:25px;
	float:left;
}







/* CONTEUDO INTERNO */
#conteudo{
	float:left;
	width:748px;
	padding:0 0 0px 0;
	background:#fbfff1;
}

#conteudoSite{
	float:right;
	width:748px;
	padding:0 0 10px 0;
	background:#fbfff1;
}

.breadcrumb{
	width:736px;
	height:24px;
	background:#f0f9da url(../imagens/bg/linha-breadcrumb.jpg) no-repeat bottom;
	color:#678d52;
	padding:8px 0 0 12px;
	float:left;
}

.breadcrumb h4{
	color:#597b46;
	float:left;
	font-weight:bold;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.breadcrumb ul{
	list-style:none;
	float:left;
}

.breadcrumb li{
	float:left;
	margin:0 0 0 5px;
}

.breadcrumb li a{
	color:#678d52;
	font-weight:bold;
}

.contentTextos{
	margin:23px 10px 0 10px;
	color:#666;
	padding:20px 0 0 0;
}

.contentTextos img{
	margin:10px;
}

.contentTextos h1 {
	font:25px Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	color:#7bbb03;
	margin:10px 0 10px 0;
}

.contentTextos a{
	color:#7bbb03;
}

.contentTextos h1 a{
	color:#7bbb03;
}

.contentTextos h1 a:hover{
	color:#7bbb03;
	text-decoration:underline;
}


.contentTextos h2{
	font-size:26px;
	color:#67970e;
	font-weight:normal;
	margin:10px 0 4px 3px;
}

.contentTextos h2 a{
	color:#7bbb03;
}

.contentTextos h2 a:hover{
	color:#7bbb03;
	text-decoration:underline;
}



.contentTextos h3{
	font-size:21px;
	color:#67970e;
	font-weight:normal;
	margin:10px 0 4px 3px;
}

.contentTextos h3 a{
	color:#7bbb03;
}

.contentTextos h3 a:hover{
	color:#7bbb03;
	text-decoration:underline;
}



.contentTextos h4{
	font-size:18px;
	color:#67970e;
	font-weight:normal;
	margin:10px 0 4px 3px;
}

.contentTextos h4 a{
	color:#7bbb03;
}

.contentTextos h4 a:hover{
	color:#7bbb03;
	text-decoration:underline;
}


.contentTextos h5{
	font-size:16px;
	color:#67970e;
	font-weight:normal;
	margin:10px 0 4px 3px;
}

.contentTextos h5 a{
	color:#7bbb03;
}

.contentTextos h5 a:hover{
	color:#7bbb03;
	text-decoration:underline;
}


.contentTextos h6{
	font-size:14px;
	color:#67970e;
	font-weight:normal;
	margin:10px 0 4px 3px;
}

.contentTextos h6 a{
	color:#7bbb03;
}

.contentTextos h6 a:hover{
	color:#7bbb03;
	text-decoration:underline;
}


.contentTextos p{
	margin:15px 5px 0 5px;
	color:#666;
}

.contentTextos p a{
	color:#5f9d27;
}

.contentTextos p a:hover{
	color:#7bbb03;
	text-decoration:underline;
}

.contentTextos blockquote{
	background:#eef3e3 url(../imagens/bg/blockquote.png) 10px 10px no-repeat;
	padding:20px 48px 20px 48px;
	margin:18px 0 18px 0;
	color:#69920e;
}

.contentTextos blockquote a{
	color:#666;
}

.contentTextos blockquote a:hover{
	color:#333;
}

.contentTextos ul{
	margin:3px 0 0 20px;
}

.contentTextos ul li{
	margin:0 0 4px 0;
}

.contentTextos ol{
	margin:3px 0 0 26px;
}

.contentTextos ol li{
	margin:0 0 4px 0;
}


/* Single */

.opcoesPost{
	clear:both;
	width:711px !important; 
	margin:25px 0 0 0;
	background:#eff3e4;
}

.tags{
	width:320px;
	background:#eff3e4 url(../imagens/bg/tags.jpg) 20px 10px no-repeat;
	padding:0 0 9px 24px;
	float:left;
	margin:0 0 10px 0;
}

.tags a{
	color:#535250;
}

.tags a:hover{
	color:#333;
}

.tags h2{
	text-indent:-5000px;
	height:20px;
}

.qualificar{
	width:320px;
	height:62px;
	background:#eff3e4 url(../imagens/bg/qualificar.jpg) 20px 10px no-repeat;
	padding:0 0 0 24px;
	float:left;
}

.qualificar h2{
	text-indent:-5000px;
	height:20px;
}








.artigosRelac{
	clear:both;
	width:711px;
	background:#f5f9e8 url(../imagens/bg/artigos-relacionados.jpg) 20px 10px no-repeat;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

.artigosRelac h2{
	text-indent:-5000px;
}

.artigosRelac ul{
	width:660px;
	margin:0 0 0 25px;
}

.artigosRelac ul li{
	list-style:none;
	background:url(../imagens/bt/seta-artigos-relacionados.jpg) 0 1px no-repeat;
	padding:0 10px 0 15px;
	margin:0 0 4px 0;

}

.artigosRelac a{
	color:#535250;
}

.artigosRelac a:hover{
	color:#333;
}



.comentariosPost{
	clear:both;
	width:711px;
	background:#f5f9e8 url(../imagens/bg/comentarios.jpg) 20px 10px no-repeat;
	padding:0 0 10px 0;
}

.comentariosPost h2{
	text-indent:-5000px;
	height:30px !important;
}





/* Category */
.subtitulo{
	color:#64930c !important;
	margin:0 0 26px 0 !important;
}

.resultsPost{
	width:683px;
	margin:0 0 10px 0;
	background:#eff3e4;
	padding:10px 10px;
}

.resultsPostDownloads{
	width:683px;
	height:115px;
	margin:0 0 10px 0;
	background:#eff3e4;
	padding:8px 10px;
}

.tituloDownload{
	font:16px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#72af30;
}


.descricaoDownload{
	font-weight:normal !important;
}




.Downloads p{
	font-weight:none !important;
}

.resultsPost h4{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#64930c;
	margin:0;
	padding:0;
}

.resultsPost h2{
	font:19px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#72af30;
	margin:0 0 5px 0 !important;
}

.resultsPost h2 a{
	color:#72af30;
}

.resultsPost h2 a:hover{
	text-decoration:underline;
}

.resultsPost p{
	padding:0 0 0 0 !important;
	margin:10px 0 0 0 !important;
}

.resultsPost p a{
	color:#7b7b7b;
}

.palavraBuscada{
	font:25px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#7bbb03;
}

/* CONTEUDO INDEX */
.boxContent{
	margin:10px 9px 0 0;
	width:297px;
	float:left;
	clear:top;
}

.boxContent h2{
	width:297px;
	height:28px;
	text-indent:-5000px;
}

.verTodasLaranja{
	width:77px;
	height:28px;
	float:right;
	margin:0 !important;
	text-indent:-5000px;
}

.verTodasLaranja a{
	width:77px;
	height:28px;
	float:left;
	margin:0 !important;
	background:url(../imagens/bt/box-laranja-ver.jpg) no-repeat;
}

.verTodasLaranja a:hover{
	background:url(../imagens/bt/box-laranja-ver.jpg) 0 -28px no-repeat;
}


.boxRssLaranja{
	width:15px;
	height:28px;
	float:right;
	text-indent:-5000px;
}

.boxRssLaranja a{
	width:15px;
	height:28px;
	float:left;
	margin:0 !important;
	background:url(../imagens/bt/box-laranja-rss.jpg) no-repeat;
}




/* BOX LARANJA */
.boxAgenda{
	width:205px !important;
	float:left;
	background:url(../imagens/bt/box-agenda-treinamento.jpg) no-repeat;
}

.contAgenda{
clear:both;
	width:276px;
	margin:0 10px;
	padding:10px 0 10px 0;
	border-top:#e3d6c5 1px solid;
}

.conteudoAgenda{
	width:297px;
	background:#fcf6ed url(../imagens/bg/bg-agenda.jpg) no-repeat;
	padding:4px 0 14px 0;
}

.conteudoAgenda h4{
	color:#969696;
	font-size:11px;
	font-weight:normal;
}

.conteudoAgenda h3 a{
	color:#f59018 !important;
	font-size:14px;
	font-weight:bold;
}

.conteudoAgenda h3 a:hover{
	text-decoration:underline;
}

.conteudoAgenda p{
	margin:4px 0 0 0;
}

.conteudoAgenda p a{
	margin:2px 0 0 0;
	color:#858483;
}

.conteudoAgenda p a:hover{
	color:#5d5d5d;
}


/* BOX VERMELHA */
.boxDicas{
	margin:10px 0 0 0;
	background:url(../imagens/bt/box-dicas.jpg) no-repeat;
}

.contDicas{
	width:276px;
	margin:0 10px;
	padding:5px 0 8px 0;
}

.conteudoDicas{
	width:297px;
	background:#feefeb url(../imagens/bg/bg-mais-votados.jpg) no-repeat;
	padding:4px 0 14px 0;
}

.conteudoDicas ul li{
	list-style:none;
	margin:2px 0 0 0;
	padding:7px 0 6px 0;
	border-top:#ecd3cd 1px solid;
}

.conteudoDicas a{
	color:#e64a1a !important;
	font-size:13px;
	font-weight:bold;
}

.conteudoDicas a:hover{
	text-decoration:underline;
}

.conteudoDicas p{
	margin:2px 0 0 0;
	color:#858483;
}


.conteudoDicas p a:hover{
	color:#5d5d5d;
}

/* BOX MARKETING */
.boxMarketing{
	width:297px;
	height:149px;
	margin:10px 0 0 0;
	border:0;
}

.boxMarketing img{
	border:0;
}

/* BOX AZUL */
.boxEnquete{
	background:url(../imagens/bt/box-enquete.jpg) no-repeat;
}

.contEnquete{
	width:276px;
	margin:0 10px;
	padding:10px 0 10px 0;
}

.conteudoEnquete{
	width:297px;
	background:#ecf7fe url(../imagens/bg/bg-enquete.jpg) no-repeat;
	padding:4px 0 14px 0;
}


.conteudoEnquete h3{
	color:#3876a5 !important;
	font-size:13px;
	font-weight:bold;
	margin:0 0 15px 0;
}

.conteudoEnquete h3 a:hover{
	text-decoration:underline;
}

.conteudoEnquete p{
	margin:4px 0 0 0;
	color:#858483;
}



/* BOX CINZA */
.boxNewsletter{
	margin:10px 0 0 0;
	background:url(../imagens/bt/box-newsletter.jpg) no-repeat;
}

.contNewsletter{
	width:276px;
	margin:0 10px;
	padding:10px 0 10px 0;
}

.conteudoNewsletter{
	width:297px;
	background:#f1f1f1 url(../imagens/bg/bg-newsletter.jpg) no-repeat;
	padding:4px 0 8px 0;
}


.conteudoNewsletter h3{
	color:#3876a5 !important;
	font-size:13px;
	font-weight:bold;
	margin:0 0 15px 0;
}

.conteudoNewsletter h3 a:hover{
	text-decoration:underline;
}

.conteudoNewsletter p{
	margin:4px 0 10px 0;
	color:#858483;
}

.conteudoNewsletter input{
	width:147px;
	height:23px;
	padding:2px 4px 0 4px;
	float:left;
}

.conteudoNewsletter button{
	border:0px;
	width:97px;
	height:25px;
	background:url(../imagens/bt/cad-newsletter.jpg) no-repeat;
	text-indent:-5000px;
	border:0px;
	margin:10px 0 0 168px;
}

.contNewsletter label{
	float:left !important;
	margin-top:5px;
	clear:both;
}

.contNewsletter input{
	clear:both;
	width:255px;
	border:1px solid #ccc;
}

.contNewsletter input:hover{
	background:#fcfdf8;
	border:1px solid #a9af99;
}





/* BOX PRETA */
.boxNuvem{
	margin:10px 0 0 0;
	background:url(../imagens/bt/box-nuvem.jpg) no-repeat;
}

.contNuvem{
	width:276px;
	margin:0 10px;
	padding:10px 0 10px 0;
}

.conteudoNuvem{
	width:297px;
	background:#f1f1f1 url(../imagens/bg/bg-newsletter.jpg) no-repeat;
	padding:4px 0 14px 0;
}

.conteudoNuvem p{
	margin:4px 0 10px 0;
	color:#858483;
}

.conteudoNuvem a{
	color:#7e7e7e;
}







/* BOX VERDE */
.boxNoticias{
	width:205px !important;
	float:left;
	background:url(../imagens/bt/box-noticias-artigos.jpg) no-repeat;
}

.contNoticias{
	width:276px;
	margin:0 10px;
	padding:10px 0 10px 0;
	border-top:#dce2c6 1px solid;
}

.conteudoNoticias{
	clear:both;
	width:297px;
	background:#f8ffe8 url(../imagens/bg/bg-noticias.jpg) no-repeat;
	padding:4px 0 14px 0;
}

.conteudoNoticias h4{
	color:#969696;
	font-size:11px;
	font-weight:normal;
}

.conteudoNoticias h3 a{
	color:#6fad2e !important;
	font-size:14px;
	font-weight:bold;
}

.conteudoNoticias h3 a:hover{
	text-decoration:underline;
}

.conteudoNoticias p{
	margin:4px 0 0 0;
}

.conteudoNoticias p a{
	margin:2px 0 0 0;
	color:#858483;
}

.conteudoNoticias p a:hover{
	color:#5d5d5d;
}

.conteudoNoticias img{
	width:274px;
	height:119px;
	border:#dbe4c5 1px solid;
	margin:0 0 13px 0;
}


.verTodasVerde{
	width:77px;
	height:28px;
	float:right;
	margin:0 !important;
	text-indent:-5000px;
}

.verTodasVerde a{
	width:77px;
	height:28px;
	float:left;
	margin:0 !important;
	background:url(../imagens/bt/box-verde-ver.jpg) no-repeat;
}

.verTodasVerde a:hover{
	background:url(../imagens/bt/box-verde-ver.jpg) 0 -28px no-repeat;
}

.boxRssVerde{
	width:15px;
	height:28px;
	float:right;
	text-indent:-5000px;
}

.boxRssVerde a{
	width:15px;
	height:28px;
	float:left;
	margin:0 !important;
	background:url(../imagens/bt/box-verde-rss.jpg) no-repeat;
}












/* FOOTER */
#voltaTopo{
	clear:both;
	width:920px;
	height:14px;
	margin:15px 0 10px 0;
}

#voltaTopo a{
	float:left;
	width:98px;
	height:14px;	
	text-indent:-5000px;
	background:url(../imagens/bt/bt-voltar-topo.jpg) no-repeat;
	margin:0 0 0 812px;
}

#voltaTopo a:hover{
	background:url(../imagens/bt/bt-voltar-topo.jpg) 0 -14px no-repeat;
}

#footer{
	clear:both;
	width:910px;
	height:91px;
	background:#fafafa;
	border-top:#f3f3f3 1px solid;
	padding:20px 0 0 10px;
	color:#5c5c5c;
}

#footer a{
	color:#5c5c5c;
}

#footer a:hover{
	color:#7bbb03;
}

#footer h2{
	color:#5c5c5c;
	font-size:13px;
	font-weight:normal;
	margin:0 0 10px 0;
}

#footer p{
	width:653px;
	margin:0 0 5px 0;
	font-size:11px;
}

#footer .creativeCommons{
	width:138px;
	height:51px;
	float:right;
	text-indent:-5000px;
}

#footer .creativeCommons a{
	width:138px;
	height:51px;
	float:right;
	background:url(../imagens/bt/bt-creative-commons.jpg) no-repeat;
}

#footer .creativeCommons a:hover{
	background:url(../imagens/bt/bt-creative-commons.jpg) 0 -51px no-repeat;
}

#footer .wp{
	width:64px;
	height:51px;
	float:right;
	text-indent:-5000px;
}

#footer .wp a{
	width:64px;
	height:51px;
	float:right;
	background:url(../imagens/bt/bt-wp.jpg) no-repeat;
}

#footer .wp a:hover{
	background:url(../imagens/bt/bt-wp.jpg) 0 -51px no-repeat;
}

/* Contato */
.sucesso{
	margin:10px 0 20px 0;
	padding:0 5px 13px 5px;
	border-top:#dce2c6 1px solid;
	border-bottom:#dce2c6 1px solid;
	background:#f0f9da;
}

.falha{
	margin:10px 0 20px 0;
	padding:0 5px 13px 5px;
	border-top:#dce2c6 1px solid;
	border-bottom:#dce2c6 1px solid;
	background:#f9dada;
}

.formfal{
	margin-left:0px;
	padding:44px 0 0 0;
	width:514px;
	height:663px;
	background: url(../imagens/bg/contato.jpg) repeat-x;
	<!background: url(../imagens/bg/contato.jpg) repeat-x;
}
.formfal li{
	clear:both;
	list-style:none;
	padding:0 15px 0 15px;
}
.formfal legend{
	display:none;
}
.formfal label{
	vertical-align:top;
	float:left;
	<!float:none;
}
.formfal input{
	float:left;
	clear:both;
	margin-bottom:8px;
	<!margin-left:16px;
	width:275px;
	border:1px solid #b2b2b2;
}
.formfal .nome input{
	width:78%;
	<!margin-left:16px;
}
.formfal .cidade{
	float:left;
	width:190px;
	
}
.formfal .cidade input{
	width:190px;
	<!margin:0 0 0 -23px;
}
.formfal .uf{
	float:left;
	clear:none;
	margin-top:-2px;
}
.formfal .uf select{
	width:55px;
	<!margin:0;
}
.formfal .tel input{
	width:130px;
	<!margin-left:16px;
} 
.formfal select{
	float:left;
	clear:both;
	margin:2px 0 8px 0;
	<!margin-left:16px;
	width:265px;
	font-size:13px;	
	border:1px solid #b2b2b2;
}
.formfal textarea{
	float:left;
	clear:both;
	width:345px;
	height:110px;
	<!margin:0 0 0 16px;
	margin-bottom:10px;
	border:1px solid #b2b2b2;
}
.formfal .enviar{
	margin-left:320px;
	<!margin-left:320px;
	clear:both;
	margin-top:5px;
	width:67px;
	height:27px;
	text-indent:-5000px !important;
	display:block;
	cursor:pointer;
	border:none;
}

.formfal .enviar{
	background: url(../imagens/bt/bt-enviar.jpg) no-repeat 0 0;
}




/* Comentarios */
.boxComent{
	width:324px;
	height:177px;
	float:left;
	margin:15px 0 0 20px;
}

.space{
	height:22px;
}

.boxComent p{
	margin:0px;
	padding:2px 0 5px 0;
}

.boxComent h3{
	width:146px;
	height:26px;
	background:url(../imagens/bg/deixar-comentario.jpg) no-repeat;
	text-indent:-5000px;
}

.boxComent textarea{
	width:314px;
	height:84px;
	*margin:0 0 0 -20px;
}

.boxComent .submitComent{
	width:68px;
	height:27px;	
	background:url(../imagens/bt/bt-comentar.jpg) no-repeat;
	border:0;
	margin:10px 0 0 0;
}

.usercomentarios {
	padding: 0;
	margin:5px;
	list-style:none;
}

.usercomentarios p{
	float:left;
}

.usercomentarios li{
	width:650px !important;
	padding: 10px;
	margin:5px 0;
	float:left;
	background:#fcfef6;
	border-top:#b3ba9b dashed 1px;
	border-bottom:#b3ba9b dashed 1px;
}

.usercomentarios li:hover{
	background:#fff;
}

.usercomentarios img{
	float:left;
	width:73px;
	padding:0 8px 0 0;
}

.commentInfo{
	color:#9beb3d;
	font-size:12px;
}

.comentTxt{
	width:650px;
	margin:0 !important;
	padding:0 !important;
	float:left !important;
	*margin:-20px 0 0 0 !important;
}

.comentTxt p{
	margin:0 !important;
	padding:3px 0 0 0 !important;
}

.publishComents{
	font:11px Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;
	letter-spacing:-0.2px !important;
	color:#96ff14 !important;
	padding:0px 3px 0px 3px !important;
}

.marginName{
	padding:0 0 0 0px;
	color:#90b565;
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.commentInfo{
	width:650px;
}


/* Enquente */
.contEnquete ul{
	list-style-type:none !important;
	color:#3877a3;
}

.botaoVotar{
	width:82px;
	height:25px;
	background:url(../imagens/bt/bt-votar.jpg) no-repeat;
	border:0px !important;
	margin:0 !important;
}

.verResultadoGeral{
	color:#729ebb !important;
	text-decoration:underline !important;
	font:12px Arial, Helvetica, sans-serif !important;
}


.verResultadoGeral:hover{
	color:#2f6992 !important;
	text-decoration:underline !important;	
}

/* pagenav */
.wp-pagenavi{
	margin:10px 0 0 0;
    text-align:center;
    color:#7b7b7b;
}
.wp-pagenavi a{
    margin:0 3px 0 3px;
    font-size:13px;
    font-weight:bold;
    color:#92c652;
}
.wp-pagenavi a:hover{
    color:#67b422;
}
.wp-pagenavi .pages{
    padding-right:15px;
}
.wp-pagenavi .current{
    font-size:17px;
    font-weight:bold;
	color:#63af2b;
}
.wp-pagenavi .extend{
    font-weight:bold;
}

/* Slider */
#parent2-wrap{
	/*border-top:#ddf4ae 1px solid;*/
	/*border-bottom:#ddf4ae 1px solid;*/
}

#parent2 li{
	background: #fbfff1;
	padding: 0px;
	margin: 0px;
	width: 748px; 
	height: 122px;	
}

#parent2-menu a.wactive{
	font-weight: bold;
}

#parent2-menu{
	width:738px;
	height:25px;
	padding:8px 0 0 10px;
	background:url(../imagens/bg/bg-rolagem-index.jpg) repeat-x;
}

.wslide-menu{
	display:none;
}


.wslide-menu-Excel a{
	margin:0 10px 0 0px !important;
	color:#678d1d;
}

#slide-menu a.wactive{
	padding: 0px 0px;
	background: #000000;
	color: #eeeeee;
}


.comment-wait{
}

/* Legenda */

.wp-caption{
	background:#f5f5f5;
}

.wp-caption-text{
	padding:5px;
}

.wp-caption{ 
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:4px;
	-khtml-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius:3px; 
} 

.wp-caption img{ 
	margin:0px;
	padding:0px; 
	border:0px none; 
} 

.wp-caption p.wp-caption-text{ 
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0px; 
}

/* box mapa do site */
.boxmapaSite{
	width:206px;
	float:left;
	padding:0 10px 0 0;
}

.boxmapaSite h2{
	margin:0;
	padding:0;
}

.boxmapaSite ul{
	list-style:none;
}

.mapPages{
	width:206px;
	height:54px;
	text-indent:-5000px;
	background:url(../imagens/bg/map-paginas.jpg) no-repeat !important;
	margin:0;
	padding:0;
}

.mapCategorias{
	width:206px;
	height:54px;
	text-indent:-5000px;
	background:url(../imagens/bg/map-categorias.jpg) no-repeat !important;
	margin:0;
	padding:0;
}

.mapTags{
	width:206px;
	height:54px;
	text-indent:-5000px;
	background:url(../imagens/bg/map-tags.jpg) no-repeat !important;
	margin:0;
	padding:0;
}


.mapBg{
	background:url(../imagens/bg/map-bg.jpg) repeat-y;
	padding:5px 5px 10px 0;
}

.mapNuvem{
	padding:0 20px 0 10px;
}


/* box mapa do site */
.semBorda{
	border:0 !important;
}

/* host e outros */

.outros{
	margin:0 0 20px 0;
	font:10px Arial, Helvetica, sans-serif;
	float:left;
}

.layerDev{
	width:126px;
	height:56px;
	text-indent:-5000px;
	margin:0 0 0 5px;
}

.layerDev a{
	width:106px;
	height:56px;
	background:url(../imagens/outros/layer-dev.jpg) no-repeat;
	float:left;
}

.layerDev a:hover{
	background:url(../imagens/outros/layer-dev.jpg) 0 -56px no-repeat;
}

.koojoo{
	width:156px;
	height:56px;
	text-indent:-5000px;
	margin:0 0 0 5px;
}

.koojoo a{
	width:156px;
	height:56px;
	background:url(../imagens/outros/koojoo.jpg) no-repeat;
	float:left;
}

.koojoo a:hover{
	background:url(../imagens/outros/koojoo.jpg) 0 -56px no-repeat;
}

.hosted{
	margin:0 0 5px 20px;
}