/*
	CABECALHO

*/

/* GERAL */
* {
	margin:0;
	padding:0;
	list-style:none;
	}
	
html {
	height:100%;
	background:url(../img/fundo_geral.png);
	}
	
body {
	background:url(../img/fundo_home.gif) no-repeat center 153px; 
	font-family:'trebuchet MS', arial, serif; 
	font-size:12px; 
	color:#000;
	height:100%;
	}
	
body.fundo {
	background:url(../img/fundo.gif) no-repeat center 153px; 
	}
	
@font-face {
    font-family:'rockwellregular';
    src:url('rockwell-webfont.eot');
    src:url('rockwell-webfont.eot?#iefix') format('embedded-opentype'),
        url('rockwell-webfont.woff') format('woff'),
        url('rockwell-webfont.ttf') format('truetype'),
        url('rockwell-webfont.svg#rockwellregular') format('svg');
    font-weight:normal;
    font-style:normal;
	}

#container {
	width:980px;
	margin:0 auto 0;
	}
	
/* LINKS */
a, a:visited {
	color:#F77F35; 
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
a img {
	border:none;
	}
	
a:focus, a:hover, a:active {
	text-decoration:underline;
	}
	
a.seta {
	background:url(../img/home-setinha-proxima.png) no-repeat right;
    padding-right:20px;
    text-transform:uppercase;
    font-family:rockwellregular;
	}
	
/* TOPO */
#topo_container {
	background:url(../img/fundo_topo.gif) repeat-x;
	}
	
#topo {
	width:980px;
	padding:0;
	height:190px;
	font-size:14px;
	width:980px;
	margin:0 auto 0;
	text-transform:uppercase;
	}
	
#logo {
	display:block;
	width:267px;
	float:left;
	margin:5px 0 0 0;
	color:#999;
	}
	
#topo_direita {
	float:right;
	width:384px;
	margin:0 0 0 0;
	}	
	
#idioma {
	margin:0 0 7px;
	}
	
#idioma a {
	padding:5px 10px;
	background:#ffca06;
	border:none;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	height:27px;
	line-height:27px;
	font-family:'rockwellregular';
	color:#464f58;
	}
	
#menu {
	float:left;
	margin:15px 0 0 0;
	width:146px;
	display:block;
	}

#menu li {
	display:block;
	text-align:right;
	}
	
#menu li a {
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
	font-family:rockwellregular, serif;
	margin:0 0 3px 0;
	display:block;
	}
	
#menu li a:hover {
	text-decoration:none;
	color:#000;
	}
	
#busca {
	float:right;		
	width:220px;
	margin:10px 0 0 0;
	}
	
#busca a {
	font-family:rockwellregular, serif;
	}
	
#busca a:hover {
	text-decoration:none;
	color:#000;
	}
	
#busca input[type=text] {
	border:none;
	background:#ccc;
	width:126px;
	height:20px;
	margin:4px 0 9px;
	}
	
#busca input[type=submit] {
	width:79px;
	height:30px;
	line-height:30px;
	text-align:center;
	padding:0;
	font-family:rockwellregular, serif;
	cursor:pointer;
	}
	
#busca input[type=submit]:hover {
	background:orange;
	}
	
#categorias {
	clear:both;
	width:980px;
	display:block;
	height:37px;
	}

#categorias li {
	display:block;
	float:left;
	margin:10px 14px 10px 14px;
	}
	
#categorias li.en {
	margin:10px 12px 10px 11px;
	}
	
#categorias li a {
	text-transform:uppercase;
	font-weight:normal;
	font-size:14px;
	font-family:rockwellregular, serif;
	color:#fff;
	}
	
#categorias li a:hover {
	text-decoration:none;
	color:#000;
	}
	
#categorias li.municipio {
	padding:10px 28px 10px 0;
	margin:0 22px 0 0;
	background:url(../img/detalhe_menu.gif) no-repeat right top;
	}
	
#categorias li.municipio.en {
	padding:10px 25px 10px 0;
	margin:0 5px 0 0;
	background:url(../img/detalhe_menu.gif) no-repeat right top;
	}	
/* CONTEÚDO */
#conteudo {
	line-height:18px;
	width:580px;
	float:left;
	margin:20px 0;
	}
	
#conteudo.semmargem {
	margin:0 0 20px 0;
	}
	
.conteudo_1coluna {
	width:980px!important;
	margin-top:0!important;
	}
	
#conteudo p {
	margin-bottom:10px;
	}
	
#conteudo small {
	font-size:11px;
	}
	
#conteudo ul, #conteudo ol {
	
	}
	
#conteudo ul li, #conteudo ol li {
	margin:0 0 10px 0;
	list-style:inside circle;
	}
	
h1 {
	font-weight:normal;
	margin:20px auto 10px;
	width:980px;
	font-family:'trebuchet MS', arial, serif; 
	text-transform:uppercase;
    color:#fff;
    font-size:30px;
    font-weight:normal;
    /*height:60px;
    line-height:60px;*/
	color:#F77F35; 
	text-align:left;
	font-size:30px;
	}
	
h1.estatico {
    color:#F77F35!important;
	text-transform:none;
	font-family:rockwellregular, serif;
	text-align:center;
	margin:0 auto 0;
	height:60px;
    line-height:60px;
	}
	
h1.dinamico {
    color:#FFF!important;
	font-family:rockwellregular, serif;
	text-align:center;
	margin:0 auto 0;
	height:60px;
    line-height:60px;
	}
	
h2 {
	font-size:22px;
	font-family:rockwellregular, serif;
    color:#fff;
	font-weight:normal;
	margin:0 0 15px 0;
	}
	
.gerenciamento h2 {
	color:#000!important;
	}
	
h3, h3 a {
	font-size:15px;
	font-weight:normal;
	font-family:rockwellregular, serif;
	text-transform:uppercase;
	margin:0 0 15px 0;
	}

h4 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 15px 0;
	font-family:rockwellregular, serif;
	text-transform:uppercase;
	color:#F77F35;
	}
	
#breadcrumb {
	display:none;
	}
	
.conjunto {
	
	}
	
.conjunto_imagem {
	float:left;
	width:100px;
	margin:0 19px 19px 0;
	}
	
.conjunto_video {
	float:left;
	width:270px;
	margin:0 19px 19px 0;
	}
	
.conjunto_video object {
	 width:270px;
	 height:196px;
	}
	
.conjunto_audio {
	float:left;
	width:270px;
	margin:0 19px 19px 0;
	}
	
.conjunto_documento {
	float:left;
	width:270px;
	margin:0 19px 19px 0;
	}	
	
.legenda {
	line-height:13px;
	margin:5px 0 0 0;
	}
	
.fotosevideos {
	width:980px!important;
	}
	
.fotosevideos h2 {
	color:#F77F35;
	float:left;
	font-family:rockwellregular, sans-serif;
	font-size:30px;
	font-weight:normal;
	}
	
.fotosevideos_esq {
	width:580px;
	float:left;
	font-size:14px;
	}

.fotosevideos_dir {
	width:380px;
	float:right;
	font-size:14px;
	}
	
.box {
	padding:10px;
	background:#F77F35;
	}
	
.box div.conjunto_imagem {
	color:#fff;
	float:left;
	height:183px;
	overflow:hidden;
  	width:180px;
	margin:0 10px 15px 0;
	}
	
.box div.conjunto_imagem a.mascara_foto {
	background:url(../img/fundo_detalhe.png);
	display:block;
	height:140px;
  	width:180px;
	}
	
.box div.conjunto_imagem a.mascara_foto img {
	display:block;
	height:140px;
	width:180px;
	background-repeat:no-repeat;
	background-position:center;
	}
	
.box div.conjunto_imagem_principal {
	color:#fff;
	float:left;
	height:auto;
  	width:560px;
	margin:0 0 15px 0;
	}
	
.box div.conjunto_imagem_principal a.mascara_foto {
	background:url(../img/fundo_detalhe.png);
	display:block;
	height:340px;
  	width:560px;
	overflow:hidden;
	text-align:center;
	}
	
.box_lateral div.conjunto_video {
	font-size:14px;
	color:#F77F35;
	}
	
.colabore p {
	font-size:14px;
	font-family:rockwellregular;
	}
	
#form_contato {
	width:312px;
	margin:20px auto 0;
	text-align:left;
	}
	
object.mapa-iterativo {
	width:300px;
	height:250px;
    float:right;
	margin:4px 0 0 0;
	}
	
.box_home {
	margin:10px 0 20px 0;
	background:#fde9ac;
	padding:10px;
	}

.box_home h3 {
	font-family:rockwellregular, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#f77f35;
	margin-left:10px;
	}

.box_home ul {
	padding:0;
	margin:0;
	}

.box_home ul li {
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000;
	text-transform:uppercase;
	padding:0 0	0 30px;
	margin:0 0 5px 0!important;
	background:url(../img/home-setinha-proxima.png) no-repeat;
	list-style:none!important;
	}	

/* GALERIA */
.galeria {
    background:#f77f35;
    height:215px;
    border-left:5px solid #F77F35;
    border-right:5px solid #F77F35;
	margin:5px 0;
	}
	
.galeria_9 {
    background:#f77f35;
    min-height:215px;
    border-left:5px solid #F77F35;
    border-right:5px solid #F77F35;
	margin:5px 0;
	padding:0 0 10px 0;
	}

.galeria.grande {
	padding:5px;
	}	
	
.galeria_categoria {
	width:970px!important;
	margin-bottom:10px;
	}
	
.galeria_home {
	height:250px!important;
	width:640px!important;
	}
	
.galeria h3, .galeria_9 h3 {
    color:#fff;
    font-family:rockwellregular, sans-serif;
    font-size:15px;
    font-weight:bold;
    height:30px;
   /* width:480px;*/
    float:left;
    margin:5px;
	}

.galeria h4, .galeria_9 h4	 {
	font-family:rockwellregular, sans-serif;
	color:#fff;
	font-size:15px;
	margin:0 0 0 10px;
	clear:both;
	text-transform:none;
	}

.galeria a.controle {
    width:25px;
    height:20px;
    background-image:url(../img/galerias-fotos-seta-direita.png);
    background-repeat:no-repeat;
    text-indent:-9999px;
    display:inline-block;
    margin:5px;
    float:right;
	}

.galeria a.esquerda {
    background-image:url(../img/galerias-fotos-seta-esquerda.png);
	}

.galeria.videos-fotos img {
    margin:5px;
	}

.galeria ul li a img, .galeria.manchete ul li a img, .galeria_9 ul li a img {
    width:auto!important;
    height:auto!important;
    max-height:140px;
    max-width:180px;
    margin:auto;
    display:block;
	}

.galeria ul li, .galeria.manchete ul li {
	background-image:url(../img/fundo_detalhe.png);
	margin:auto 5px!important;
	list-style:none!important;
	}

.galeria_9 ul li {
	background-image:url(../img/fundo_detalhe.png);
	float:left;
	margin:5px 3px!important;
	list-style:none!important;
	}	

.galeria.manchete ul li a, .galeria_9.manchete ul li a {
	vertical-align:middle;
	display:table-cell;
	width:180px;
	height:140px;
	}
	
.galeria ul li a img.videothumb{
    vertical-align:middle;
    display:table-cell;
    width:180px;
    height:140px;
	position:absolute;
	}
	
.galeria a.destacada, .galeria_9 a.destacada {
	width:560px;
	display:block;
	margin:0 auto 20px;
	text-aling:center;
	}
	
.galeria a.destacada img, .galeria_9 a.destacada img {
	display:block;
	margin:0 auto 0;
	display:block;
	height:auto;
	max-height:340px;
	max-width:560px;
	width:auto;
	}
	
.galeria_pequena a.destacada, .galeria_9 a.controle, .galeria_9 a.esquerda {
	display:none!important;
	}
	
#descricaoManchete .manchete-texto a[rel=prettyPhoto]{
	width: 350px;
	height: 200px;
	vertical-align: middle;
	display: table-cell;
	background:url(../img/fundo-cinza-manchete.png) repeat;
	margin: 5px 0 10px;
	}

#descricaoManchete .manchete-texto a[rel=prettyPhoto] img#imagem1, #descricaoManchete img{
	margin: auto;
	display: block;
	max-width: 350px;
	max-height: 200px;
	width: auto;
	height: auto;
	}

#descricaoManchete .manchete-texto img#imagem1{
	max-width: 350px;
	max-height: 200px;
	}

#descricaoManchete .manchete-texto img#imagem2{
	max-width: 350px;
	max-height: 200px;
	}
	
#descricaoManchete .manchete-texto {
	line-height:16px!important;
	}
	
#descricaoManchete2 .manchete-texto a[rel=prettyPhoto]{
	width: 580px;
	height: 330px;
	vertical-align: middle;
	display: table-cell;
	background:url(../img/fundo-cinza-manchete.png) repeat;
	margin: 5px 0 10px;
	}

#descricaoManchete2 .manchete-texto a[rel=prettyPhoto] img#imagem1, #descricaoManchete2 img{
	margin: auto;
	display: block;
	max-width: 580px;
	max-height: 330px;
	width: auto;
	height: auto;
	}

#descricaoManchete2 .manchete-texto img#imagem1{
	max-width: 580px;
	max-height: 330px;
	}

#descricaoManchete2 .manchete-texto img#imagem2{
	max-width: 580px;
	max-height: 330px;
	}
	
#descricaoManchete2 .manchete-texto {
	line-height:16px!important;
	}
	
h3.servicos {
	font-family:'trebuchet MS', arial, serif; 
	font-size:16px;
	margin:0!important;
	}
	
.quando p, .horario p {
	float:left;
	margin:0 0 0 4px!important;
	}
	
#acDiv {
	background:#f1f1f2;
	border:#ddd 1px solid;
	padding:5px;
	width:300px;
	margin:0 0 5px 0;
	}
	
#acDiv ul li {
	list-style:none;
	border-bottom:1px dotted #ccc;	
	}

/* PAGINACAO */
#paginacao ul.paginacao {
	clear:both;
	margin:0;
	padding:10px 0;
	background-color:#E6E6E6;
	height:15px;
	text-align:center;
	color:#666;
	/*border-top:10px solid #F77F35;*/
	border-bottom:10px solid #F77F35;
	}
	
#paginacao ul.paginacao li {
	float:left;
	width:196px;
	list-style:none;
	display:block!important;
	}

#paginacao ul.paginacao a {
	text-decoration:none;
	color:#F77F35;
	display:block;
	}
	
#paginacao ul.paginacao li.primeira {
	background-image:url(../img/paginacao-conteudo-setas-primeiras.png);
	text-indent:30px;
	text-align:left;
	text-transform:uppercase;
	font-family:rockwellregular, sans-serif;
	color:#F77F35;
	background-repeat:no-repeat;
	}

#paginacao ul.paginacao li.anterior{
	background-image:url(../img/home-setinha-anterior.png);
	text-indent:30px;
	text-align:left;
	text-transform:uppercase;
	font-family:rockwellregular, sans-serif;
	color:#F77F35;
	background-repeat:no-repeat;
	}

#paginacao ul.paginacao li.proxima{
	background-image:url(../img/home-setinha-proxima.png);
	background-position:right top;
	text-align:right;
	padding-right:30px;
	text-transform:uppercase;
	font-family:rockwellregular, sans-serif;
	color:#F77F35;
	background-repeat:no-repeat;
	width:166px;
	}

#paginacao ul.paginacao li.ultima{
	background-image:url(../img/paginacao-conteudo-setas-ultimas.png);
	background-position:right top;
	text-align:right;
	padding-right:30px;
	text-transform:uppercase;
	font-family:rockwellregular, sans-serif;
	color:#F77F35;
	background-repeat:no-repeat;
	width:166px;
	float:right;
	margin-top:-15px;
	}
	
#paginacao_admin {
	padding:10px 0;
	}
	
#paginacao_admin ul li {
	float:left;
	width:auto;
	list-style:none;
	margin:0 0 0 15px;
	}
	
#fotos-o-que-e {
	float:right;
	width:400px;
	}
	
#fotos-o-que-e .maior {
	height:auto;
	margin-top:35px;
	max-height:240px;
	max-width:360px;
	width:auto;
	}
	
#fotos-o-que-e .menor {
	float:left;
	height:auto;
	margin-left:3px;
	margin-right:15px;
	margin-top:20px;
	/*max-height:115px;*/
	max-height:auto;
	max-width:170px;
	width:auto;
	}

/* DESTAQUE */
#destaque {
	width:980px;
	height:440px;
	background:#f1f1f2;
	}
	
/* TAGS */
.box_tags {
    clear:both;
    text-align:center;
    padding-bottom:50px;
	margin-top:20px;
	}

div.home div.box_tags { /*????????????*/
    clear:both;
    text-align:center;
    padding-bottom:50px;
	margin-top:20px;
	width:700px;
	}

div.box_tags h2 {
    font-size:15px;
    font-family:rockwellregular, serif;
    text-align:center;
	color:#F77F35!important;
	text-transform:uppercase;
	font-weight:bold;
	}

div.box_tags a {
    font-weight:normal;
    color:#f77f35;
	}

div.box_tags a:hover{
    color:#f77f35;
	}

div.box_tags a.importancia1{ font-size:30px }
div.box_tags a.importancia2{ font-size:25px }
div.box_tags a.importancia3{ font-size:21px }
div.box_tags a.importancia4{ font-size:16px }
div.box_tags a.importancia5{ font-size:12px }
	
/* MANCHETES */
.manchetes {

	}

/* LATERAL */
#lateral {
	width:350px;
	float:right;
	margin:20px 0;
	}
	
#lateral_home {
	width:255px;
	float:right;
	margin:20px 0;
	}
	
#lateral p, #lateral_home p {
	margin-bottom:10px;
	}
	
#lateral ul, #lateral ol {
	
	}
	
#lateral ul li, #lateral ol li, #lateral_home ul li, #lateral_home ol li {
	margin:0 0 10px 0;
	list-style:inside circle;	
	}
	
#lateral_rodape {
	border-top:1px dotted #666;
	padding-top:10px;
	}
	
.editor {
	width:300px;
	padding:10px;
	margin:20px 0 20px 30px;
	background:#F77F35;
	}
	
#lateral_home div.editor {
	width:205px;
	}

.editor a {
	color:#fff;
	}
	
/* RODAPÉ */
#rodape {
	clear:both;
	}
	
div#busca_rodape, div#busca_avancada{
    height:76px;
    background-color:#ccc;
    margin-bottom:20px;
    width:980px;
    margin:10px auto;
	}

div#busca_rodape fieldset, div#busca_avancada fieldset{
    width:906px;
    margin:0;
    display:inline-block;
    padding:0;
    border:none;
    height:40px;
	text-align:center;
	float:left;
	}

div#busca_rodape fieldset legend, div#busca_avancada fieldset legend{
    color:#fff;
    font-size:15px;
    text-transform:uppercase;
    font-family:rockwellregular, serif;
    margin:5px;
	text-align:left;
	}

div#busca_rodape input, div#busca_rodape select, div#busca_avancada input, div#busca_avancada select{
    height:30px;
    width:389px;
    border:none;
    background-color:#fff;
    margin:5px 20px;
	}

div#busca_rodape button, div#busca_avancada button{
    width:70px;
    height:67px;
    color:#fff;
    background-color:#f77f35;
    border:none;
    margin:8px 0 0 0;
    font-family:rockwellregular, serif;
    font-size:14px;
    text-transform:uppercase;
	cursor:pointer;
	float:right;
	}

div#rodape_marcas {
	/*width:600px;
	width:665px;*/
	width: 470px;
	margin:0 auto 30px;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:22px 150px;
	}
	
div#rodape_marcas a {
	display:block;
	height:60px;
	width:auto;
	}

div#rodape_marcas h4 {
	font-size:11px;
	font-weight:normal;
	text-transform:none;
	border-bottom:1px solid #F77F35;
	}
	
/* TABLES */
table {
	width:100%;
	}

td {
	border:1px solid #f1f1f2;
	border-bottom:1px dotted #ddd;
	padding:5px;
	}
	
tr {
	
	}
	
/* FORM */
.item_formulario {
	margin:20px 0;
	}
	
.item_formulario2 {
	margin:10px 0;
	width:275px;
	float:left;
	}
	
input[type=text] {
	border:1px solid #F77F35;
	padding:5px;
	width:300px;
	margin:0 0 5px 0;
	color:#000;
	}
	
input[type=text].medio {
	width:150px;
	}
	
input[type=text].pequeno {
	width:30px;
	}
	
input[type=password] {
	border:1px solid #F77F35;
	padding:5px;
	width:300px;
	margin:0 0 5px 0;
	color:#000;
	}
	
input[type=submit], input[type=button] {
	background:#F77F35;
	padding:10px;
	color:#fff;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
	}
	
input[type=submit]:hover, input[type=button]:hover {
	background:orange;
	}
	
label {
	display:block;
	font-weight:bold;
	}
	
select {
	border:1px solid #F77F35;
	padding:5px;
	width:300px;
	margin:0 0 5px 0;
	color:#000;
	}
	
select.pequeno {
	width:50px;
	}
	
select.medio {
	width:100px;
	}
	
select.manchete {
	width:200px;
	}	

option {
	padding:5px;
	margin:0 0 5px 0;
	color:#000;
	}	

textarea {
	border:1px solid #F77F35;
	padding:5px;
	width:300px;
	margin:0 0 5px 0;
	color:#000;
	}
	
textarea#txtConteudo {
	border:1px solid #F77F35;
	padding:5px;
	width:500px;
	margin:0 0 5px 0;
	color:#000;
	height:250px;
	}
	
div.multiselecao {
	font-size:11px;
	height:150px;
	line-height:1.8em;
	overflow:auto;
	border:1px solid #F77F35;
	padding:5px;
	width:500px;
	margin:0 0 5px 0;
	color:#404042;
	}

/* ADMIN */
.admin_atencao {
	background:#fffad7;
	padding:10px;
	border:1px solid #f2cd00;
	margin:20px 0;
	}
	
.admin_erro {
	background:#ffebe8;
	padding:10px;
	border:1px solid #c00;
	margin:20px 0;
	}
	
.admin_sucesso {
	background:#e8ffea;
	padding:10px;
	border:1px solid #0ecc00;
	margin:20px 0;
	}
	

.admin_links li {
	list-style:inside;
	list-style-type:disc;
	}
	
.admin_links li a {
	color:#F77F35;
	padding:10px;
	}
		
/* CLASSES */
.clear_both {
	clear:both;
	}
	
.display_block {
	display:block;
	}
	
.display_none {
	display:none;
	}
	
.align_left {
	text-align:left;
	}

.align_right {
	text-align:right;
	}
	
.align_center {
	text-align:center;
	}
	
.float_left {
	float:left!important;
	}
	
.float_right {
	float:right!important;
	}
	
.loading_hidden {
	visibility:hidden;
	}

.loading_visible {
	visibility:visible;
	}
	
.replacement {
	width:1px;
	height:1px;
	position:absolute;
	overflow:hidden;
	}
	
.uppercase {
	text-transform:uppercase;
	}

.borda {
	border:1px solid;
	}

.sem_borda {
	border:none!important;
	}

.sem_background {
	background:none!important;
	}
	
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.clearfix {
	display:inline-block;
	}

* html .clearfix {
	height:1%;
	}
	
.clearfix {
	display:block;
	}