/***********************************************************************
	ESTRUTURA GERAL
************************************************************************/
* {
	margin:0;
	padding:0;
	border:0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

body{
	font: small/1.5 Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color:#021830;
	background: #fff url(../img/backgrounds/bg_home.png) 0 0 repeat-x;
}
#wrapper {
            width: 1000px;
			position:absolute;
			z-index:1000;
			margin: 0 0 0 -500px;
			top:0;
			left:50%;
        }

div#site{
	width:100%;
	float:left;
	position:relative;
}
.none{
	position: absolute;
	left: -9000px;
	top: 0;
}

/***********************************************************************
	TOPO - MENU
************************************************************************/
div#topo{
	width:985px;
	float:left;
	padding-left:15px;
	height:41px;
	position:relative;
}
div#topo img.logoietec{
	float:left;
	margin:4px 0 0 15px;

}
ul#menuHome{
	width:650px;
	float:left;
}
ul#menuHome img{
	display:none;
}
ul#menuHome li{
	float:left;
}
ul#menuHome li a{
	float:left;
	display:block;
	height:36px;
}
ul#menuHome li#mnSobre a{
	background:url(../img/menus/mn_sobre.png) 0 0 no-repeat;
	width:100px;
}
ul#menuHome li#mnSobre a:hover{
	background:url(../img/menus/mn_sobre.png) 0 -36px no-repeat;
}
ul#menuHome li#mnCursos a{
	background:url(../img/menus/mn_cursos.png) 0 0 no-repeat;
	width:65px;
}
ul#menuHome li#mnCursos a:hover{
	background:url(../img/menus/mn_cursos.png) 0 -36px no-repeat;
}
ul#menuHome li#mnSeminarios a{
	background:url(../img/menus/mn_seminarios.png) 0 0 no-repeat;
	width:88px;
}
ul#menuHome li#mnSeminarios a:hover{
	background:url(../img/menus/mn_seminarios.png) 0 -36px no-repeat;
}
ul#menuHome li#mnFaq a{
	background:url(../img/menus/mn_faq.png) 0 0 no-repeat;
	width:40px;
}
ul#menuHome li#mnFaq a:hover{
	background:url(../img/menus/mn_faq.png) 0 -36px no-repeat;
}
ul#menuHome li#mnImprensa a{
	background:url(../img/menus/mn_imprensa.png) 0 0 no-repeat;
	width:78px;
}
ul#menuHome li#mnImprensa a:hover{
	background:url(../img/menus/mn_imprensa.png) 0 -36px no-repeat;
}
ul#menuHome li#mnForum a{
	background:url(../img/menus/mn_forum.png) 0 0 no-repeat;
	width:61px;
}
ul#menuHome li#mnForum a:hover{
	background:url(../img/menus/mn_forum.png) 0 -36px no-repeat;
}
ul#menuHome li#mnContato a{
	background:url(../img/menus/mn_contato.png) 0 0 no-repeat;
	width:71px;
}
ul#menuHome li#mnContato a:hover{
	background:url(../img/menus/mn_contato.png) 0 -36px no-repeat;
}
ul#menuHome li#mnTec a{
	background:url(../img/menus/mn_techoje.png) 0 -36px no-repeat;
	cursor: default;
	width:65px;
}
ul#menuHome li#mnTec a:hover{
	background:url(../img/menus/mn_techoje.png) 0 -36px no-repeat;
}
ul#menuHome li#mnVirtual a{
	background:url(../img/menus/mn_virtual.png) 0 0 no-repeat;
	width:96px;
}
ul#menuHome li#mnVirtual a:hover{
	background:url(../img/menus/mn_virtual.png) 0 -36px no-repeat;
}
/***********************************************************************
	TOPSECUNDARIO
************************************************************************/
div#top-techoje{
	width:100%;
	float:left;
	margin-top:21px;
	background:url(../img/backgrounds/bg_tophoje.png) 246px 54px no-repeat;
	z-index:1;
	position:relative;
}
div#top-techoje img.logotec{
	float:left;
        position:relative;
        margin-top:-6px;
}
div#top-techoje ul{
	float:right;
	margin:19px 270px 0 0;
}
div#top-techoje ul img{
	display:none;
}
div#top-techoje ul li{
	float:left;
}
div#top-techoje ul li a{
	float:left;
	display:block;
	height:35px;
	margin-left:2px;
	background:#ccc;
}
div#top-techoje ul li#mnHometec a{
	width:60px;
	background:url(../img/mn_home_tec.png) 0 0 no-repeat;
}
div#top-techoje ul li#mnHometec a:hover{
	background:url(../img/mn_home_tec.png) 0 -35px no-repeat;
}
body.Principal div#top-techoje ul li#mnHometec a{
	display: none
}
div#top-techoje ul li#mnArtigos a{
	width:145px;
	background:url(../img/mn_artigos_tec.png) 0 0 no-repeat;
}
div#top-techoje ul li#mnArtigos a:hover{
	background-position: 0 -35px;
}
body.Artigos div#top-techoje ul li#mnArtigos a{
	background-position: 0 -70px;
}
div#top-techoje ul li#mnBiblioteca a{
	width:89px;
	background:url(../img/mn_biblioteca.png) 0 0 no-repeat;
}
div#top-techoje ul li#mnBiblioteca a:hover{
	background-position: 0 -35px;
}
body.Biblioteca div#top-techoje ul li#mnBiblioteca a{
	background-position: 0 -70px;
}
div#top-techoje ul li#mnTechoje a{
	width:130px;
	background:url(../img/mn_sobre.png) 0 0 no-repeat;
}
div#top-techoje ul li#mnTechoje a:hover{
	background:url(../img/mn_sobre.png) 0 -35px no-repeat;
}
body.Techoje div#top-techoje ul li#mnTechoje a{
	background-position: 0 -70px;
}

a.tecrss{
	font-size:85%;
	display:block;
	text-decoration:none;
	background:url(../img/ico_rss2.png) 0 2px no-repeat;
	height:16px;
	width:60px;
	position:absolute;
	bottom:11px;
	right:159px;
	z-index:10;
	padding-left:18px;
	color:#000;
}
a.tecrss:hover{
	text-decoration:underline;

}
div#destaque-topo{
	width:100%;
	float:left;
	height:300px;
	padding-bottom:0 0 15px 0;
	margin-top:-20px;
	position:relative;
}
div#destaque-topo img{
	float:left;
}
/***********************************************************************
	BUSCA
************************************************************************/
div#buscaTechoje{
	position:absolute;
	right:4px;
	top:0;
	z-index:100;
	width:237px;
	min-height:102px;
	background:#8DC010 url(../img/backgrounds/bg_boxbusca.png) 0 bottom no-repeat;
	padding: 0 0 0 28px;
}
div#buscaTechoje h2{
	width:150px;
	height:21px;
	background:url(../img/tit_buscar.png) 0 0 no-repeat;
	margin:10px 0 7px 0;
}
div#buscaTechoje legend{
	display:none;
}
div#buscaTechoje fieldset{
	float:left;
}
div#buscaTechoje fieldset ol{
	float:left;
	width:220px;
}
div#buscaTechoje fieldset ol li{
	float:left;
	width:100%;
	margin-bottom:0;
}
div#buscaTechoje img{
	display:none;
}
div#buscaTechoje label{
	font-size:85%;
	color:#2C5A06;
}
div#buscaTechoje input.inputbusca{
	width:142px;
	height:21px;
	background:url(../img/backgrounds/bg_input_busca.png) no-repeat;
	font-size:100%;
	color:#2C5A06;
	padding: 6px 0 0 8px;
	float:left;
}
div#buscaTechoje button{
	width:60px;
	height:28px;
	background:url(../img/backgrounds/bg_buscar.png) 0 0 no-repeat;
	cursor:pointer;
	float:left;
	
}
/***********************************************************************
	INFO PRINCIPAL
************************************************************************/
div#info-principal{
	float:left;
	width:709px;
	margin-top:34px;
	position:relative;
	margin-left:10px
}
div#info-principal h2{
	font-size:160%;
	color:#155A8E;
	margin-bottom:12px;
}
div#info-principal p{
	margin-bottom:12px;
	font-size:100%;
	color:#555;
	margin-bottom:15px;
	line-height:17px;
}
/***********************************************************************
	HOME
************************************************************************/
div#destaque{
	width:100%;
	float:left;}

div#destaque dl{
	float:left;
}
dl.destaque-home {
	background: transparent url(../img/box-shadow-bottom.jpg) no-repeat center bottom;
	padding: 20px;
	float: left;
}	
dl.destaque-home dt a{
  	color:#155A8E;
	font-size:130%;
	text-decoration:none;
	margin-bottom:5px;
	float:left;
	width:100%;
}
dl.destaque-home dt a:hover{
  	color:#619A0F;
	text-decoration:underline;
}

dl.destaque-home dd a{
	font-size:100%;
	color:#333333;
	line-height:16px;
	text-decoration:none;
	float:left;
	width:100%;
	margin-top:10px;
}
dl.destaque-home dd a:hover{
	text-decoration:underline;
}
/***********************************************************************
	MENU CATEGORIA
************************************************************************/
div#nav-categorias{
	width:243px;
	float:left;
	background: url(../img/backgrounds/bg_menu_categoria.gif) 0 0 repeat-y;
	margin-top:14px;
}
div#nav-categorias h2{
	width:243px;
	height:36px;
	background:url(../img/tit_categorias.png) 0 0 no-repeat;
}
div#nav-categorias h2 img{
	display:none;
}
div#bg-nav-categorias{
	width:243px;
	float:left;
	background: url(../img/backgrounds/bg_bottom_categoria.png) 0 bottom no-repeat;
}
a.mnCategorias{
	width:229px;
	/*height:22px;*/
	display:block;
	color:#021830;
	padding: 3px 0 5px 12px;
	text-decoration:none;
	font-size:100%;
}
a.mn-marcado{
	background:url(../img/marcado.png) 0 0 no-repeat;
	font-weight:bold;
	color:#fff;
}
a.mnCategorias:hover{
	text-decoration:none;
	background:#769F0F;
	color:#fff;
}
ul.menu-categorias{
	border-bottom:1px solid #EAEBE5;
	width:241px;
	margin-left:1px;
	position:relative;
}
ul.menu-categorias li{
	position:relative;
}
ul.menu-categorias.expansivel a.mnCategorias:hover{
	background-color:#769F0F;
}
ul.menu-categorias.expansivel a.mnCategorias.over{
	background-color:#769F0F;
}
ul.menu-categorias.expansivel ul {
	display: none; /*inicia fechado*/
}
ul.submenu-categoria{
	background:#fff;
	width:223px;
	padding: 6px 0 8px 18px;
}
ul.submenu-categoria li {
	color:#49700A;
	display: inline
}
ul.submenu-categoria li a{
	color:#49700A;
	text-decoration:underline;
	font-size:85%;
	text-decoration:none;
	margin-bottom:4px;
	display: block;	
}
ul.submenu-categoria li a:hover{
	color:#124787;
	text-decoration:underline;
}
ul.submenu-categoria li#marcado a{
	background:#d3e0ef;
	color:#124787;
	text-decoration:none;
	padding:3px;
	margin-left:-3px;
	position:relative;
	display: inline;
	cursor: default
}
.abre-menu{
	width:12px;
	height:24px;
	position:absolute;
	top:8px;
	right:6px;
	z-index:10;
	background:url(../img/ico_mais.gif) 0 0 no-repeat;
	display: block;
	cursor: pointer
}
.abre-menu.fecha{
	background:url(../img/ico_menos.gif) 0 0 no-repeat;
}
#ativo a.mnCategorias{
	color:#fff;
	background: url(../img/marcado.png) 0 0 repeat-y;
}
/***********************************************************************
	LISTA ARQUIVOS
************************************************************************/
div#lista-artigos-home{
	width:100%;
	float:left;
}
/********** ARTIGO POR AUTOR **************/
div.autor-destaque{
	width:205px;
	float:left;
	background:url(../img/backgrounds/bg_box_autor.gif) 0 0 no-repeat;
	min-height:157px;
	padding: 10px 0 0 20px;
	
}
div.autor-destaque h3{
	background:url(../img/tit_autor_destaque.gif) 0 0 no-repeat;
	width:203px;
	height:24px;
	margin-bottom:16px;
}
div.autor-destaque h3 img{
	display:none;
}
div.autor-destaque img.foto-autor{
	border: 1px solid #6ecd3a;
	padding:1px;
	float:left;
	margin: 0 8px 0 0;
	width: 70px
}

div.autor-destaque dl dt a{
	color:#0A4C14;
	font-size:100%;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
div.autor-destaque dl dt a:hover{
	text-decoration:underline;
}
div.autor-destaque dl dd a{
	color:#0A4C14;
	font-size:85%;
	line-height:13px;
	text-decoration:none;
	display:block;
}
div.autor-destaque dl dd a:hover{
	color:#0A4C14;
	text-decoration:underline;
}
div.autor-destaque a.leia{
	background:#D6EF8E;
	display:block;
	width:130px;
	padding: 2px 0 4px 8px;
	font-size:85%;
	text-decoration:none;
	margin-top:8px;
	color:#006600;
	clear: both;
	margin-top: 5px;
}
div.autor-destaque a.leia:hover{
	background:#fc0;
	color:#fff;
	text-decoration:none;
}
/********** Lista AUTOR **************/
div.lista-artigos{
	width:280px;
	float:left;
	padding: 10px;
	margin-top:25px;
	background:#fff;
}
div.lista-artigos img.foto-autor{
	border: 1px solid #6ecd3a;
	padding:1px;
	float:left;
	margin: 0 8px 0 0;
}
div.lista-artigos p{
	font-size:100%;
}
/********** OUTROS ARTIGOS / HOME **************/
div.artigo-home{
	width:182px;
	float:left;
	margin-left:34px;
	background:url(../img/backgrounds/bg_box_artigos2.gif) no-repeat;
	min-height:157px;
	padding: 10px 0 0 20px;
}
div.artigo-home h3{
	width:183px;
	height:23px;
}
div.artigo-home h3.titRecentes{
	background:url(../img/tit_artigos_rescentes.gif) 0 0 no-repeat;
}
div.artigo-home h3.titLido{
	background:url(../img/tit_artigos_lidos.gif) 0 0 no-repeat;
}
div.artigo-home h3 img{
	display:none;
}
div.artigo-home ul{
	width:183px;
	border-top:1px solid #E7EDF2;
	margin-top:11px;
	padding-top:4px;
}
div.artigo-home ul li{
	float:left;
}
div.artigo-home ul li a{
	width:183px;
	border-bottom:1px solid #E7EDF2;
	margin:4px 0 4px 0;
	padding-bottom:8px;
	font-size:85%;
	line-height:13px;
	color:#021830;
	text-decoration:none;
	float:left;
	display:inline;
}
div.artigo-home ul li a:hover{
	color:#021830;
	text-decoration:underline;
}
/***********************************************************************
	COLUNA ARTIGOS
************************************************************************/
div#coluna-artigos{
	float:left;
	width:214px;
	margin-left:25px;
	display:inline;
}
div#coluna-artigos dl{
	background:url(../img/backgrounds/bg_box_artigos.gif) 0 bottom no-repeat;
	padding-bottom:20px;
	margin-bottom:15px;
	float:left;
	width:100%;
}
div#coluna-artigos dl dt a{
  	color:#155A8E;
	font-size:110%;
	text-decoration:none;
	line-height:18px;
	margin-bottom:6px;
	float:left;
	width:100%;
}
div#coluna-artigos dl dt a:hover{
  	color:#619A0F;
	text-decoration:underline;
}
div#coluna-artigos dl dd a{
	font-size:100%;
	color:#333333;
	line-height:14px;
	text-decoration:none;
	float:left;
}
div#coluna-artigos dl dd a:hover{
	text-decoration:underline;
}


/***********************************************************************
CATEGORIA
************************************************************************/	
div#topo-categoria{
	background: url(../img/backgrounds/bg_tit_artigos.gif) 0 0 no-repeat;
	padding-left:14px;
	width:652px;
	float:left;
}
div#topo-categoria h1{
	color:#0a3364;
	font-size:140%;
	background:#fff;
	float:left;
	padding: 5px 10px 5px 10px;
	border-right:2px solid #F3F3C2;
	width:673px;
}
div#topo-categoria ul{
	/*float:left;*/
	padding: 3px 10px 5px 10px;
	float:left;
	background:#F9FAE0;
	width:673px;
	margin-top:1px;
}
div#topo-categoria li{
	display: inline;
	color:#82af13;
	font-size: 85%;
	margin-right:10px;
}
div#topo-categoria li a{
	/*float:left;*/
	color:#3A6400;
	font-size: 110%;
	text-decoration:none;
	border-bottom:1px solid #BFCC9C;
	line-height: 1.3;
	
}
div#topo-categoria li.mnvideos-i a{
	background:url(../img/ico-video-i.png) 0 1px no-repeat;
	text-decoration:none;
	border-bottom:0;
	padding-left:17px;
}
div#topo-categoria li.mnpodcast-i a{
	background:url(../img/ico-pod-i.png) 0 1px no-repeat;
	text-decoration:none;
	border-bottom:0;
	padding-left:17px;
}
div#topo-categoria li.mnlivros-i a{
	background:url(../img/ico-livro-i.png) 0 1px no-repeat;
	text-decoration:none;
	border-bottom:0;
	padding-left:22px;
}
div#topo-categoria li.mnArtigos-i a{
	background:url(../img/ico-artigos-i.png) 0 1px no-repeat;
	text-decoration:none;
	border-bottom:0;
	padding-left:14px;
}
div#topo-categoria li.mnArquivos-i a{
	background:url(../img/ico-arquivos-i.png) 0 1px no-repeat;
	text-decoration:none;
	border-bottom:0;
	padding-left:14px;
}
div#topo-categoria li a:hover{
	color:#0A3364;
	border-bottom:1px solid #0A3364;
}
div#topo-categoria li span{
	color:#82AF13;
	margin-left: 4px;
}

div#chamada-arquivo{
	width:100%;
	float:left;
	margin:25px 0 0 14px;
	display:inline;
}
div#chamada-arquivo dl{
	float:left;
	width:208px;
	margin: 0 35px 0 0;
	background:url(../img/backgrounds/bg_bottom_artigos.gif) center bottom no-repeat;
	padding: 0 0 26px 0;
}
div#chamada-arquivo dl.end{
	margin: 0 0 0 0;
}
div#chamada-arquivo dl dt a{
	text-decoration:none;
	font-size:110%;
	color:#155A8E;
	line-height:20px;
	display:block;
}
div#chamada-arquivo dl dt a:hover{
	text-decoration:underline;
	color:#557C00;
}
div#chamada-arquivo dl dd.resumo a{
	font-size:100%;
	color:#333;
	margin-top:5px;
	line-height:16px;
	text-decoration:none;
	display:block;
}
div#chamada-arquivo dl dd.resumo a:hover{
	text-decoration:underline;
}
div#chamada-arquivo dl dd.fonte{
	font-size:85%;
	color:#557C00;
	margin-top:2px;
}

div#lista-artigos-internas{
	width:452px;
	float:left;
	margin-left:14px;
	margin-top:40px;
	display:inline;
}
div#lista-artigos-internas dl{
	width:100%;
	border-bottom:1px solid #F2F0EB;
	padding-bottom:14px;
	margin-bottom:12px;
}
div#lista-artigos-internas dl dt a{
	font-size:100%;
	color:#0A3364;
	text-decoration:none;
	font-weight:bold;
}
div#lista-artigos-internas dl dt a:hover{
	color:#557C00;
	text-decoration:underline;
}
div#lista-artigos-internas dl dd{
	font-size:85%;
	color:#333;
}
div#lista-artigos-internas dl dd span{
	color:#557C00;
}
div#mais-lidos{
	width:190px;
	float:left;
	display:inline;
	background:url(../img/backgrounds/bg_mais_lidos.gif) 0 0 no-repeat;
	padding: 10px 0 0 20px
}
div#mais-lidos h3{
	width:169px;
	height:22px;
	background:url(../img/tit_maislidos.gif) 0 0 no-repeat;
}
div#mais-lidos.mais-escutados h3{
	width:183px;
	height:20px;
	background:url(../img/tit_maisouvidos.gif) 0 0 no-repeat;
}
div#mais-lidos.livros h3{
	width:186px;
	height:20px;
	background:url(../img/tit_maisacessados.gif) 0 0 no-repeat;
}
div#mais-lidos.artigos-autor h3{
	background:url(../img/tit_artigos_autor.gif) 0 0 no-repeat;
}
div#mais-lidos.videos-vistos h3{
	background:url(../img/tt-videos-visttos.gif) 0 0 no-repeat;
	width:178px;
}
div#mais-lidos.videos-vistos h3{
	background:url(../img/tt-videos-visttos.gif) 0 0 no-repeat;
	width:178px;
}
div#mais-lidos.livros-vistos h3{
	background:url(../img/tt-livros-vistos.gif) 0 0 no-repeat;
	width:178px;
}
div#mais-lidos h3 img{
	display:none;
}
div#mais-lidos ul{
	width:190px;
	border-top:1px solid #E2F5D7;
	margin-top:10px;
	padding-top:6px;

}
div#mais-lidos ul li{
	border-bottom: 1px solid #E2F5D7;
	padding-bottom:9px;
	margin-bottom:6px;
	font-size:85%;
}
div#mais-lidos ul li a{
	text-decoration:none;
	line-height:15px;
	display:block;
	color:#0A4C14;
}
div#mais-lidos ul li a:hover{
	text-decoration:underline;
	color:#155A8E
}
ul#navcategoria{
	margin:-21px 0 4px 14px;
	float:left;
	font-size:85%;
	position:relative;
	display:inline;
}
ul#navcategoria li{
	float:left;
	display:block;
	color:#999933;
}
ul#navcategoria span{
	float:left;
	display:block;
	margin: 0 7px 0 7px;
	color:#8EC02D;
	display:inline;
}
ul#navcategoria li a{
	color:#82af13;
	text-decoration:underline;
}
ul#navcategoria li a:hover{
	color:#0a3364;
	text-decoration:none;
}

/***********************************************************************
	DESTAQUE LISTA ARTIGOs
************************************************************************/
div#destaque-lista{
	width:380px;
	float:left;
	margin-left:24px;
	margin-top:23px;
	display:inline;
}
div#destaque-lista dl{
	width:100%;
	border-bottom:1px solid #F2F0EB;
	padding-bottom:14px;
	margin-bottom:12px;
}
div#destaque-lista dl dt a{
	font-size:100%;
	color:#0A3364;
	text-decoration:none;
	font-weight:bold;
}
div#destaque-lista dl dt a:hover{
	color:#557C00;
	text-decoration:underline;
}
div#destaque-lista dl dd{
	font-size:85%;
	color:#333;
}

/***********************************************************************
	ARTIGOS
************************************************************************/
div#conteudo-artigos{
	width:452px;
	float:left;
	margin-left:14px;
	margin-top:40px;
	display:inline;
}
div#conteudo-outros{
	width:190px;
	float:left;
	margin:43px 0 0 33px;
	display:inline;
}
div#relacionados{
	width:190px;
	float:left;
	display:inline;
	background:url(../img/backgrounds/bg_box_relacionados.gif) 0 0 no-repeat;
	padding: 10px 0 0 20px;
	margin-top:40px;
}
div#relacionados h3{
	width:169px;
	height:22px;
	background:url(../img/tit_relacionados.gif) 0 0 no-repeat;
}
div#relacionados h3 img{
	display:none;
}
div#relacionados ul{
	width:190px;
	border-top:1px solid #E7EDF2;
	margin-top:10px;
	padding-top:6px;

}
div#relacionados ul li{
	border-bottom: 1px solid #E7EDF2;
	padding-bottom:9px;
	margin-bottom:6px;
	font-size:85%;
}
div#relacionados ul li a{
	text-decoration:none;
	line-height:15px;
	display:block;
	color:#021830;
}
div#relacionados ul li a:hover{
	text-decoration:underline;
	color:#155A8E
}
ul#implementacao{
	width:206px;
	float:left;
	background:url(../img/div_implement.png) 95px 0 no-repeat;
	margin-bottom:8px;
	padding: 8px 0 8px 0;
}
ul#implementacao li{
	float:left;
	font-size:85%;
}
ul#implementacao li a{
	float:left;
	display:block;
	color:#333;
	text-decoration:none;
	line-height:12px;
}
ul#implementacao li a:hover{
	text-decoration:underline;
}
ul#implementacao li.mnIndique a{
	width:46px;
	background:url(../img/ico_indique.png) 0 0 no-repeat;
	padding-left:30px;
	margin-left:3px;
	display:inline;
}
ul#implementacao li.mnImprimir a{
	width:64px;
	margin-left:30px;
	display:inline;
	background:url(../img/ico_imprime.png) 0 0 no-repeat;
	padding-left:30px;
}
div.bloco-contet{
	width:100%;
}
div.bloco-contet h2{
	font-size:200%;
	color:#155A8E;
	margin-bottom:12px;
}
div.bloco-contet p{
	font-size:100%;
	margin-bottom:30px;
	color:#000;
}
div.bloco-contet h3{
	font-size:100%;
	color:#000;
	font-weight:bold;
}
div.destaque-autor{
	padding:6px;
	background:#fff;
	float:left;
	width:440px;
	margin-bottom:15px;
}
div.destaque-autor img{
	float:left;
	margin-right:9px;
}

div.destaque-autor dl dt{
	font-size:100%;
	color:#0A4C14;
	font-weight:bold;
}
div.destaque-autor dl dd{
	font-size:85%;
	color:#137623;
}

div.barra-destaque {
	height:52px;
	float:left;
	clear: both;
	margin:20px 0;
	width: 400px
}

div.barra-destaque.tipo2 {
	border:1px solid #E1F6A8;
}	
div.barra-destaque ul li{
	padding:1px;
	padding-bottom:0;
	float:left;
}
div.barra-destaque ul li.icone{
	padding-right:0;
}
div.barra-destaque ul li img{
	height: 50px;
}
div.barra-destaque ul li a{
	padding:10px 10px 0 10px;
	text-decoration:none;
	text-align:center;
	display:block;
	/*width:279px;*/
	height:40px;
	font-size:130%;
}
div.barra-destaque ul.tipo1 li a{
	color:#155a8e;
	display: block
}
div.barra-destaque ul.tipo2 li a{	
	color:#84B327;
}
div.barra-destaque ul li a:hover{
	color:#155a8e;
	text-decoration:underline;
}
/***********************************************************************
	COMENTARIOS
************************************************************************/
div.comentarios{
	width:100%;
	float:left;
	clear: both
}

div.comentarios h3{
	font-size:120%;
	color:#fff;
	background:url(../img/backgrounds/bg_comentarios.png) 0 0 no-repeat;
	/*width:405px;*/
	/*height:31px;*/
	padding: 6px 0 20px 46px;
	position: relative;
	left: -9px;
}
dl.box-comentario{
	width:415px;
	margin: 0 0 0 10px;
	padding: 13px 10px 13px 15px;
}
dl.box-comentario dt{
	font-size:85%;
	color:#555;
	margin-bottom:3px;
}
dl.box-comentario dt strong{
	font-size:110%;
	color:#0A3364;
	font-weight:normal;
	border-bottom:1px solid #B5C1D0;
}
dl.box-comentario dd{
	font-size:85%;
	color:#184905;
}
.alterna{
	background:#F9FFE2;
	border-top: 1px solid #EDE9E2;
	border-bottom: 1px solid #EDE9E2;
}
div#box-artigos {
	display: none
}
div.deixe-coment{
	float:left;
	width:440px;
	margin: 10px 0;
	display:inline;
}
div#box-artigos.deixe-coment li{
	display: block;
	clear: both;
	width: 90%;
}
div#info-principal div.deixe-coment h2{
	/*width:425px;*/
	background:#E9EFF7;
	color:#073F6A;
	font-size:130%;
	padding: 2px 0 3px 15px;
	margin: 0;
}
fieldset#form{
	width:440px;
}
fieldset#form p{
	margin-left:15px;
	font-size:100%;
}
fieldset#form legend{
	display:none;
}
fieldset#form ol{
	float:left;
	width:100%;
	margin:0;
	padding:9px 0;
}
fieldset#form ol.form-coments{
	background:#EDFBD5;
}
fieldset#form ol li{
	float:left;
	margin:0 0 10px 15px;
	display: inline;
}
fieldset#form label{
	color:#2E7611;
	display:block;
	font-weight:bold;
	font-size:100%;
}
fieldset#form label span{
	color:#555;
	font-weight:normal;
	font-size:85%;
}
fieldset#form input{
	background:url(../img/backgrounds/bg_input.png) 0 0 repeat-x;
	font-size:85%;
	border:1px solid #CBE0B1;
	color:#000;
	height:19px;
	color:#000;
	font-size:85%;
	padding:3px 0 0 3px;
}
fieldset#form input.check{
	background:none;
	border:0;
	float:left;
	margin-right:5px;
}
fieldset#form span.news{
	font-size:85%;
	color:#2E7611;
}
fieldset#form p{
	font-size:100%;
	color:#555;
}
fieldset#form p a{
	color:#555;
	text-decoration:underline;
}
fieldset#form p a:hover{
	color:#900;
	text-decoration:underline;
}
fieldset#form p.boletim{
	font-size:85%;
	color:#555;
}
fieldset#form textarea{
	background:#F6FCEB url(../img/backgrounds/bg_text.png) 0 0 repeat-x;
	font-size:85%;
	border:1px solid #CBE0B1;
	color:#000;
	padding:3px 0 0 3px;
	width:394px;
	height:150px;
	font-family:inherit;
}
fieldset#form input.half{
	width:187px;
}
fieldset#form input.full{
	width:394px;
}
fieldset#form button{
	width:70px;
	height:28px;
	background:url(../img/bt_conheca.png) 0 0 no-repeat;
	cursor:pointer;
	font-size:100%;
	font-weight:bold;
	color:#fff;
	margin-left:330px;
}

/***********************************************************************
	INFO SECUNDARIA
************************************************************************/
div#info-secundaria{
	width:250px;
	float:right;
	margin-right:5px;
}
.bt-envie-artigo {
	margin-top: 15px;
}
div#box-destaque{
	width:239px;
	margin:20px auto;
	background: #fff url(../img/backgrounds/bg_box_destaque.png) 0 bottom repeat-x;
	float:left;
}
div#box-destaque h3{
	width:239px;
	height:25px;
	background:url(../img/tit_destaque_cursos.png) 0 0 no-repeat;
	margin-bottom:15px;
}
div.chamada-destaque{
	width:184px;
	height:86px;
	background:url(../img/chamada-destaque.gif) 0 0 no-repeat;
	margin: 0 auto;
}
p.data-matricula{
	width:225px;
	padding:2px 0 2px 0;
	border-bottom:1px solid #C3E176;
	border-top:1px solid #C3E176;
	margin: 18px auto;
	text-align:center;
	font-size:85%;
	color:#398A19;
}
/***********************************************************************
	RESULTADO BUSCA
************************************************************************/
dl.resultado-busca {
	width:100%;
	border-bottom:1px solid #F2F0EB;
	padding-bottom:14px;
	margin-bottom:12px;
}
dl.resultado-busca dt a{
	font-size:100%;
	color:#0A3364;
	text-decoration:none;
	font-weight:bold;
}
dl.resultado-busca dt a:hover{
	color:#557C00;
	text-decoration:underline;
}
dl.resultado-busca dd.resultado-resumo a{
	color:#333;
	font-size:100%;
	text-decoration:none;
	margin-top:8px;
	display:block;
}
dl.resultado-busca dd.resultado-resumo a:hover{
	text-decoration:underline;
}
dl.resultado-busca dd.resultado-autor{
	color:#137623;
	font-size:85%;
}
dl.resultado-busca dd.resultado-categorias{
	color:#82AF13;
}
dl.resultado-busca dd.resultado-categorias a{
	color:#999933;
	font-size:85%;
	text-decoration:underline;
}
dl.resultado-busca dd.resultado-categorias a:hover{
	text-decoration:none;
}
/***********************************************************************
	LISTA AUTORES
************************************************************************/
div#controle-abas{
	width:100%;
	margin-bottom:25px;
	float:left;
}
div#controle-abas ul li {
	float:left;

}
div#controle-abas ul li a{
	float:left;
	padding:2px 6px 2px 6px;
	background:#82AF13;
	color:#fff;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	margin:0 5px 0  0;
	display:inline;
}
div#controle-abas ul li a:hover{
	background:#155A8E;
}
div#nav-autores{
	width:455px;
	float:left;
	}
div#nav-autores ul{
	width:455px;
	}
div#nav-autores ul li a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
	font-size:85%;
	}
/***********************************************************************
	PAGINAÇÃO
************************************************************************/

div.paginacao span.current{
	background:#1c5d9d;
	border:1px solid #1c5d9d;
	color:#fff;
	padding:1px 6px 2px 6px;
	display:block;
	float:left;
}
div.paginacao a{
	background:#4d94ce;
	color:#fff;
	padding:3px 6px 3px 6px;
	text-decoration:none;
	border:1px solid #4d94ce;
	font-size:85%;
	margin:0 4px 0 4px;
	display:block;
	float:left;
}
div.paginacao a:hover{
	background:#1c5d9d;

}
div.paginacao span a{
	background:#fff;
	color:#074588;
	padding:3px 6px 3px 6px;
	text-decoration:none;
	border:1px solid #abcfeb;
}
div.paginacao span a:hover{
	background:#1c5d9d;
	border:1px solid #1c5d9d;
	color:#fff;
}

/***********************************************************************
	RODAPE
************************************************************************/
div#footer{
	width:990px;
	float:left;
	padding-left:10px;
}
div#footer address{
	width:696px;
	float:left;
	border-top:1px solid #CCE1F2;
	padding: 22px 0 0 0;
	margin-top:70px;
	font-style:normal;
}
div#footer address strong{
	font-weight:normal;
	color:#155A8E;
}
div#footer address span{
	display:block;
	margin-top:5px;
	font-size:85%;
}
div#footer address span a{
	color:#155A8E;
	text-decoration:underline;
}
div#footer address span a:hover{
	color:#155A8E;
	text-decoration:none;
}
ul#navEspaco{
	width:220px;
	float:left;
	border-top:1px solid #CCE1F2;
	padding: 22px 0 0 0;
	margin:70px 0 0 35px;
}
ul#navEspaco li{
	float:left;
}
ul#navEspaco img{
	display:none;
}
ul#navEspaco li a{
	float:left;
	display:block;
	height:12px;
}
ul#navEspaco li#mnFale-footer a{
	width:110px;
	background:url(../img/mn_fale.png) 0 0 no-repeat;
	margin-left:60px;
	display:inline;
}
ul#navEspaco li#mnFale-footer a:hover{
	background:url(../img/mn_fale.png) 0 -12px no-repeat;
}
div#assBolt{
	width:100%;
	height:18px;
	background:url(../img/logo_bolt.gif) center top no-repeat;
	float:left;
	text-align:center;
	margin-top:36px;
	padding-bottom:50px;
}
div#assBolt a{
	display:block;
	margin: 0 auto;
	height:18px;
	width: 70px;
	cursor:pointer;
	z-index:1;}


.banner-dest-home{
margin:0 0 10px 30px;
float:left;

}
div.rss-bloco{
	margin-top:15px;
	float:left;
	width:90%;
	padding:10px;
	background:#feecd8;
	border:2px solid #feecd8;
}
div.rss-bloco:hover{
	border:2px solid #d07450;
}
div.rss-bloco a{
	text-decoration: none;
	color: #000;
}
div.rss-bloco a:hover{
	text-decoration: underline
}
div.rss-bloco dl{
	float:left;
	width:85%;
	margin: 0 5px;
	background: url(../img/ico_rss_3.png) 0 0 no-repeat;
	padding: 0 0 2px 35px;
}

div.rss-bloco dt{
	font-size:130%;
	color:#155a8e;
}

ul.listarss{
	float:left;
	width:200px;
}
ul.listarss li{
	color:#11631f;
}
ul.listarss li a{
	color:#11631f;
	text-decoration:underline;
}
ul.listarss li a:hover{
	color:#11631f;
	text-decoration:none;
}
h3.tt-rss{
	background:url(../img/ico_rss.png) 0 0 no-repeat;
	padding-left:35px;
	height:28px;
	font-weight:normal;
	font-size:160%;
}
h3.tt-rss-tec{
	background:url(../img/ico_rss2.png) 0 4px no-repeat;
	padding-left:19px;
	height:18px;
	font-weight:normal;
	font-size:110%;
}
span.assrss{
	width:54px;
	height:47px;
	display:block;
	float:left;
	background:url(../img/assine.png) 0 10px no-repeat;
}
div.rss-bloco{
	margin-top:15px;
	float:left;
	width:90%;
	padding:10px;
	background:#feecd8;
	border:2px solid #feecd8;
}
div.rss-bloco:hover{
	border:2px solid #d07450;
}
div.rss-bloco a:hover{
	text-decoration: underline
}
div.rss-bloco dl{
	float:left;
	width:85%;
	margin: 0 5px;
	background: url(../img/ico_rss_3.png) 0 0 no-repeat;
	padding: 0 0 2px 35px;
}

div.rss-bloco dt{
	font-size:130%;
	color:#155a8e;
}

/***********************************************************************
	ABAS
************************************************************************/
div.bloco-destaque-home{
	width:100%;
	float:left;
	margin-bottom:23px;
}
.container {
	width: 466px;
	float:left;
}
ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 22px;
	position: absolute;
	top: 15px;
	left: 0px;
}
ul.tabs li {
	margin: 0;
	padding: 0;
	height: 26px;
	width:22px;
	overflow: hidden;
	position: relative;
	display:block;
	color: #fff;
	
}
ul.tabs li a {
	text-decoration: none;
	color: #155A8E;
	display: block;
	font-size: 13px;
	height: 24px;
	width:12px;
	padding: 2px 0 0 10px;
	background: url(../img/bg-active.png) 0 -25px no-repeat !important;
	background: url(../img/bg-active-ie.png) 0 -25px no-repeat;
}
ul.tabs li a:hover {
	background: url(../img/bg-active.png) 0 0 no-repeat !important;
	background: url(../img/bg-active-ie.png) 0 0 no-repeat;
	font-weight:bold;
	color: #fff;
}	
html ul.tabs li.active a  {
	background: url(../img/bg-active.png) 0 0 no-repeat !important;
	background: url(../img/bg-active-ie.png) 0 0 no-repeat;
	color:#fff;
	font-weight:bold;
	display: block;
	height: 24px;
	width:12px;
	padding: 2px 0 0 10px;
}
html ul.tabs li.active a:hover  {
	background: url(../img/bg-active.png) 0 0 no-repeat !important;
	background: url(../img/bg-active-ie.png) 0 0 no-repeat;
	color:#fff;
	font-weight:bold;

}
.tab_container {
	background: transparent url(../img/box-shadow.jpg) no-repeat center top;
	float: left; 
	width: 457px;
	margin-left: 17px;
	/*padding:15px;*/
}
.tab_container img{
	border: 1px solid #1D802D;
	width: 404px;
}

/***********************************************************************
	ABAS BIBLIOTECA
************************************************************************/
.container-b {
	width: 700px; 
	margin: 10px auto;
	position:relative;
	float:left;
}
ul.tabs-b {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	height: 22px;
	width: 370px;
}
div.box-biblio.interna ul.tabs-b {
	float: left;
	width: 500px
}
ul.tabs-b li {
	float: left;
	height: 21px;
	border: 1px solid #D2EA89;
	margin: 0 5px 0 0;
	overflow: hidden;
	position: relative;
	color:#155A8E;
	-moz-border-radius-topright: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-border-topright-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-khtml-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	font-family:tahoma;
	font-size:11px;
}
ul.tabs-b li a {
	text-decoration: none;
	color: #1d802d;
	display: block;
	height: 17px;
	outline: none;
	padding:3px 6px 0 23px;
	float:left;
}
ul.tabs-b li.mn-artigo a {
	background:url(../img/ico-artigo-b.png) 2px 4px no-repeat;
}
ul.tabs-b li.mn-videos a {
	background:url(../img/ico-video-b.png) 2px 4px no-repeat;
}
ul.tabs-b li.mn-arquivos a {
	background:url(../img/ico-arquivo-b.png) 2px 4px no-repeat;
}
ul.tabs-b li.mn-podcast a {
	background:url(../img/ico-pod-b.png) 2px 4px no-repeat;
}
ul.tabs-b li.mn-livros a {
	background:url(../img/ico-livro-b.png) 2px 4px no-repeat;
}

ul.tabs-b li a:hover {
	text-decoration: underline;
}
	
html ul.tabs-b li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	border-left: 2px solid #BADE4D;
	border-top: 2px solid #BADE4D;
	border-right: 2px solid #BADE4D;
	padding:1px;
	margin-top:-2px;
	color:#155A8E;
}

html div.box-biblio.interna ul.tabs-b li.active {
	background: #F3F4C0;
	border-bottom: 2px solid #F3F4C0;
}

html ul.tabs-b li.active a {
	color:#155A8E;
}
.tab_container-b {
	border: 2px solid #BADE4D;
	float: left; 
	width: 700px;
	background:#fff url(../img/bg-biblio.png) 0 bottom repeat-x;
	-moz-border-radius-bottomright: 15px;
	-khtml-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
	
	-moz-border-radius-bottomleft: 15px;
	-khtml-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	
	-moz-border-radius-topright: 15px;
	-khtml-border-radius-topright: 15px;
	-webkit-border-topright-right-radius: 15px;
	
	-moz-border-radius-topleft: 15px;
	-khtml-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
}
div.box-biblio.interna .tab_container-b {
	border: none;
	border-top: 2px solid #BADE4D;
	padding: 0;
}
.tab_content-b {
	padding: 10px 0 10px 10px;
	position:relative;
	float:left;
}
div.box-biblio.interna .tab_content-b {
	padding: 0
}

h2.tt-biblio{
	width:300px;
	height:25px;
	background:#fff url(../img/tt-biblio.png) 0 0 no-repeat;
	text-indent:-9000px;
	position:absolute;
	top:0;
	left:13px;
	z-index:1000;
}
div.box-biblio{
	width:100%;
	float:left;
	margin-top:17px;
}
div.box-biblio.interna{
	width:100%;
	float:left;
	margin-top:17px;
}
div.bloco-bibio-coluns{
	width:185px;
	float:left;
	border-right:1px solid #D3EB87;
	padding: 3px 18px 0 18px;
}
div.no-padding-right{
	padding-right:0;
}

div.ico-artigos{
	background:url(../img/ico-artigos.png) 0 0 no-repeat;
	padding-left:43px;
}
div.ico-arquivo{
	background:url(../img/ico-arquivo.png) 0 0 no-repeat;
	padding-left:43px;
}
div.ico-pod{
	background:url(../img/ico-pod-a.png) 0 0 no-repeat;
	padding-left:43px;
}
div.ico-videos{
	background:url(../img/ico-video.png) 0 0 no-repeat;
	padding-left:43px;
}
div.ico-livro{
	background:url(../img/ico-livro.png) 0 0 no-repeat;
	padding-left:43px;
}
div.outros-dest-biblio{
	width:100%;
	float:left;
}
div.outros-dest-biblio dl{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #E2F2AE;
	line-height:1.2em;
}
div.outros-dest-biblio dl dt{
	font-size:11px;
	font-weight:bold;
	color:#155a8e;
}
div.outros-dest-biblio dl dt a{
	color:#155a8e;
	text-decoration:none;
}
div.outros-dest-biblio dl dt a:hover{
	color:#155a8e;
	text-decoration:underline;
}
div.outros-dest-biblio dl dd{
	font-size:10px;
	color:#333;
}
div.outros-dest-biblio dl dd.dd-atutor{
	color:#309330;
}
div.outros-dest-biblio dl dd a{
	color:#333;
	text-decoration:none;
}
div.outros-dest-biblio dl dd a:hover{
	color:#155a8e;
	text-decoration:underline;
}
div.no-border{
	border-right:none;
}
div.outros-dest-biblio dl.no-border{
	border-bottom:none;
	margin-bottom:0;
}
div.img-tb-biblio{
	width:70px;
	float:left;
}
div.img-tb-biblio img{
	width:60px;
	float:left;
	border:1px solid #5C83A8;
}
div.bloco-destaque img{
	border:1px solid #5C83A8;
}
div.bloco-destaque dl dt{
	line-height:1.2em;
}
div.bloco-destaque dl dt a{
	color:#155A8E;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
div.bloco-destaque dl dd a{
	color:#333333;
	text-decoration:none;
}
div.bloco-destaque dl dd a:hover{
	text-decoration:underline;
}
div.bloco-destaque dl dd.dd-atutor{
	color:#309330;
}

ul.list-arquivos li{
	border-bottom:1px solid #E2F2AE;
	font-size:11px;
	color:#155A8E;
	padding:0 0 15px 0;
	margin-bottom:15px;
}
ul.list-arquivos li a{
	color:#155A8E;
	text-decoration:none;
	padding:0 0 0 24px;
	display:block;
}
ul.list-arquivos li a:hover{
	text-decoration:underline;
}
ul.list-arquivos li.ico-pdf a{
	background:url(../img/icones/adobeReader.png) 0 0 no-repeat;
}
ul.list-arquivos li.ico-outros a{
	background:url(../img/icones/outrosArquivos.png) 0 0 no-repeat;
}
ul.list-arquivos li.ico-xls a{
	background:url(../img/icones/excel.png) 0 0 no-repeat;
}
ul.list-arquivos li.ico-word a{
	background:url(../img/icones/word.png) 0 0 no-repeat;
}
ul.list-arquivos li.ico-ppt a{
	background:url(../img/icones/powerpoint.png) 0 0 no-repeat;
}
ul.list-arquivos li.ico-img a{
	background:url(../img/icones/imagens.png) 0 0 no-repeat;
}

div.destaque-biblio{
	width:695px;
	float:left;
	margin-top:35px;
	padding-left:14px;
}
div.box-videos{
	width:320px;
	padding:5px;
	background:#fff;
	float:left;
	position:relative;
}
div.box-videos h3{
	font-size:12px;
	font-weight:bold;
	line-height: 1.2;
	color:#124787;
	width:283px;
	background:#e1f4d7 url(../img/tt-videos.png) 0 0 no-repeat;
	padding:3px 3px 4px 37px;
	margin-bottom:4px;
}
.podPress_content {
	width: 200;
	overflow: hidden;
}
div.box-pod{
	width:330px;
	float:right;
	position:relative;
}
div.box-pod dl{
	width:100%;
	border-bottom:1px solid #ddf1c6;
	padding-bottom:13px;
	margin-bottom:13px;
}
div.box-pod dl dt{
	font-size:13px;
	color:#2f5e92;
	font-weight:bold;
	margin-bottom:3px;
}
div.box-pod dl dd{
	color:#2f5e92;
	font-size:13px;
}
div.box-pod dl dd a{
	color:#769ec6;
	font-size:11px;
}
div.box-pod dl dd a:hover{
	color:#2f5e92;
}
div.box-pod h3{
	font-size:13px;
	font-weight:bold;
	color:#124787;
	width:320px;
	height:20px;
	background:url(../img/tt-pod.png) 0 0 no-repeat;
	padding-left:37px;
	margin-bottom:4px;
}
a.lk-ver{
	position:absolute;
	top:3px;
	right:4px;
	z-index:1000;
	color:#124787;
	border-bottom:1px solid #D3E7D5;
	text-decoration:none;
	line-height:1.1em;
	font-size:11px;
}
div.box-livros{
	width:695px;
	float:left;
	margin-top:15px;
	position:relative;
}
div.bloco-livros{
	width:200px;
	float:left;
	border-right:1px solid #B3E49B;
	padding:0 18px 0 18px;

}
div.no-border{
	border-right:none;
}
div.no-padding{
	padding-left:0;
}
div.bloco-livros img{
	float:left;
	border:1px solid #C1C1C1;
}
div.bloco-livros dl{
	float:right;
	width:110px;
}
div.bloco-livros dl dt{
	line-height:1.1em;
	margin-bottom:4px;
}
div.bloco-livros dl dt a{
	font-size:13px;
	color:#2f5e92;
	text-decoration:none;
	font-weight:bold;
}
div.bloco-livros dl dt a:hover{
	text-decoration:underline;
}
div.bloco-livros dl dd{
	font-size:11px;
	line-height:1.4em;
	margin-bottom:5px;
}
div.bloco-livros dl dd small{
	font-size:10px;
	color:#557C00;
}
div.bloco-livros dl dd a{
	color:#444;
	text-decoration:none;
}
div.bloco-livros dl dd a:hover{
	color:#444;
	text-decoration:underline;
}
div.box-livros h3{
	width:658px;
	height:20px;
	background:url(../img/tt-livros.png) 0 0 no-repeat;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	padding-left:37px;
	margin-bottom:14px;
}
div.box-outros{
	width:695px;
	float:left;
	margin-top:30px;	
}
div.box-outros h3{
	width:263px;
	height:20px;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding-left:37px;
	margin-bottom:12px;	
}
div.bloco-artigos{
	width:370px;
	float:left;
	position:relative;
}
div.bloco-artigos h3{
	background:#0C4B8D url(../img/tt-artigos.png) 0 0 no-repeat;
	width:340px;
}
div.bloco-artigos dl{
	width:100%;
	border-bottom:1px solid #EDE9E2;
	padding-bottom:15px;
	margin-bottom:15px;
}
div.bloco-artigos dl.no-border-b{
	border-bottom:none;
}
div.bloco-artigos dt{
	font-size:13px;
}
div.bloco-artigos dt a{
	color:#0a3364;
	text-decoration:none;
}
div.bloco-artigos dt a:hover{
	text-decoration:underline;
}
div.bloco-artigos dd{
	font-size:11px;
	color:#557c00;
}
div.bloco-artigos dd span{
	color:#333;
}
div.bloco-arquivos{
	width:300px;
	float:right;
	position:relative;
}
div.bloco-arquivos h3{
	background:url(../img/tt-arquivos.png) 0 0 no-repeat;
}
div.bloco-arquivos ul li{
	width:100%;
	border-bottom:1px solid #EDE9E2;
	padding-bottom:15px;
	margin-bottom:15px;
}
div.bloco-arquivos ul li a{
	color:#0a3364;
	text-decoration:none;
	padding:0 0 0 24px;
}
div.bloco-arquivos ul li.ico-word a{
	background:transparent url(../img/ico-word.png) no-repeat scroll 0 0;
}
div.bloco-arquivos ul li.ico-xls a{
	background:transparent url(../img/ico-png.png) no-repeat scroll 0 0;
}
div.bloco-arquivos ul li.ico-pdf a{
	background:transparent url(../img/ico-pdf.png) no-repeat scroll 0 0;
}
div.bloco-arquivos ul li a:hover{
	text-decoration:underline;
}
a.lk-outros{
	color:#fff;
	border-bottom:1px solid #3d6fa4;
}
dd.img-videos img{
	border: 1px solid #5c83a8;
	
}
div#lista-artigos-internas img{
	float:left;
	border: 1px solid #5c83a8;
}
div#lista-artigos-internas img.entre-player{
	float:left;
	border: 1px solid #5c83a8;
}
div#lista-artigos-internas img.pod-player{
	float:left;
	border: none;
}
div#lista-artigos-internas dl.lista-video{
	width:376px;
	float:right;
	padding:0;
	border:none;
}
div#lista-artigos-internas dl.lista-video a{
	color:#333;
	text-decoration:none;
}
div#lista-artigos-internas dl.lista-video a:hover{
	text-decoration:underline;
}
div.outros-videos{
	width:100%;
	float:left;
	border-bottom:1px solid #F2F0EB;
	padding-bottom:14px;
	margin-bottom:12px;
}
div.videos-vistos img{
	float:left;
	border: 1px solid #5c83a8;
	margin-right:8px;
}
div.videos-vistos ul li{
	width:100%;
	float:left;
}
div.player-detalhe{
	width:320px;
	padding:10px;
	background:#fff;
}
div#lista-pod-internas{
	width:452px;
	float:left;
	margin-left:14px;
	margin-top:40px;
	display:inline;
}
div#lista-pod-internas dl{
	width:100%;
	border-bottom:1px solid #F2F0EB;
	padding-bottom:14px;
	margin-bottom:12px;
}
div#lista-pod-internas dl dt a{
	font-size:100%;
	color:#0A3364;
	text-decoration:none;
	font-weight:bold;
}
div#lista-pod-internas dl dt a:hover{
	color:#557C00;
	text-decoration:underline;
}
div#lista-pod-internas dl dd{
	font-size:85%;
	color:#333;
}
div#lista-pod-internas dl dd span{
	color:#557C00;
}

div#lista-pod-internas dl.lista-video{
	width:100%;
}
div#lista-pod-internas dl.lista-video a{
	color:#333;
	text-decoration:none;
}
div#lista-pod-internas dl.lista-video a:hover{
	text-decoration:underline;
}
div.capa-livro-detalhes{
	width:100%;
	float:left;
	margin-bottom:10px;
}
div.capa-livro-detalhes img{
	float:left;
	border: 1px solid #5C83A8;
}
ul.info-compl{
	float:right;
	width:358px;
}
ul.info-compl li{
	color:#0F446D;
	font-size:13px;
}
div.descricao-livro-detalhes h3{
	font-size:15px;
	color:#0F446D;
}
span.autores{
	color:#309330;
}

/***********************************************************************
	TABELAS
************************************************************************/

/* 

	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* Estilos gerais para as tabelas de Listagem */

table, td{
	font:inherit
}

table.table-list caption {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	background: #dff6bf;
	padding: 4px 6px 5px 6px;
	color: #2e7611;
	margin: 0 0 2px 0;
}
table.table-list tbody {
	clear: both;
}
table.table-list{width:99%;border-collapse:collapse;margin:1em 0;}
table.table-list th,
table.table-list td {
	text-align:left;
	padding:.4em;
	border:1px solid #fff;
	background:#eef7da;
}
table.table-list th{
	background:#328aa4;
	color:#fff;
}

table.table-list td a{
	color: #398a19;
	display: block
}
table.table-list td a:hover{
	text-decoration: underline
}


/* Estilos espeficos do script*/

tr.even td{background:#f6fbec;}
tr.odd td{background:#eef7da;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}

th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#FFC;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#000;}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}

td.tb-data {
font-size:85%;
text-align:center !important;
white-space:nowrap;
width:110px;
}
/*outros*/

.hold-table table {
width:65% !important;
float: none
}

a.lk-down {

	background:transparent url(../img/ico_download.png) no-repeat scroll 0 0;
	display:block;
	height:14px;
	width:14px;
}
a.lk-down img{
	display:none;
}
tr.add td {
	background:#97C91B;
}
tr.add strong {
	color:#fff;
}
div.log{
	position:absolute;
	top:-15px;
	right:280px;
	background: url(../img/bg-borda.png) no-repeat 0 0;
	z-index:1000;
	font-size:11px;
	
}
div.content-log{
	width:100%;
	background: url(../img/bg-borda-log.png) no-repeat right 0;
	padding:5px 0 10px 9px;
	color:#668bac;
}
div.content-log a{
	text-decoration:none;
	color:#668bac;
}
div.content-log a:hover{
	text-decoration:underline;
}
div.content-log span.name{
	text-decoration:none;
	color:#385e03;
}
.restrito {
	background: url(../img/ico-cadeado.png) no-repeat right 3px;
	padding-right:12px;
}
.erro{
	font-size:20px;
	color:#900;
}
