/* CSS Document */
/***********************************************/
/* estilos_paginas.css                         */
/* Página de estilos dos conteúdos das páginas */
/***********************************************/

/****************************************************/
/*Páginas itens de menu     - conteúdos             */
/****************************************************/
#pagina {
float:left;
height:100%;
margin-right:0px;
padding-left:3px;
width:640px;
background-color:#FFFFFF;
margin-top: 10px;
}
#pagina.menor{
width:465px;
}
/*Breadcrumbs=Você está em*/
#breadcrumb {
clear:both;
float:left;
/*width:638px;*/
width:528px;
/*border-bottom: 1px dashed #E4E4E4;*/
padding-bottom: 2px;
margin-top:-10px;
text-align:left;
}

#posiciona_texto_tamanho_letra {
float:left;
width:108px;
margin-top:-12px;
text-align:left;
font-size:12px; /* para impedir que as imagens sejam afetadas ao alterar o tamanho da fonte */ 
}

#controla_tamanho_fonte {
float:left;
width:98px;
/*border-bottom: 1px dashed #E4E4E4;*/
margin-top:-14px;
text-align:right;
font-size:12px; /* para impedir que as imagens sejam afetadas ao alterar o tamanho da fonte */
}

#moldura_breadcrumb{
float:left;
width:638px;
border-bottom: 1px dashed #E4E4E4;
}


/*Quebra texto para WebLucene*/
.quebra_texto{
/*word-wrap:break-word;*/
width:100%;
left:0px;
}
.h3 {
color:#666666;
font-size:x-small;
padding-top:2.5em;
}
#breadcrumb a {
color:#666666;
font-size:x-small;
text-decoration:none;
}
#breadcrumb a:hover {
color:#6AB731;
text-align: right;
}
/*Listas para miolos*/
ul.listas {
margin-bottom:5px;
padding:10px 0px;
text-align: left;
}
ul.listas li {
display:list-item;
font-size:x-small;
padding:3px 0px 3px 5px;
}
ul.listas li a {
font-size:x-small;
}
ul.listas tabela{
margin-bottom:5px;
padding:5px 5px;
text-align: left;
}
.seta_anterior {
margin-bottom:2px;
padding:0px;
padding-left:10px;
text-align: left;
padding-right:485px;
display: inline;
background-image:url(../imagens/img_anterior.gif);
background-position: left;
background-repeat:no-repeat;
}
.seta_proximo  {
margin-bottom:2px;
padding:0px;
padding-right:8px;
text-align: right;
display: inline;
background-image:url(../imagens/img_proximo.gif);
background-position: right;
background-repeat:no-repeat;
}
/*tabelas*/
table.maior {
width:640px;
}
table td{
width: auto;
color:#000000;
}
table tr{
width: auto;
}
table td.tdmaior{
width:210px;
}
/*tabelas*/
table.menor {
width:465px;
}

table td.tdmenor{
width:122px;
}

table td.tdmenor1{
width:200px;
}

table td.tdmenor2{
width:70px;
border-color:#666666;
border-style:solid;
border-width:1px;
text-align:center;
}

.bk_cinza{
background-color:#AEAEAE;
}

.bk_cinza_claro{
background-color:#CCCCCC;
}

table caption{
text-align:center;
font-weight:bold;
background-color:#797979;
color:#FFFFFF;
text-transform:uppercase;
}
table th{
text-align:center;
font-weight:bold;
background-color: #A8A8A8;
color:#FFFFFF;
text-transform:uppercase;
}
table td {
width: auto;
text-align:left;
}
table td.fundo{
background-color: #F5F5F5;   
}
/*tabela calendário institucional*/
.evento{
background-color: #80D6FF;
}
.feriadonacional{
color: #FF0000;
}
.feriadonacional a{
color: #FF0000;
}
.feriadomunicipal{
color: #9B37FF;
}
.feriadomunicipal a{
color: #9B37FF;
}
.fonteazul{
color:#80D6FF;
}

/*Miolos*/
#titulo_miolo_pagina {
clear:both;
float:left;
width:465px;
height: auto;
padding-bottom: 5px;
padding-left:1px;
}
#titulo_miolo_pagina h1{
color:#6AB731;
margin-bottom:5px;
padding-top: 20px;
/*diego*/
font-size:1.4em;
}
#titulo_miolo_pagina h1.maior {
width:638px;
color:#6AB731;
}
#miolo h1.titulo-escondido {
display:none;
}
#miolo {
float: left;
clear:left;
height:100%;
width:638px;
padding-top: 1px;
margin-right:0px;
padding-left:1px;
background-color:#FFFFFF;
margin-top:0px;
color:#000000;
}
#miolo.new {
font-size: 11px;
}
#miolo_menor{
width:465px;
float: left;
height:auto;
padding-top: 1px;
margin-right:0px;
padding-left:5px;
background-color:#FFFFFF;
margin-top:0px;
color:#000000;
}
#miolo_menor p {
margin-left: 0px;
color: #000000;
}
#miolo_menor .imagem{
float:left;
clear: right;
border:5px solid #FFFFFF;
}

#miolo_menor.new2 {
font-size: 11px;
}

#miolo h1{
color:#6AB731;
padding-top: 35px;
padding-left: 5px;
font-size:small;
}
#miolo p {
margin-top: 10px;
text-align: justify;
margin-left: 0px;
line-height: 1.5em; 
color: #000000;
}

.linhaTracejadaMioloMenor {
	border-bottom:1px dashed #E4E4E4;
	height:3px;
	margin-bottom:5px;
	clear: both;
	width:465px;
}
.linhaTracejadaMioloMaior {
	border-bottom:1px dashed #E4E4E4;
	height:3px;
	margin-bottom:5px;
	clear: both;
	width:638px;
}
.imagem{
float:left;
clear: right;
border:5px solid #FFFFFF;
}
/*Esconder*/
#esconder {
background-color:#FFFFFF;
left:702px;
top:160px;
width:182px;
height:35px;
z-index:7;
}
/*Rodapé*/
#rodapeUtil {
clear:both;
float:left;
width:590px;
height:15px;
padding-top: 50px;
}
#rodapeUtil ul.menuRodapeUtil {
	text-align: center;
	margin-bottom: 5px;
}
#rodapeUtil ul.menuRodapeUtil li {
display:inline;
font-size:x-small;
padding:3px 0px 3px 20px;
}
#rodapeUtil ul.menuRodapeUtil li a {
font-size:x-small;
}
#rodapeUtil ul.menuRodapeUtil li.voltar {
background:transparent url(../imagens/voltar.gif) no-repeat scroll left center;
margin-right:18px;
}
#rodapeUtil ul.menuRodapeUtil li.encaminhar {
background:transparent url(../imagens/encaminhar.gif) no-repeat scroll left center;
margin-right:18px;
}
#rodapeUtil ul.menuRodapeUtil li.imprimir {
background:transparent url(../imagens/imprimir.gif) no-repeat scroll left center;
}

