/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 13px;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}

.subtitulo1 {
	font-size: 14px;
	font-weight: normal;
/*	color: #E0AD12; */
	color: #ffa60d;	
	text-decoration: none;
}
.subtitulo1 a {
	color:#ffa60d;
	text-decoration: none;	
}
a.subtitulo1 {
	color:#ffa60d;
	text-decoration: none;	
}
a.subtitulo1:hover {
	color:#ffa60d;
	text-decoration: underline;	
}

.titulo2 {
	font-size: 16px;
	font-weight: normal;
	color: #796D43;
	text-decoration: none;
}
.subtitulo2 {
	font-size: 14px;
	font-weight: normal;
/*	color: #796D43; */ 
	color: #998c00;
	text-decoration: none;
}
.subtitulo2 a {
	color: #998c00;
	text-decoration: none;
}
a.subtitulo2 {
	color: #998c00;
	text-decoration: none;
}
a.subtitulo2:hover {
	color: #998c00;
	text-decoration: underline;
}

.subtitulo3 {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
a.subtitulo3 {
	color:#FFF;
	text-decoration: none;	
}
a.subtitulo3:hover {
	color:#FFF;
	text-decoration: underline;	
}

/* formularios */
input[type="text"], input[type="password"], input[type="email"], textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 2px;
	font-size: 13px;
}
select {
    max-width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 2px;
	font-size: 13px;
}

a.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
	background: #989898; /* Old browsers */
    background: -moz-linear-gradient(center top , #989898, #595959) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#989898), color-stop(51%,#595959)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #989898 50%,#595959 51%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #989898 50%,#595959 51%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #989898 50%,#595959 51%); /* IE10+ */
	background: linear-gradient(to bottom, #989898 50%,#595959 51%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#989898', endColorstr='#595959',GradientType=0 ); /* IE6-9 */	
    border: 1px solid #989898;
    border-radius: 5px;
    color: #FFF;
    font-size: 14px;
    padding: 3px 10px 3px 10px;
    text-decoration: none;
    vertical-align: middle;
	cursor: pointer;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: none repeat scroll 0 0 #989898;
    color: #FFF;
}
a.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
    background: none repeat scroll 0 0 #989898;
}


input[type="button"].login {
	background: #989898; /* Old browsers */
	background: #989898 url(../imagens/lock-login.png) no-repeat 6px 4px ;
	height:auto;
	padding: 3px 10px 3px 26px;
	font-size: 14px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer; 
}

input[type="button"].lermais {
	background: #989898;
	background: #989898 url(../imagens/seta_lermais.png) no-repeat 62px 3px;
	height: auto;
	padding: 2px 19px 2px 7px;
	font-size: 13px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

input#pesquisa {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #666;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 19px;
	line-height: normal;
	padding-left:4px;
	margin-right: 0px;
	margin-top: 0px;
	width: 157px;
}
input#pesquisa2 {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #A7A9AB;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 19px;
	line-height: normal;
	padding-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 200px;
}
input#pesquisa3 {
	background:  #FFFFFF none repeat scroll 0 0;
	border: 0 none;
	color: #A7A9AB;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 19px;
	line-height: normal;
	padding-left: 0px;
	margin-left:4px;
	margin-right: 0px;
	margin-top: 0px;
	width: 150px;
}


.link_rodape {
	font-size: 11px;
	color: #666 !important;
	text-transform: none;
	text-decoration: none;
	line-height: 16px;
}
.link_rodape a {
	font-size: 11px;
	color: #ff990e !important;
	text-transform: none;
	text-decoration: none;
}
.link_rodape a:hover {
	text-decoration: underline;
}
#div_1170 {
	margin-left: auto;
	margin-right: auto;
	width: 1170px;
	background-color: #f3f3f5;
	padding:10px 0 0 0;	
}
#div_960 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #f3f3f5;
	padding-top:10px;	
}
#conteudo {
	padding-top: 20px;
	width:100%;
	overflow: hidden; 
	zoom: 1;
}
.conteudo_centro {
	float:left;
	width:1130px;
	margin-left:20px;
	float:left;
}

.conteudo_ar {
	float: left;
	width: 895px;
	margin-left: 20px;
}
.titulo {
    color: #4e4e4f;
    font-size: 18px;
    font-weight: bold;
	text-decoration:none    
}
a .titulo:hover { color:#fcae26; }

.titulo2 {
    color: #ff990e;
    font-size: 18px;
    font-weight: bold;
	text-decoration:none    
}
a .titulo2:hover { color:#fcae26; }


.titulo_ver {
	width: 5%;
	white-space: nowrap;
	padding-left: 10px;
	font-weight: bold;
	color: #4E4E4F;
	font-size: 18px;
}
#breadcrumb {
	background-color: #e7e7e9;
	height: 30px;
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 13px;
	padding-left: 10px;
}
#destaques_actualidade {
	width: 100%;
	margin-top: 20px;
}
.div_header {
	width: 1140px;
	height: 155px;
	margin: auto;
}
#cabecalho {
	height: 220px;
/*	background: url(/imagens/fundo_logo.jpg) no-repeat top left #4e4e50; */
}

#sidebar {
	margin-right:20px;
	margin-top:0px;
	width:215px;
	float:right;
	zoom:1;
}

#destaques_centrais {
	margin-left: 20px;
	margin-right: 0px;
	width: 895px;
	float: left;
	overflow: hidden;
	zoom: 1;
}

.row {
	width:1130px;
	margin:auto;
}	
	
#destaques_principais {
	width: 895px;
	height: 310px;
	margin:0 0px;
}
#destaques_principais .imagem {
	margin: 7px;
	height: 250px;
}
#destaques_principais .caption {
	font-size: 13px;
	color:#333;
	text-align:center;
	margin: 0 10px 10px 10px;
	line-height: 17px;
}
#actualidade_titulo {
	width: 675px;
	background: url(/imagens/fundo_news.png) top left no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	color: #4E4E4F;
	font-size: 18px
}

#actualidade_titulo a{
	color: #4E4E4F;
	font-size: 18px;
	text-decoration:none;

}

#actualidade_titulo a span{
	color: #4E4E4F;
	font-size: 12px;
	text-decoration:none;
}



#actualidade_destaque {
	vertical-align: top;
	width: 665px;
	height: 125px;
}
#actualidade_destaque img {
	margin-right: 20px;
	float: left;
}
#actualidade_destaque table {
	float: right;
	color: #4E4E4F;
}
#actualidade_destaque .titulo {
	font-size: 16px;
	font-weight: bold;
}
#actualidade_destaque .titulo a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #4E4E4F;
}
#actualidade_destaque .subtitulo {
	font-size: 16px;
	font-weight: bold;
}
#actualidade_destaque .data {
	font-size: 10px;
}
#actualidade_destaque .texto {
	font-size: 12px;
	text-align: justify;
	line-height:normal;
}
#actualidade_destaque .texto a {
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
	color: #4E4E4F;
}
#actualidade_outros {
	margin: 10px;
	overflow: hidden;
	zoom: 1;
}
#actualidade_outros table {
	float: right;
	color: #4E4E4F;
}
#actualidade_outros .titulo {
	font-size: 12px;
	font-weight: bold;
}
#actualidade_outros .titulo a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #343435;
	line-height:15px;
}
#actualidade_outros .subtitulo {
	font-size: 12px;
	font-weight: bold;
}
#actualidade_outros .data {
	font-size: 11px;
	line-height:normal;
}
#actualidade_outros .texto {
	font-size: 11px;
	text-align: justify;
	line-height: normal;
}
#actualidade_outros .texto a {
	font-size: 11px;
	text-align: justify;
	text-decoration: none;
	color: #4E4E4F;
}

#caixa_titulo {
	width:685px;
	height:30px;
	line-height:30px;
}
/*   */

#destaques_apnnews {
	width:100%;
	margin-top: 20px;
}
#apnnews_titulo {
	width: 675px;
	background: url(/imagens/fundo_news.png) top left no-repeat;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-weight: bold;
	color: #4E4E4F;
	font-size: 18px
}

#apnnews_titulo a{
	font-weight: bold;
	color: #4E4E4F;
	font-size: 18px;
	text-decoration:none;
}

#apnnews_titulo a span{
	color: #4E4E4F;
	font-size: 12px;
	text-decoration:none;
}

#apnnews_destaque {
	vertical-align: top;
	height: 125px;
}
#apnnews_destaque img {
	margin-right: 20px;
	float: left;
}
#apnnews_destaque table {
	float: right;
	color: #4E4E4F;
}
#apnnews_destaque .titulo {
	font-size: 16px;
	font-weight: bold;
}
#apnnews_destaque .titulo a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #4E4E4F;
}
#apnnews_destaque .subtitulo {
	font-size: 16px;
	font-weight: bold;
}
#apnnews_destaque .data {
	font-size: 10px;
}
#apnnews_destaque .texto {
	font-size: 12px;
	text-align: justify;
	line-height:normal;
}
#apnnews_destaque .texto a {
	font-size: 12px;
	text-align: justify;
	text-decoration: none;
	color: #4E4E4F;
}
#apnnews_outros {
	margin: 10px;
	overflow: hidden;
	zoom: 1;
}
#apnnews_outros table {
	float: right;
	color: #4E4E4F;
}
#apnnews_outros .titulo {
	font-size: 12px;
	font-weight: bold;
}
#apnnews_outros .titulo a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #343435;
	line-height:15px;
}
#apnnews_outros .subtitulo {
	font-size: 12px;
	font-weight: bold;
}
#apnnews_outros .data {
	font-size: 11px;
}
#apnnews_outros .texto {
	font-size: 11px;
	text-align: justify;
	line-height:normal;
}
#apnnews_outros .texto a {
	font-size: 11px;
	text-align: justify;
	text-decoration: none;
	color: #4E4E4F;
}
#texto { 
	text-align:justify;
	line-height:20px;
	color:#333;
}
#texto a{ 
	color:#E87400;
	text-decoration:none;
} 
#texto a:hover{ 
	text-decoration:underline;
} 
.texto {
	font-size: 13px;
	line-height: 20px;
	color:#333;
}
.texto a {
	text-decoration: none;
	color: #776b1d;
}
.pdf {
	background-image: url(/imagens/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: normal;
	color: #776b1d;
	text-align: left;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	display: block;
	page-break-inside: auto;
}
.pdf:HOVER {
	text-decoration: none;
	color: #e0ad12;
/* 	background-color:#eff9ef; */
}
.pdf a {
	text-decoration: none;
}
.navegacao {
	font-weight: normal;
	color:#847227;
	font-size: 13px;
	text-decoration: none;
}
.navegacao a {
	color: #847227;	
	text-decoration: none;
}
a.navegacao {
	color: #847227;	
	text-decoration: none;
	font-weight:normal;	
}
a.navegacao:hover {
	text-decoration: underline;
	font-weight:normal;	
}

.hide {
    display: none;
}
.esconder {
    display: none !important;
}
.mostrar {
    display: block !important;
}

.contorno {
	border: 1px solid #CCCCCC;
}
