
/* Geral
----------------------------------------------------------------------*/

@font-face {
font-family: 'Din';
src: url('font.eot') format('eot'),
url('font.woff') format('woff'),
url('font.ttf') format('truetype');
}


html{
	zheight: 100%;
	zmin-height: 100%;
}

body {
	zheight: 100%;
	min-height: 100%;
	margin:0;
	padding:0;
	text-align:center; 
	font-family: Din, Verdana, Geneva, sans-serif;
	zbackground: url(elementos/imagens/fundo.jpg) repeat-y #d1e4f0 center center\9; 
	background:#BFE5F2 url(elementos/imagens/bg-geral.jpg) center repeat-y;
	min-width: 1024px;
	
}

#tudo {
	width: 880px;
	margin:0 auto;         
	text-align:left;
	height: 100%;
	min-height: 100%;
	zheight: auto !important;
}


/* Topo
----------------------------------------------------------------------*/

#topo{
	float:left;
	width:880px;
}

#logo{
	float:left;
	margin:60px 0px 0px 0px;
}

#box-busca{
	background:url(elementos/imagens/bg_busca.png);
	float:right;
	width:592px;
	height: 52px;
	margin:60px 0px 0px 0px;
	padding:10px;
}

#box-busca .idioma{
	display:block;
	text-align: right;
	color: #fff;
	text-decoration: none;
	font-size:12px;
}

#box-busca .idioma:hover{
	text-decoration: underline;
}

#busca{
	float:right;
	margin:10px 0px 0px 0px;
	width:158px;
	height:29px;
}

#busca .campo-busca{
	float: left;
	background:url(elementos/imagens/bg_cx_busca.png);
	font: 12px Din, Arial, sans-serif;
	border:none;
	padding:2px 3px 3px 18px;
	width:116px;
	height:13px;
	color: #535353;
}

#busca .botao-busca{
	float: left;
	background: url(elementos/imagens/lupa.png) no-repeat 2px 2px;
	width:18px;
	height:18px;
	text-indent: -9999px;
	border:none;
	margin-left:3px;
	cursor: pointer;
}

#busca .botao-busca:hover{
	background: #5C86B5 url(elementos/imagens/lupa.png) no-repeat 2px 2px;
}

#menu-topo{
	width: 960px;
	float:left;	
	margin-top:0px;
}

#menu-topo  .principal{
	float:left;
	width:585px;
	background: url(elementos/imagens/menu-principal.png);
	height: 27px;
	position: absolute;
	margin:24px 0px 0px 295px;
	z-index:999;
}


#menu-topo .principal li{
	cursor:pointer;
	text-align:center;
	float:left;
}

#menu-topo .principal li a{
	text-indent:-99999px;
	float:left;
	height:27px;
	width: 90px;
}

.principal .home{

	background: url(elementos/imagens/menu-principal.png);
	margin-right:9px;
}

.principal .home:hover, .principal .home-ativo{
	background: url(elementos/imagens/menu-principal.png)0px -27px;
}

.principal .quem-somos{
	background: url(elementos/imagens/menu-principal.png) -99px 0px;
	margin-right:9px;
}

.principal .quem-somos:hover, .principal .quem-somos-ativo{
	background: url(elementos/imagens/menu-principal.png)-99px -27px;
}

.principal .aben-na-midia{
	background: url(elementos/imagens/menu-principal.png) -198px 0px;
	margin-right:9px;
}

.principal .aben-na-midia:hover,.principal .aben-na-midia-ativo{
	background: url(elementos/imagens/menu-principal.png)-198px -27px;
}

.principal .publicacoes-tecnicas{
	background: url(elementos/imagens/menu-principal.png) -297px 0px;
	margin-right:9px;
}

.principal .publicacoes-tecnicas:hover,.principal .publicacoes-tecnicas-ativo{
	background: url(elementos/imagens/menu-principal.png)-297px -27px;
}

.principal .links{
	background: url(elementos/imagens/menu-principal.png) -396px 0px;
	margin-right:9px;
}

.principal .links:hover,.principal .links-ativo{
	background: url(elementos/imagens/menu-principal.png)-396px -27px;
}

.principal .fale-conosco{
	background: url(elementos/imagens/menu-principal.png) -495px 0px;
}

.principal .fale-conosco:hover,.principal .fale-conosco-ativo{
	background: url(elementos/imagens/menu-principal.png)-495px -27px;
	width:85px;
}



/* Miolo
----------------------------------------------------------------------*/

#conteudo-tudo{
	float:left;
	width:960px;
	margin:20px 0px 160px 0px;
}

#navslide, #navslide1, #navslide2{
	position: absolute;
	margin: 10px 0px 0px 0px;
	padding:0px 5px 3px 5px;
	z-index:999;
}

#navslide a, #navslide1 a, #navslide2 a{
	width: 3px;
	height: 3px;
	float:left;
	margin: 2px;
	background:#fff;
	border:1px solid #1A4DA3;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	color:#fff;
	padding:2px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-indent:-9999px; 
}

#navslide a:hover, #navslide .activeSlide, #navslide1 a:hover, #navslide1 .activeSlide, #navslide2 a:hover, #navslide2 .activeSlide{
	background:#1A4DA3;
	border:1px solid #fff;
}

.espaco-banner{
	width:880px;
	float:left;
}

.banner, #imgcycle{
	float:left;
	margin-top:2px;
	width:880px;
	height:161px;
	overflow:hidden;
	z-index:1;
}
#imgcycle1{
	width:415px;
	height:224px;
	overflow:hidden;
	z-index:1;
}

#imgcycle2{
	width:419px;
	height:164px;
	overflow:hidden;
	z-index:1;
}

.banner .mascara{
	position: absolute;
}

.banner .imagem{
	margin-left:0px;
	border:1px solid #fff;
}

#principal{
	width:880px;
	float:left;
}

#coluna1{
	width:430px;
	float:left;
}

.titulo{
	font:16px Din, Arial;
	color:#046390;
	text-transform: uppercase;
	display:block;
	border-bottom:1px solid #046390;
}

.logo-revista{
	position: absolute;
	margin:-20px 0px 0px 315px;
	padding-right:5px;
	background:#fff;
}

.subtitulo a{
	font:14px Din, Arial;
	color:#046390;
	text-transform: uppercase;
	display:block;
	text-decoration: underline;
	margin:10px 0px 10px 10px;
}

.texto-coluna{
	margin:10px 0px 10px 10px;
	font:14px Din, Arial;
	color:#969696;
}

.texto-coluna p{
	margin-bottom:10px;
}

.texto-coluna a{
	color:#046390;
	text-decoration: none;
}

.texto-coluna a:hover{
	text-decoration: underline;
}

.newsletter{
	margin:10px 0px 10px 10px;
	font:12px Din, Arial;
	color:#969696;
	text-transform: uppercase;
}

.campo-form{
	padding: 2px;
	float: left;
	width: 165px;
	font:14px Din, Arial;
	color: #969696;
}

.campo-revista{
		border:5px solid #969696;
}

.botao-contato{
	font:12px Din, Arial;
	float: left;
	color: #fff;
	text-transform: uppercase;
	border:none;
	cursor: pointer;
	border:1px solid #969696;
	background: #969696;
	padding:6px 6px 7px 6px;
	height: 30px;
	width: 62px;
}

.botao-contato:hover{
	color: #969696;
	border:1px solid #969696;
	background: #fff;
}

.botao{
	background: #265196 url(elementos/imagens/botoes-especiais.png) no-repeat;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font:14px Din, Arial;
	font-weight: normal;
	width: 158px;
	height: 17px;
	padding: 5px 20px;
	text-align: center;
}

.botao:hover{
	text-decoration: underline;
}

.margem-lateral{
	margin-left:10px;
}
.banner-lateral1{
	float: left;
	width: 415px;
	height: 224px;
	margin-left:10px;
}

.bannerlat{
	float: left;
}

.mascara-banner-lateral1{
	position: absolute;
	margin-left: 0;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	.mascara-banner-lateral1{
	position: absolute;
	margin-left:0px;
	}
}*/

#coluna2{
	width:430px;
	float:right;
}

.midias{
	width: 100%;
	height: 30px;
	floatr: left;
}
.midias a{
	margin-left:10px;
	float:right;
}

.banner-lateral2{
	float: right;
	width: 419px;
	height: 164px;
}

.bannerlat2{
	float: right;
}

.mascara-banner-lateral2{
	position: absolute;
	margin-left: 0px;
}

.destaques{
	width: 420px;
	float:right;
}

.destaques h1{
	font:12px Din, Arial;
	color:#046390;
	display:block;
	margin-bottom:10px;
}

.destaques h1 strong{
	font-weight: normal;
	text-transform: uppercase;
}

.conteudo-destaques{
	background:#F5F5F5;
	width: 420px;
	floar: right;
}

.conteudo-destaques .edicao{
	font: 10px Tahoma;
	background: #265196;
	color: #fff;
	text-transform: uppercase;
	width:75px;
	padding:3px;
	text-align: center;
	float:left;
	margin-bottom:2px;
}

.conteudo-destaques .listagem-destaques{
	margin:10px;
	width:400px;
	float:left;
}

.conteudo-destaques .listagem-destaques li{
	background: url(elementos/imagens/icone-fonte.png) no-repeat;
	font-size: 13px;
	line-height:16px;
	margin-bottom:18px;
	padding-left: 21px;
}

.conteudo-destaques .listagem-destaques li a{
	color:#046390;
	text-decoration: none;
}

.conteudo-destaques .listagem-destaques li a:hover{
	text-decoration: underline;
} 

.campo-news{
		border:5px solid #00618E;
}

.botao-news{
	font:12px Din, Arial;
	float: left;
	color: #fff;
	text-transform: uppercase;
	border:none;
	border:1px solid #00618E;
	background: #00618E;
	padding:6px 6px 7px 6px;
	cursor: pointer;
	height: 30px;
	width: 62px;
}

.botao-news:hover{
	color: #00618E;
	border:1px solid #00618E;
	background: #fff;
}

.bloco-final{
	background: #FBFDFE;
	width: 860px;
	padding:10px;
}

.videos{
	width: 415px;
	float: left;
}

.videos a{
 	font:12px Din, Arial;
	color:#046390;
	text-transform: uppercase;
	
}

.videos a:hover{
	color: #969696;
}

.noticias{
	width: 415px;
	float: right;
}

.listagem-noticias li{
	border-bottom:1px solid #00618E;
	padding-bottom:10px;
	margin-bottom:10px;
}

.listagem-noticias .data-hora{
	color: #00618E;
	font-size:12px;
	text-decoration: none;
	display:block;
}

.listagem-noticias .titulo-noticia{
	color: #969696;
	font-size:14px;
	text-decoration: none;
	display:block;
}

.listagem-noticias .data-hora:hover, .listagem-noticias .titulo-noticia:hover{
	text-decoration: underline;
}

.videos h1, .noticias h1{
	font:16px Din, Arial;
	color:#046390;
	text-transform: uppercase;
	display:block;
	border-bottom:1px solid #046390;
	margin-bottom:10px;
}

.loading{
    margin: 5px 0px 0px 150px;
    display: none;
}

/* Internas */

.titulo-internas-principal{
	font: 20px Din, Arial;
	color:#046390;
	text-transform: uppercase;
	display:block;
	border-bottom:1px solid #046390;
	margin-bottom:10px;
}

.downloads li{
	display: block;
	margin-bottom:10px;
	width:430px;
	height: 43px;
	float: left;
}

.downloads li a{
	font: 14px Din, Arial;
	color:#046390;
	text-transform: uppercase;
	display:block;
	float: left;
	margin:10px 0px 0px 10px;	
}

.downloads li a:hover{
	color: #969696;
}

.internas h1{
	font: 16px Din, Arial;
	color:#046390;
	text-transform: uppercase;
	display:block;
	border-bottom:1px solid #046390;
	margin-bottom:10px;
}

.diretoria li .nome-titulo{
	width: 180px;
	float: left;
	text-align: center;
	color: #fff;
	background: #046390;
	font: 12px Tahoma;
	text-transform: uppercase;
	padding: 5px;
	margin:0px 5px 5px 0px;
}

.diretoria li .cargo-titulo{
	width: 105px;
	float: left;
	text-align: center;
	color: #fff;
	background: #046390;
	font: 12px Tahoma;
	text-transform: uppercase;
	padding: 5px;
	margin:0px 5px 5px 0px;
}

.diretoria li .instituicao-titulo{
	width: 105px;
	float: left;
	text-align: center;
	color: #fff;
	background: #046390;
	font: 12px Tahoma;
	text-transform: uppercase;
	padding: 5px;
	margin:0px 0px 5px 0px;
}

.diretoria li .nome{
	width: 180px;
	float: left;
	text-align: center;
	color: #969696;
	background: #EBECEC;
	font: 12px Tahoma;
	padding: 5px;
	margin:0px 5px 5px 0px;
}

.diretoria li .cargo{
	width: 105px;
	float: left;
	text-align: center;
	color: #969696;
	background: #EBECEC;
	font: 12px Tahoma;
	padding: 5px;
	margin:0px 5px 5px 0px;
}

.diretoria li .instituicao{
	width: 105px;
	float: left;
	text-align: center;
	color: #969696;
	background: #EBECEC;
	font: 12px Tahoma;
	padding: 5px;
	margin:0px 0px 5px 0px;
}

.aben-midia li{
	width: 430px;
	float: left;
	margin-bottom:20px;
}

.data-midia{
	font: 12px Din, Arial;
	color:#046390;
	text-transform: uppercase;
	display:block;
	float: left;
	margin:0px 0px 0px 10px;
	width:376px;
	text-decoration: none;
}

.canal-midia{
	font: 14px Din, Arial;
	color:#046390;
	text-transform: uppercase;
	display:block;
	float: left;
	margin:0px 0px 0px 10px;
	width:376px;
	text-decoration: none;
}

.resumo-midia{
	font: 12px Din, Arial;
	color:#969696;
	text-transform: uppercase;
	display:block;
	float: left;
	margin:0px 0px 0px 10px;
	width:376px;
	text-decoration: none;
}

.data-midia:hover, .canal-midia:hover, .resumo-midia:hover{
	text-decoration: underline;
}

.pesquisa-midia{
	font:12px Din, Arial;
	color:#969696;
	text-transform: uppercase;
}

.campo-palavra{
	width: 382px;
	border: 5px solid #00618E;
}

.botao-procurar{
	background: #00618E url(elementos/imagens/lupa.png) no-repeat 6px 6px;
	cursor: pointer;
	height: 31px;
	width: 32px;
	border:1px solid #00618E;
	text-indent: -99999px; 
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.botao-procurar{
	background: #00618E url(elementos/imagens/lupa.png) no-repeat 6px 6px;
	cursor: pointer;
	height: 31px;
	width: 32px;
	border:1px solid #00618E;
	text-indent: -99999px; 
	}
}

.botao-procurar:hover{
	background: #00354D url(elementos/imagens/lupa.png) no-repeat 6px 6px;
	border:1px solid #00354D;
}

.campo-data-buscar{
	width: 144px;
	border: 5px solid #00618E;
}

.entre-busca{
	width: 40px;
	float: left;
	background: #00618E;
	color: #fff;
	padding:8px;
}

.e-busca{
	width: 10px;
	float: left;
	background: #00618E;
	color: #fff;
	padding:8px;
}

.divisoria{
	width:100%;
	height: 1px;
	background: #00618E;
	float: left;
	margin:20px 0px 20px 0px;
}

.revista-pagina{
	position: absolute;
	margin-left: 320px;
}

.edicoes-revista{
	width: 243px;
	float: right;
	font:12px Din, Arial;
	color:#046390;
	text-transform: uppercase;
}

.edicoes-revista a{
 	font:12px Din, Arial;
	color:#046390;
	text-transform: uppercase;
	
}

.edicoes-revista a:hover{
	color: #969696;
}

.botoes-revista{
	width: 229px;
	height: 14px;
	background: url(elementos/imagens/botoes-revista.png) no-repeat;
	float: left;
	text-align: center;
	margin:10px 0px 0px -26px;
	padding: 10px 10px 10px 30px;
}

.botoes-revista a{
	text-decoration: none;
}

.botoes-revista a:hover{
	text-decoration: underline;
}

.coluna-total{
	width: 880px;
	float: left;
}

.formulario{
	width: 360px;
	margin-left: 260px;
}

.formulario-socio{
	width: 374px;
	float: right;
}


.formulario .rotulo, .formulario-socio .rotulo{
	width: 360px;
	float: left;
	color: #969696;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom:5px;
}

.campo-fale{
	width: 360px;
	float: left;
	color: #969696;
	border: 5px solid #CACACA;
	font-size: 12px;
	margin-bottom:5px;
}

.lista-fale{
	width: 373px;
	float: left;
	color: #969696;
	border: 5px solid #CACACA;
	font-size: 12px;
	margin-bottom:5px;
}

.botao-fale{
	background: #295498 url(elementos/imagens/botoes-especiais.png) no-repeat;
	cursor: pointer;
	border: none;
	color: #fff;
	font: 14px Din, Arial;
	text-transform: uppercase;
	height: 27px;
	padding: 5px 5px 5px 48px;
}

.botao-fale:hover{
	text-decoration: underline;
}

.listagem-eventos{
	width: 252px;
}

.listagem-eventos li{
	display: block;
	margin-bottom:10px;
}

.listagem-eventos .evento-titulo{
	color:#08648b;
	font-size:14px;
	display:block;
	margin-bottom:5px;
}

.listagem-eventos .evento-data{
	color:#808080;
	font-size:12px;
	display:block;
	margin-bottom:5px;
}

.mais-materias{
	width: 880px;
	text-align: center;
}

.mais-materias a{
	margin:15px;
}

.anuidade{
	width: 285px;
	float: left;
}

.titulo-categoria{
	width:140px;
	float: left;
	margin-bottom:5px;
	font: 14px Din, Arial;
	color: #046390;
	text-align: center;
}

.titulo-valor{
	width:140px;
	float: right;
	margin-bottom:5px;
	font: 14px Din, Arial;
	color: #046390;
	text-align: center;
}

.categoria{
	width:130px;
	float: left;
	margin-bottom:5px;
	font: 14px Din, Arial;
	background: #E8E8E8;
	color: #969696;
	text-align: center;
	padding: 5px;
}

.valor{
	width:130px;
	float: right;
	margin-bottom:5px;
	font: 14px Din, Arial;
	background: #E8E8E8;
	color: #969696;
	text-align: center;
	padding: 5px;
}

.foto-noticia{
	float: right;
	margin:0px 0px 10px 10px;
}

.fonte-nuclear{
	width: 465px;
	float: left;
	margin-left: 207px;
}

.fonte-nuclear .titulo-edicao{
	font: 14px Din, Arial;
	color: #046390;
	text-transform: uppercase;
	margin-bottom:10px;
	border-bottom:1px solid #046390;
	padding-bottom: 10px;
	width: 465px;
	float: left;
}

.fonte-nuclear .titulo-edicao strong{
	float: right;
	font-weight: normal;
}


/*.fonte-nuclear  img{
	margin-bottom:10px;
	border-bottom:1px solid #046390;
	padding-bottom: 10px;
	float: left;
}*/

.fotos-inac{
}

.fotos-inac li{
	float: left;
	margin: 5px 15px;
}
/* Rodape
----------------------------------------------------------------------*/

#rodape{
	float:left;
	width:100%;
	height:160px;
	margin-top:-160px;
	background: rgb(240,240,240); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(240,240,240,1) 1%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 79%, rgba(240,240,240,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(240,240,240,1)), color-stop(24%,rgba(255,255,255,1)), color-stop(51%,rgba(255,255,255,1)), color-stop(79%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 1%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 79%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(240,240,240,1) 1%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 79%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(240,240,240,1) 1%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 79%,rgba(240,240,240,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(240,240,240,1) 1%,rgba(255,255,255,1) 24%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 79%,rgba(240,240,240,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	border-top:1px solid #fff;
}

#conteudo-rodape{
	width: 880px;
	margin:0 auto;         
	text-align:left;
	color:#000;
}

.menu-rodape-principal{
	width: 880px;
	margin-top:20px;
	float: left;
}

.menu-rodape-principal li{
	text-align: center;
	margin-right:60px;
	float: left;
}

.menu-rodape-principal li a{
	color: #265196;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-rodape-secundario{
	width: 880px;
	margin-top:20px;
	float: left;
}

.menu-rodape-secundario li{
	text-align: center;
	margin-right:25px;
	float: left;
}

.menu-rodape-secundario li a{
	color: #969696;
	font-size:10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-rodape-principal li a:hover, .menu-rodape-secundario li a:hover{
	text-decoration: underline;
}

.consideracoes-finais{
	width: 840px;
	margin:20px;
	float: left;
}

.consideracoes-finais h1{
	color: #265196;
	font:13px Tahoma;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom:5px;
}

.consideracoes-finais h3{
	color: #838383;
	font:12px Tahoma;
	text-decoration: none;
	display: block;
	text-align: center;
}


/*Textos */

.texto{
	float:left;
	width:100%;
}


.texto h1{
	font: 19px Din, Arial;
	color:#046390;
	margin-bottom: 10px;
}

.texto h2{
	font: 18px Lintel, Arial;
	color:#046390;
	margin-bottom:10px;
}

.texto h3{
	font: 17px Lintel, Arial;
	color:#046390;
	margin-bottom:10px;
}

.texto h4{
	font: 16px Lintel, Arial;
	color:#046390;
	margin-bottom:10px;
}

.texto h5{
	font: 15px Lintel, Arial;
	color:#046390;
	margin-bottom:10px;
}

.texto h6{
	font: 14px Lintel, Arial;
	color:#046390;
	margin-bottom:10px;
	
}

.texto p{
	font:14px Tahoma;
	color:#969696;
	margin-bottom:15px;
	line-height:16px;
}

.texto a{
	color:#046390;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

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

.texto  ul{
	margin:10px 0px 10px 0px;
	font-size:14px;
	color:#969696;
}

.texto  ul li{
	margin:10px 0px 10px 20px;
	list-style:circle;
}

.texto  ol{
	margin:10px 0px 10px 25px;
	list-style-type:decimal;
	font-size:14px;
	color:#969696;
}

.texto  ol li{
	padding:5px;
}



/* Defaults
----------------------------------------------------------------------*/

.clear{
    clear: both;
}

.left{
    float: left;
}

.right{
    float: right;
}

.textcenter{
	text-align: center;
}

.textleft{
	text-align: left;
}

.textright{
	text-align: right;
}

.hide{
	display: none;
}

.espaco-pq{
	height:10px;
}

.espaco-md{
	height:25px;
}

.espaco-gd{
	height:40px;
}

/* Paginação */

#paginacao{
	padding: 0px 0 0 0;
	text-align: left;  
	margin: 0 auto;
}

#paginacao a{
	color: #969696;
	display: inline-block;
	font-size: 10px;
	line-height: 8px;	
    margin-top: 15px;
	text-decoration: none;	
	width: px;
	padding:5px;
}

#paginacao a:hover{
	color:#00618E;
}

#paginacao a.ativo{
	background: #00618E;
	color: #fff;
	
}
#paginacao a.ativo:hover{
	background: #969696;
	text-decoration: none;
	color: #fff;
	
}
#paginacao a.link{
	background: none;
	color: #00618E;
	display: inline-block;
	font-size: 12px;
	font-weight: bolder;
	line-height: 30px;
	width: auto;
	text-decoration: none;	
	padding: 0 15px;
}
	
#paginacao a.link:hover{
	color: #969696;
}

/*Twitter */
.tweet,
.query {
    font: 90% Georgia, serif;
    color: #085258;
    margin: 0px;
    width: 240px;
    padding: 5px 2px;
}

.tweet_list {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background-color: #8ADEE2;
}

.tweet_list li {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5em;
    list-style-type: none;
}

.tweet_list li a {
    color: #0C717A;
}

.tweet_list .tweet_even {
    background-color: #91E5E7;
}

.tweet_list .tweet_avatar {
    padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
    vertical-align: middle;
}
