@charset "utf-8";
/* CSS Document */

body {
	font-family: 'PT Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1A1A1A;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_geral.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
p, pre {
	padding:0px;
	margin:0px;
}
p, pre a:link, a:visited, a:hover, a:active {
	padding: 0px;
	*padding: 0px;
	margin: 0px;
	*margin: 0px;
	background-image: none;
}
h1{
	font-size:24px;
	color:#900;
	margin:0px;
	padding: 0px 0px 10px;
		
}

.h1-lpb{
	font-size:24px;
	color:#3c6980;
	margin:0px;
	padding: 0px 0px 10px;
		
}
h2{
	font-size:13px;
	color:#356731;
}

.h2-lpb{
	font-size:13px;
	color:#497c99;
}

h3{
	font-size:13px;
	color:#000;
	font-weight: bold;
}

.h3-lpb{
	font-size:11px;
	color:#497c99;
	font-weight: bold;
}

h3 a:link, h3 a:active {
	color: #000;
	padding:0px;
	font-weight: bold;
}
h3 a:visited {
	color: #666;
	padding:0px;
	font-weight: bold;
}
h3 a:hover {
	color: #900;
	padding:0px;
	font-weight: bold;
}
h4{
	font-size:13px;
	color:#000;
}
h5{
	font-size:15px;
	color:#356731;
}

h5 a:link, h3 a:active {
	font-size:15px;
	color:#356731;
	font-weight: bold;
}
h5 a:visited {
	font-size:15px;
	color:#43823E;
	font-weight: bold;
}
h5 a:hover {
	font-size:15px;
	color:#C00;
	font-weight: bold;
}

.hr-lpb{
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #d5d6d6; 
	margin: 1em 0; 
	padding: 0; 
	color:#f4f4f4; 
	background-color:#d5d6d6;
	}
	

.menu-area-restrita{
	font-size:15px;
	color:#356731;
	line-height:25px;
	}

.div_total {
	clear: both;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.titulo_verde:link, a.titulo_verde:active {
	font-weight: normal;
	color: #004040;
	padding:0px;
}
a.titulo_verde:link, a.titulo_verde:active {
	font-weight: normal;
	color: #004040;
	padding:0px;
}
a.titulo_verde:visited {
	font-weight: normal;
	color: #006F6F;
	padding:0px;
}
a.titulo_verde:hover {
	font-weight: normal;
	color: #900;
	padding:0px;
}
a.fonte_link_preto:link, a.fonte_link_preto:active {
	font-weight: normal;
	color: #000;
	padding:0px;
}
a.fonte_link_preto:visited {
	font-weight: normal;
	padding:0px;
}
a.fonte_link_preto:hover {
	font-weight: normal;
	color: #900;
	padding:0px;
}





.fonte_artigo_referencia {
	font-weight: normal;
	color: #006B9F;
	padding:0px;
	font-size:small;
	vertical-align:top;
}
.artigos_floater_referencias_fontes {
	display:none;
	position:absolute;
	background-color: white;
	padding: 5px;
	border: thick solid #333;
}

.wrapper {
	margin:0px auto;
}
.wrapper a:link, a:visited, a:hover, a:active {
	padding: 0px;
	*padding: 0px;
	margin: 0px;
	*margin: 0px;
	background-image: none;
}
.content {
	width:980px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content a:link {
	background-image: none;
	text-decoration: none;
	color:#006B9F;
	padding:0px;
	margin:0px;
}
.content a:visited {
	background-image: none;
	text-decoration: none;
	color:#527B87;
	padding:0px;
	margin:0px;
}
.content a:hover, a:active {
	background-image: none;
	text-decoration: none;
	color:#C00;
	padding:0px;
	margin:0px;
}

a:link {
	text-decoration: none;
	color:#06C;
	padding:0px;
	margin:0px;
}
a:visited {
	text-decoration: none;
	color:#0093F4;
	padding:0px;
	margin:0px;
}
a:hover, a:active {
	text-decoration: none;
	color:#C00;
	padding:0px;
	margin:0px;
}
.bg_faixa_fundo {
	background-image: url(../images/bg_repete_x.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_composicao {
	vertical-align: text-top;
	width: 100%;
	background-image:url(../images/bg_composicao.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.topo {
	width: 980px;
	height: 117px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.topo_logo {
	float:left;
}
.espaco_menu{
	width:980px;
	height:10px;
	float:left;
}
.espaco_menu2{
	width:980px;
	height:10px;
	float:left;
}
.carrossel{
	width:980px;
	height: 256px;
	padding-top: 0px;
	padding-bottom: 0px;
	float:left;
	margin-bottom:15px;
	box-shadow:5px 5px 10px #666;
	-moz-box-shadow:5px 5px 10px #666;
	-webkit-box-shadow:5px 5px 10px #666;
	display:block;
	overflow:hidden;
}
.img_float_left {
	float:left;
	padding-right: 10px;
}
.area_conteudo_geral {
	width:980px;
	min-height: 300px;
	margin: 0px;
	float: left;
}
.area_conteudo_geral a:link, a:visited, a:hover {
	padding: 0px;
	margin: 0px;
}
.home_box1{
	width:425px;
	float: left;
	margin-right: 15px;
}

.home_box1-lpb{
	width:45%;
	float: left;
	margin-right: 15px;
	margin-top: 90px;
}

.home_box1_titulo{
	width:425px;
	height:30px;
	float:left;
	margin: 0px;
	color: #0C3;
}

.home_box1_titulo-lpb{
	width:460px;
	height:30px;
	float:left;
	margin: 0px;
	color: #0C3;
} 
.home_box1_icone_mais{
	width: 15px;
	height:30px;
	float:left;
}
.home_box1_bg_cor{
	width:99%;
	float: left;
	background-image:url(../images/home_bg_box_1.jpg);
	background-repeat:repeat;
	padding: 10px;
}

.home_box1_bg_cor-lpb{
	width:100%;
	float: left;
	background-color:#fff;
	background-repeat:repeat;
	padding: 10px;
	padding-bottom:10px;
}

.home_box1_img{
	float:left;
	width: 275px;
	height: 135px;
	text-align: left;
	vertical-align: text-top;
	border: 4px solid #B9B9B9;
	padding: 0px;
}
.home_box1_conteudo1{
	width:185px;
	float:left;
	font-weight: normal;
	margin-left: 7px;
}
.conteudo_topicos_blocos{
	width:50%;
	float:left;
	padding-top:7px;
}

.conteudo_topicos_blocos-lpb{
	width:100%;
	float:left;
	padding-top:7px;
}

.area_topico{
	width:194px;
	float:left;
	background-color:#C0C0C0;
	margin: 4px;
	padding: 4px;
	font-weight:normal;
	text-decoration:none;
}


.area_topico a:link, a:active{
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding:0px;
}
.area_topico a:visited{	
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding:0px;
}
.area_topico a:hover{
	font-weight: normal;
	color: #C00;
	text-decoration: none;
	padding:0px;
}




.area_topico-1-lpb{
	width:95,5%;
	float:left;
	background-color:#edecf1;
	margin: 4px;
	padding: 4px;
	padding-left:10px;
	font-weight:normal;
	text-decoration:none;
}


.area_topico-1-lpb a:link, a:active{
	font-weight: normal;
	color: #497c99;
	text-decoration: none;
	padding:0px;
}
.area_topico-1-lpb a:visited{	
	font-weight: normal;
	color: #497c99;
	text-decoration: none;
	padding:0px;
}
.area_topico-1-lpb a:hover{
	font-weight: normal;
	color: #C00;
	text-decoration: none;
	padding:0px;
}


.area_topico-2-lpb{
	width:200px;
	float:left;
	background-color:#edecf1;
	margin: 4px;
	padding: 4px;
	padding-left:10px;
	font-weight:normal;
	text-decoration:none;
	margin-left:9px;
}


.area_topico-2-lpb a:link, a:active{
	font-weight: normal;
	color: #497c99;
	text-decoration: none;
	padding:0px;
}
.area_topico-2-lpb a:visited{	
	font-weight: normal;
	color: #497c99;
	text-decoration: none;
	padding:0px;
}
.area_topico-2-lpb a:hover{
	font-weight: normal;
	color: #C00;
	text-decoration: none;
	padding:0px;
}



/* links da área sobre na home page*/
.area_sobre-lpb a:link, a:active{
	font-weight: normal;
	color: #497c99;
	text-decoration: none;
	
}
.area_sobre-lpb a:visited{	
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	
}
.area_sobre-lpb a:hover{
	font-weight: normal;
	color: #C00;
	text-decoration: none;
	
}
/* links da área sobre na home page*/


.home_box2_evento {
	width:260px;
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
}
.home_box2{
	width:260px;
	float: left;
	margin-left:20px;
	margin-right:20px;
}

.home_box2-lpb{
	width:45%;
	float: left;
	margin-left:20px;
	margin-right:45px;
	min-height:30%;
}


.home_box2_bg_cor{
	width:100%;
	float: left;
	background-color:#497C99;
	padding: 10px;
}

.home_box2_bg_cor-lpb{
	width:100%;
	float: left;
	background-color:#fff;
	padding: 10px;
	min-height:510px;
	margin-top:90px;
}

.home_box2_titulo{
	width:260px;
	height:30px;
	float: left;
	margin: 0px;
}

.home_box2_titulo-lpb{
	width:460px;
	height:30px;
	float: left;
	margin: 0px;
}

.home_box2_titulo_cor{
	color:#497C99;
	width: 260px;
	
}

.home_box2_titulo_cor-lpb{
	color:#FFF;
	width: 260px;
	
}
.home_box2_area_azul_img{
	width:100%;
	float:left;
	padding-bottom: 10px;
}
.home_box2_area_conteudo{
	width:94%;
	float:left;
	background-color:#3c6980;
	margin:0px;
	color:#FFF;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 7px;
}


.home_box2_area_conteudo-lpb{
	width:94%;
	float:left;
	background-color:#edecf1;
	margin:0px;
	color:#FFF;
	padding-top: 12px;
	padding-right: 11px;
	padding-bottom: 27px;
	padding-left: 15px;
}


.home_box2_area_conteudo_fonte_maior{
	font-size:14px;
}
.home_box2_area_conteudo a:link, a:active{
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding:0px;
}
.home_box2_area_conteudo a:visited{
	font-weight: normal;
	color: #F0F0F0;
	text-decoration: none;
	padding:0px;
}
.home_box2_area_conteudo a:hover{
	font-weight: normal;
	color: #FC0;
	text-decoration: none;
	padding:0px;
}

.home_box3{
	width:220px;
	float: left;
	margin-left:15px;
}
.home_box3_area_botoes_laterais{
	width:220px;
	height:51px;
	float:left;
	background-image:url(../images/home_box3_bg_bts_laterais.jpg);
	background-repeat:repeat-x;
	padding-bottom: 15px;
}
.home_box3_botoes_laterais_textos {
	font-size:21px;
	padding: 13px 15px 0 15px;
}
.home_box3_botoes_laterais_textos a:link{
	font-weight:normal;
	color:#666666;
	text-decoration: none;
	padding: 13px 15px 0 15px; 
}
.home_box3_botoes_laterais_textos a:visited{
	font-weight:normal;
	color: #666666;
	text-decoration: none;
	padding: 13px 15px 0 15px;
}
.home_box3_botoes_laterais_textos a:hover, a:active{
	font-weight:normal;
	color: #C00;
	text-decoration: none;
	padding: 13px 15px 0 15px; 
}
.home_box3_icone_bt_pesquisas{
	width:69px;
	height:51px;
	float:left;
	background-image:url(../images/home_box3_icone_bt_pesquisas.jpg);
}
.home_box3_icone_bt_livros{
	width:69px;
	height:51px;
	float:left;
	background-image:url(../images/home_box3_icone_bt_livros.jpg);
}
.home_box3_icone_bt_acervo{
	width:69px;
	height:51px;
	float:left;
	background-image:url(../images/home_box3_icone_bt_acervo.jpg);
}
.home_box3_titulo_artigos{
	width:220px;
	height:46px;
	float:left;
	background-image:url(../images/home_box3_titulo_artigos.png);
	text-decoration:none;
}
.home_box3_bg_area_artigos{
	width:220px;
	height:110px;
	float:left;
	background-image:url(../images/home_box3_bg_area_artigos_verde_escuro.jpg);
	background-repeat:repeat-x repeat-y;
}
.home_box3_bg_area_artigos_verde_claro{
	width:173px;
	height:80px;
	float:left;
	background-image:url(../images/home_box3_bg_area_artigos_verde_claro_repet_y.jpg);
	background-repeat: repeat-y;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.home_box3_bg_area_artigos_verde_claro a:link, a:visited {
	padding:0px;
}
.rodape{
	width:980px;
	height:52px;
	float:left;
	margin-top:30px;
	background-image:url(../images/repeticao_rodape-01.jpg);
	background-repeat:repeat-x;
}
.rodape_compartilhe{
	width:121px;
	height:51px;
	float:left;
}
.rodape_conteudo{
	font-size:12px;
	color:#666;
	float:left;
	text-align:center;
	width:859px;
	height:51px;
	padding-top:10px;
}
.rodape_conteudo a:link, a:visited{
	color:#666;
	text-decoration: underline;
	font-weight: bold;
}
.rodape2{
	width:980px;
	height:52px;
	float:left;
}
.rodape_icone{
	width:151px;
	height:51px;
	float:left;
}
.rodape_conteudo2{
	font-size:11px;
	color:#666;
	float:left;
	text-align:center;
	width:700px;
	height:51px;
	padding-top:10px;
}
.rodape_conteudo2 a:link, a:visited {
	color:#666;
	text-decoration: underline;
	font-weight: bold;
}
.puc_dti{
	width:980px;
	height:20px;
	float:left;
	font-size:10px;
	color:#666;
	margin-top:15px;
}
.topo_interna{
	width:980px;
	height:81px;
	margin-bottom:10px;
	box-shadow:5px 5px 10px #666;
	-moz-box-shadow:5px 5px 10px #666;
	-webkit-box-shadow:5px 5px 10px #666;
	margin-top:10px;
	background-image: url(../images/bg_topo_internas.jpg);
	background-repeat: no-repeat;
}

.topo_interna_lpb{
	width:980px;
	height:81px;
	margin-bottom:10px;
	box-shadow:5px 5px 10px #666;
	-moz-box-shadow:5px 5px 10px #666;
	-webkit-box-shadow:5px 5px 10px #666;
	margin-top:10px;
	background-image: url(../images/bg_topo_internas-lpb.jpg);
	background-repeat: no-repeat;
}

.submenu_interna_lpb{
	width:100%;
	height:40px;
	margin-bottom:10px;
	box-shadow:5px 5px 10px #666;
	-moz-box-shadow:5px 5px 10px #666;
	-webkit-box-shadow:5px 5px 10px #666;
	margin-top:10px;
	background-color: #3c6980;
	background-repeat: no-repeat;
}

.submenu_interna_texto_lpb{
	width: 98%;
	height: 20px;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 23px;
	padding-left: 10px;
	text-align: right;
	text-shadow:2px 2px 5px #1E1E1E;
	vertical-align: bottom;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
}

.submenu_interna_texto_lpb a:link, a:active{
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding:0px;
}
.submenu_interna_texto_lpb a:visited{	
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding:0px;
}
.submenu_interna_texto_lpb a:hover{
	font-weight: normal;
	color: #C00;
	text-decoration: none;
	padding:0px;
}



.topo_interna_texto{
	width: 945px;
	height: 25px;
	padding-top: 13px;
	padding-right: 25px;
	padding-bottom: 23px;
	padding-left: 10px;
	text-align: right;
	text-shadow:2px 2px 5px #1E1E1E;
	vertical-align: bottom;
	font-size: 32px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
}
.topo_interna_caminhodepao {
	width: 945px;
	height: 10px;
	font-size: 11px;
	color: #333;
	float:left;
	padding-left: 10px;
	font-weight: normal;
	color: #FF0;
}
a.caminhodepao:link, a.caminhodepao:active {
	font-weight: normal;
	color: #EBEBEB;
}
a.caminhodepao:visited {
	font-weight: normal;
	color: #EBEBEB;
}
a.caminhodepao:hover {
	font-weight: normal;
	color: #FF0;
}

.topo_interna_texto_subtitulo{
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	text-transform: none;
}
.area_conteudo_repete {
	width:950px;
	min-height:250px;
	background:url(../images/fundo_repete-04.png) repeat-x;
	padding: 15px;
}
.area_eventos_item {
	float:left;
	width: 96%;
	background-color: #E8E8E8;
	padding: 10px;
	margin-bottom: 15px;
	border: thin dotted #999;
}
.area_eventos_data {
	float:left;
	width: 10%;
	padding-right: 10px;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #356731;
	text-align: center;
}
.area_eventos_conteudo {
	float:left;
	width: 87%;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999;
}
.area_livros{
	float:left;
	padding:10px;
	margin:20px;
	width:150px;
	height:300px;
	background-color:#C5C5C5;
	}
.livros_interna{
	margin-right:10px;
}	
.bg_galeria_fotos {
	background-image:url(../images/home_bg_box_1.jpg);
	background-repeat:repeat;
	padding: 10px;
	float: left;
	background-position: center;
	word-spacing: 4px;
}


.home-titulo-lpb {width:97%; height:50px; padding: 15px; background-color:#3C6980; background-image:url(../images/bg_topo_internas-lpb.jpg); margin-top:4px;}
.home-titulo-lpb-txt {font-size:30px; text-align:center; padding-top:4px; color: #fff; text-shadow: 2px 2px 5px #1E1E1E}