@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;
	text-decoration:none;
	outline:0;
	}

body {
	background-image:url(img/background_site.jpg);
	}


#header, #conteudo, #footer {
		width:100%;	
		float:left;
	}

#header {
	background-image:url(img/background_header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:140px;
	}

#header_in {
	width:998px;
	margin:0 auto;
	position:relative;
	}
	
.logo_gislotica {
	float:left;
	margin-top:19px;
	margin-left:8px;
	}	
	
.opcoes_topo {
	float:right;
	margin-top:56px;
	margin-right:15px;
	}	

.area_reservada{
	background-image:url(img/seta_area_reservada.png);
	background-position:left 0px;
	background-repeat:no-repeat;
    padding-left: 15px;
	float:left;
	margin-right:20px;
	font-size:13px;
	}
	
.barra_separadora{
	float:left;
	margin-top:-2px;
	}	
	
.menu {
	float:left;
	width:100%;
	position:absolute;
	left:0;
	top:93px;
	background-image:url(img/background_menu.png);
	background-repeat:no-repeat;
	height:64px;
	z-index:30;
	}	

.menu ul{
	float:left;
	margin-top:6px;
}
.menu li {
	float:left;
	background-image:url(img/linha_separa_menu.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	position:relative;
	padding-right:1px;
	}


.menu li:last-child {background-image:none;}

.menu .selected, .menu .selected:hover{
	background-image:url(img/menu_select.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	}
	
.menu .primeiro_item_menu.selected, .menu .primeiro_item_menu.selected:hover{
	background-image:url(img/selected_primeiro_item.png);
	background-position:left top;
	}	

.menu a {
	float:left;
	font-size:15px;
	padding-left:17px;
	padding-right:17px;
	padding-top:21px;
	padding-bottom:16px;
	letter-spacing:-1px;
	}	

.menu a.primeiro_item_menu {
	padding-left:20px;
	margin-left:6px;
	}

.menu a:hover{
	background-image:url(img/hover_menu.jpg);
	background-repeat:repeat-x;
	background-position:left center;
	}

.menu a.primeiro_item_menu:hover{
	background-image:url(img/hover_primeiro_item.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

.menu li:hover .sub_menu{
	display:block;
	}


.menu input{
    background: url(img/background_input_pesquisa.png) no-repeat scroll left center transparent;
    color: #4D8811;
    float: right;
    height: 23px;
    margin-left: 14px;
    margin-right: 27px;
    margin-top: 20px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-top: 2px;
    vertical-align: middle;
    width: 135px;
	line-height:23px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	}	

.sub_menu{
	position:absolute;
	left:-3px;
	width:154px;
	top:51px;
	display:none;
	}
	
.sub_menu ul{
	background-image:url(img/background_submenu.png);
	background-repeat:repeat-y;
	padding-bottom:10px;
	margin-top:0;
	}	

.menu .sub_menu li{
	float:left;
	background-image:none;
	margin-left:22px;
	border-bottom:1px solid #e3e3e3;
	width:110px;
	}

.sub_menu li:last-child{
	border-bottom:none;
	}

.sub_menu a{
	float: left;
    margin-left: -19px;
    padding: 13px 19px 10px;
    width: 110px;
	}

.sub_menu a:hover{
	background-image:none;
	}

.sombra_fundo{
	background-image:url(img/sombra_fundo_submenu.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:154px;
	height:12px;
	float:left;
	}
	
.sombra_topo{
	background-image:url(img/sombra_topo_submenu.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:154px;
	height:12px;
	float:left;
	}
	
.opcoes_home {
	width:100%;
/*	height:530px;*/
	height:420px;
	position:relative;
	/*overflow:hidden;*/
	}	

/*.opcoes_home .contentor_opcoes, .opcoes_home .scrollableArea{
	float: left;
    left: 0;
    position: absolute;
    top: 0;
    width: 5000px;}

.opcoes_home ul {
	float:left;
	margin-top:40px;
	width:100%;
	}	

.opcoes_home li, */.opcoes_home .bloco_dois_itens {
	float:left;
/*	width:340px;*/
	width:255px;
	margin-top:40px;
	}	

.opcoes_home .bloco_dois_itens a{
	display:block;
/*	width:330px;*/
	width:248px;
	/*height:220px;*/
	height:165px;
	float:left;
	margin-bottom:10px;
}

.opcoes_home .bloco_dois_itens a:hover .imagem_inicial{
	display:none;
	}

.opcoes_home .bloco_dois_itens a:hover .imagem_hover{
	display:block;
	}

.opcoes_home .bloco_dois_itens .imagem_inicial{
	/*	width:330px;*/
	width:248px;
	/*height:220px;*/
	height:165px;
	background-image:url(img/background_opcoes_home.png);
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	display:block;
	}	

.opcoes_home .bloco_dois_itens .imagem_hover{
	/*width:346px;*/
	width:260px;
/*	height:220px;*/
	height:165px;
	position:relative;
	display:none;
	margin-left:-8px;
	margin-top:-9px;

	}
	

.opcoes_home .bloco_dois_itens .imagem_inicial img{
	margin-left:5px;
	margin-top:5px;
	float:left;
	}	
	
.opcoes_home .bloco_dois_itens .imagem_inicial span{
	    background-color: #599910;
    bottom: 35px;
    height: 31px;
    left: 5px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
	font-size:26px;
	padding-top:8px;
	background-image:url(img/sombra_barra_opcoes_home.png);
	background-position:left top;
	background-repeat:no-repeat;
	letter-spacing:-1px;
	}	

.opcoes_home .bloco_dois_itens .imagem_hover span{
	position:absolute;
	bottom:24px;
	left:20px;
	font-size:34px;
	letter-spacing:-1px;
	text-shadow:0px 1px #000000;
	}

.opcoes_home .bloco_dois_itens .imagem_hover .ver_mais{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#94eb32;
	bottom:14px;
	left:26px;
	letter-spacing:normal;
	}

.opcoes_home .bloco_dois_itens .imagem_inicial .duas_linhas{
	bottom:75px;
	}	

#conteudo_in{
	width:998px;
	margin:0 auto;
	}
#footer_in {
	width:978px;
	margin:0 auto;
	}	

.titulo_seccao{
	background-image: url("img/background_titulos.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 3px;
    text-transform: uppercase;
	}
	
.ver_todas{
	float:right;
	font-size:12px;
	margin-top:9px;
	}

.ler_mais{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#579510;
	font-size:11px;
	margin-top:4px;
	}

.noticias a:hover .ler_mais{
	color:#325608;
	}

.noticias_home {
	float:left;
	width:504px;
	margin-right:35px;
	margin-top:122px;
/*	margin-top: 65px;*/
	}	
	
.noticias_home div{
	float:left;
	width:100%;
	}	

.noticias{
	float:left;
	margin-left:30px;
	}

.noticias_home li {
	float:left;
	width:227px;
	margin-right:20px;
	}	

.noticias_home li:last-child {
	margin-right:0;
	}
	
.noticias a{
	float:left;
	}	
	
.titulo_noticia{
	float:left;
	width:100%;
	font-size:16px;
	letter-spacing:-1px;
	margin-bottom:7px;
	}	

.texto_noticia{
	float:left;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	color:#5a5a5a;
	font-size:12px;
	line-height:14px;
	text-shadow:0px 1px #ffffff;
	}

.produtos_home{
	float:left;
	width:439px;	
	margin-top:122px;
	
	}	
	
.produtos {
	float:left;
	clear:left;
	margin-left:30px;
	}	
	
.produtos_home li {
	float:left;
	width:132px;
	margin-right:6px;
	}
	
.produtos_home li:last-child {
	margin-right:0;
	}	


.produtos a{
	float:left;
	background-image:url(img/background_img_prod_destaque.png);
	background-position:left top;
	background-repeat:no-repeat;
	position:relative;
	}
	
	
.produtos a img{
	float:left;
	margin-left:5px;
	margin-top:5px;
	}	

.imagem_prod_hover{
	position:absolute;
	background-image:url(img/hover_produtos.png);
	width:123px;
	height:80px;
	display:none;
	top:5px;
	left:5px;
	}
	
.produtos a:hover .imagem_prod_hover{
	display:block;
	}	
	
.nome_prod {
	float:left;
	width:100%;
	margin-top:10px;
	margin-left:2px;
	font-size:14px;
	}	

.resumo_prod {
	float:left;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#838383;
	line-height:12px;
	margin-top:2px;
	margin-left:4px;
	}	
	
.nome_prod.verde_claro{
	display:block;
	}

.nome_prod.verde_escuro{
	display:none;
	}

.produtos a:hover .nome_prod.verde_claro{
	display:none;
	}	
	
.produtos a:hover .nome_prod.verde_escuro{
	display:block;
	}	

.produtos a:hover .resumo_prod{
	color:#5a5a5a;
	}


.envolve_cont_footer {
	background-image:url(img/border_footer.png);
	background-repeat:repeat-x;
	background-position:left top;
	margin-top:30px;
	float:left;
	width:100%;
	padding-bottom:45px;
	}	
	
.footer_esq {
	float:left;
	margin-top:15px;
	}

.footer_esq span{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#a2a2a2;
	margin-top:8px;
	}

.footer_esq img{
	float:left;
	margin-right:12px;
	}

.footer_esq span span{
	float:none;
	color:#53900c;
	}

.footer_dir {
	margin-top:20px;
	float:right;
	}	
	
.footer_dir span{
	color: #BDBDBD;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 10px;
    margin-right: 14px;
    margin-top: 4px;
	}	

.negrito{
	font-weight:bold;
	}
	
#conteudo_fundo{
	width:100%;
	float:left;
	background-image:url(img/background_home_fundo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}	


.caminho{
	float:left;
	margin-top:31px;
	margin-left:10px;
	width:988px;
	}

.caminho a,.caminho span{
	float:left;
	margin-right:12px;
	color:#6dac25;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	}
.caminho span{
	margin-right:4px;
	}

.caminho a:hover{
	color:#ffffff;
	text-decoration:underline;
	}

#menu_esquerda {
	float:left;
	width:253px;
	margin-top:25px;
	position:relative;
	margin-left:8px;
	}

	
.sombra_esq_menu_lat{
	position:absolute;
	top:0;
	left:-12px;
	}	

.sombra_dir_menu_lat{
	position:absolute;
	top:0;
	right:-12px;
	z-index:100;
	}	
	
.sombra_dir_pagina{
	position:absolute;
	top:-5px;
	right:-12px;
	z-index:10;
	}	

#menu_esquerda ul,#menu_esquerda li, #menu_esquerda a{
	float:left;}

/*#menu_esquerda ul {
	width:253px;
	background-image:url(img/border_topo_menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#ffffff;
	padding-top:28px;
	}
*/
#menu_esquerda li{
	text-transform:none;
	margin-left:19px;
	width:210px;
	border-bottom:1px solid #ebebeb;
	}

#menu_esquerda .sub_menu_esquerda{
	background-image:none;
	padding-top:0;
	}

#menu_esquerda .link_primeiro_nivel{
	margin-left:0px;
	padding-left:0px;
	width:253px;
	background-color:#ffffff;
	border-bottom:0;
	}

#menu_esquerda .link_primeiro_nivel a{
	float:left;
	font-size:20px;
	text-transform:uppercase;
	}
	
#menu_esquerda .link_primeiro_nivel .sub_menu_esquerda{
	width:233px;
	margin-top:5px;
	padding-bottom:40px;
	}	

#menu_esquerda .link_primeiro_nivel .sub_menu_esquerda a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#7d7d7d;
	text-transform:none;
	width:210px;
	padding-bottom:6px;
	padding-top:6px;
	}
	
#menu_esquerda .link_primeiro_nivel .sub_menu_esquerda a:hover{
	background-image:url(img/background_hover_sub_menu_lateral.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	color:#5a5a5a;
	}	

#menu_esquerda .link_primeiro_nivel .sub_menu_esquerda a:hover .setinha{
		background-image:url(img/setinha_hover.png);
	background-repeat:no-repeat;
	background-position:left top;
	}

#menu_esquerda .link_primeiro_nivel .sub_menu_esquerda li{
	margin-left:19px;
	padding-left:0;
	}

#menu_esquerda .link_primeiro_nivel .sub_menu_esquerda .selected,#menu_esquerda .link_primeiro_nivel .sub_menu_esquerda .selected:hover{
	font-weight:bold;
	color:#6eb104;
	background-image:none;
	}

#menu_esquerda .link_primeiro_nivel .sub_menu_esquerda .selected .setinha, #menu_esquerda .link_primeiro_nivel .sub_menu_esquerda .selected:hover .setinha{
	background-image:url(img/setinha_selected.png);
	background-repeat:no-repeat;
	background-position:left top;
	}

.seta_menu_lateral{
	width:14px;
	height:14px;
	margin-left:10px;
	}

.seta_menu_lateral_fechado{
	width:14px;
	height:14px;
	margin-left:5px;
	margin-top:2px;
	}

.setinha{
	width:3px;
	height:7px;
	margin-left:6px;
	}

.link_primeiro_nivel .link_li{
	letter-spacing:-1px;
	padding-left:19px;
	width:213px;
	padding-right:19px;
	}

.link_primeiro_nivel.aberto .link_li .seta_menu_lateral{
	background-image:url(img/seta_aberto.png);
	background-position:right 2px;
	background-repeat:no-repeat;
	}

.link_primeiro_nivel.aberto {
	background-image:url(img/border_topo_menu.jpg);
	background-repeat:no-repeat;
	padding-top:28px;
	}

#menu_esquerda .link_primeiro_nivel.fechado{
	background-color:#619e1c;
	margin-right: 2px;
    margin-top: 2px;
    width: 251px;
	}
	
#menu_esquerda .link_primeiro_nivel.fechado .link_li{
	letter-spacing:-1px;
	font-size:18px;
	padding-top:12px;
	padding-bottom:9px;
	}
	
#menu_esquerda .link_primeiro_nivel.fechado .link_li:hover{
	background-image:url(img/border_topo_menu.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#ffffff;
	color:#505050;
}

#menu_esquerda .link_primeiro_nivel.fechado .link_li:hover .seta_menu_lateral_fechado{
	background-image:url(img/seta_aberto.png);
	margin-top:0;
	margin-left:8px;
}
	
#menu_esquerda .link_primeiro_nivel.fechado .link_li .seta_menu_lateral_fechado{
	background-image:url(img/seta_fechado.png);
	background-repeat:no-repeat;
	background-position:right center;
	}

#menu_esquerda .link_primeiro_nivel.fechado .link_li span {
	float:left;
	}

#conteudo_direita {
	float:left;
	width:726px;
	margin-top:23px;
	}

.titulo_pagina{
	float:left;
	font-size:35px;
	width:100%;
	margin-left:37px;
	height:36px;
	letter-spacing:-1px;
	}

.conteudo_direita_fundo_branco{
	float:left;
	margin-top:17px;
	background-color:#ffffff;
	padding-left:37px;
	padding-top:28px;
	position:relative;
	width:651px;
	padding-right:37px;
	padding-bottom:28px;
	}

.divisao_seccoes{
	float:left;
	padding-bottom:25px;
	margin-left:2px;
	}

.divisao_seccoes h3{

	font-size:26px;
	margin-bottom:4px;
	}

.texto_seccao{
	float:left;
	width:404px;
	margin-right:23px;
	clear:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#5a5a5a;
	}	

.imagem_maior{
	float:left;
	background-image:url(img/background_imagens_maiores.png);
	background-repeat:no-repeat;
	background-position:left center;
	width:221px;
	height:167px;
	}
	
.imagem_maior img{
	float:left;
	margin-left:5px;
	margin-top:5px;
	}	
	
.engloba_opcoes_fundo{
	float:left;
	width:100%;
	padding-top:7px;
	padding-bottom:8px;
	border-top:1px dotted #cdcdcd;
	background-image:url(img/border_opcoes_fundo.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	}	
	
.engloba_opcoes_fundo a, .engloba_opcoes_fundo span{
	color:#ababab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:left;
	}	

.engloba_opcoes_fundo a:hover{
	color:#5a5a5a;
	}

.opcoes_fundo{
	float:right;
	margin-right:10px;
	margin-top:4px;
	}
	
.engloba_opcoes_fundo .voltar_listagem{
	background-image:url(img/seta_voltar_listagem.png);
	background-position:left center;
	background-repeat:no-repeat;
	margin-left:10px;
	padding-left:8px;
	float:left;
	margin-top:4px;
	}	
	
.engloba_opcoes_fundo .voltar_listagem:hover{
	background-image:url(img/voltar_listagem_hover.png);
	}	
	
.email{
	background-image:url(img/envelope.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:17px;
	}	

.email:hover{
	background-image:url(img/envelope_hover.png);
	}
	
.imprimir {
	background-image:url(img/impressora.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:17px;
	}

.imprimir:hover {
	background-image:url(img/impressora_hover.png);
	}

.partilhar {
	background-image:url(img/icon_partilhar.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:17px;
	}

.partilhar:hover {
	background-image:url(img/icon_partilhar_hover.png);
	}

.a_minusculo {
	background-image:url(img/a_minusculo.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:17px;
	height:10px;
	float:left;
	}	

.a_minusculo:hover {
	background-image:url(img/a_minusculo_hover.png);
	}

.a_maiusculo{
	background-image:url(img/a_maiusculo.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:17px;
	height:10px;
	float:left;
	}	
	
.a_maiusculo:hover{
	background-image:url(img/a_maiusculo_hover.png);
}
	
.separador_opcoes{
	margin-left:15px;
	margin-right:15px;
	margin-top:-4px;
	float:left;
	}	

.imagem_lista_prod .imagem_prod_hover{
	width:146px;
	height:108px;
	}

.engloba_prod{
	float:left;
	position:relative;
	}

.engloba_prod:hover .descricao_prod{
	color:#5a5a5a;
	}

.engloba_prod:hover .titulo_prod.claro{
	display:none;
	}
	
.engloba_prod:hover .titulo_prod.escuro{
	display:block;
	}	
	
.engloba_prod:hover .imagem_prod_hover{
	display:block;
	}
	
.engloba_prod:hover .caminho_resultado{
	color:#599910;
	padding-left:5px;
	}
	
.engloba_prod:hover .titulo_resultado_pesq{
	color:#325608;
	}		

.imagem_lista_prod{
	float:left;
	background-image:url(img/background_lista_produtos.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:156px;
	height:118px;
	margin-right:25px;
	}	
	
.imagem_lista_prod img{
	float:left;
	margin-top:5px;
	margin-left:5px;
	}
	
.texto_lista_prod{
	float:left;
	width:467px;
	margin-top:5px;
	border-bottom:1px dotted #dcdcdc;
	padding-bottom:10px;
	}	

.titulo_prod{
	float:left;
	font-size:22px;
	width:100%;
	margin-bottom:5px;
	}

.titulo_prod.escuro{
	display:none;
	}

.sub_titulo_prod{
	float:left;
	width:100%;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#5a5a5a;
	font-weight:bold;
	margin-bottom:5px;
	}	

.descricao_prod{
	float:left;
	width:100%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#969696;
	line-height:13px;
	}

.pesquisa{
	float:left;
	margin-bottom:30px;
	}

.pesquisa h4 {
	float:left;
	font-size:26px;
	width:100%;
	}

.pesquisa h4 span{
	font-size:26px;
	}

.pesquisa span{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	clear:left;
	}

.texto_lista_prod.sem_imagem{
	width:645px;	
	}

.titulo_resultado_pesq{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#599910;
	float:left;
	margin-bottom:7px;
	}
	
.caminho_resultado{
	float:left;
	color:#7d7d7d;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:10px;
	}	
	
.galeria {
	width:645px;
	background-color:#ebebeb;
	float:left;
	height:405px;
	margin-bottom:30px;
	}	
	
.galeria .imagem_grande_galeria{
	float:left;
	width:518px;
	height:405px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	}	

.galeria .imagem_grande_galeria img{
	float:left;
	border:5px solid #ffffff;
	}

.thumbs_galeria {
	float:left;
	width:97px;
	height:395px;
	margin-left:5px;
	margin-top:5px;}
	
.scrollable .items .thumb{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	}

.scrollable .items .thumb .selected{
	padding:2px;
	border:3px solid #599910;
	}

.scrollable .items .thumb .selected .transparencia_thumb{
	background-image:none;
	}

.scrollable .items a{
	float:left;
	position:relative;
	background-color:#ffffff;
	padding:5px;
	} 

.scrollable .items a:hover{
	padding:4px;
	border:1px solid #599910;
	}

.scrollable .items a:hover .transparencia_thumb{
	background-image:none;
	}

.transparencia_thumb{
	background-image:url(img/transparencia_galeria.png);
	background-repeat:repeat;
	width:87px;
	height:64px;
	display:block;
	position:absolute;
	}

.sombra_fundo_galeria {
	position:relative;
	float:left;
	left:1px;
	top:-5px;
	}

.divisao_seccoes.com_downloads{
	width:402px;
	margin-right:28px;
	}

.titulo_seccao.titulo_links_laterais{
	font-size:14px;
	background-image:url(img/background_titulos_links_laterais.png);
	padding-left:20px;
	margin-bottom:5px;
	width:196px;
	}

.links_laterais {
	float:left;
	width:216px;
	margin-bottom:25px;
	}

.links_laterais a {
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	border-bottom:1px dotted #d9d9d9;
	padding-bottom:5px;
	padding-top:8px;
	padding-left:24px;
	width:182px;
	padding-right:10px;
	}

.links_laterais a span{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	}

.links_laterais .nome_link{
	text-transform:uppercase;
	font-weight:bold;
	color:#8c8c8c;
	}

.links_laterais .atributo_link{
	color:#b9b9b9;
	clear:left;
	width:181px;
	}

.download a {
	background-image:url(img/background_downloads.png);
	background-repeat:no-repeat;
	background-position:5px center;
	}
	
.links a {
	background-image:url(img/background_links.png);
	background-repeat:no-repeat;
	background-position:5px center;
	}	

.download a:hover {
	background-image:url(img/background_downloads_hover.png);
	background-color:#f0f0f0;
	}

.links a:hover {
	background-image:url(img/background_links_hover.png);	
	background-color:#f0f0f0;
	}

.links_laterais a:hover .nome_link{
	color:#599910;
	}
	
.links_laterais a:hover .atributo_link{
	color:#8c8c8c;
	}	

/*-----------------------Background Conteudo------------------------------*/

#conteudo.fundo_home{
	background-image:url(img/background_home.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	}

#conteudo.fundo_nao_home{
	background-image:url(img/background_nao_home.png);
	background-position:center top;
	background-repeat:no-repeat;
	}
	
	
	
	
/*-----------------------scrollable------------------------------*/	



/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width:102px;
	height:350px;
	float:left;
	margin-left:5px;
	margin-top:5px;

}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	height:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}

/*---------------------botoes scrollable------------------------*/


/* prev, next, prevPage and nextPage buttons */
a.browse {

	width:19px;
	height:14px;
	float:left;
	cursor:pointer;
}


a.up {
	background-image: url(img/seta_galeria_cima_activo.png);
    background-repeat: no-repeat;
    margin-left: 40px;
    margin-top: 15px;

}

a.up:hover { 
	background-image: url(img/seta_galeria_cima_activo.png);
    background-repeat: no-repeat;
	}
	
a.upactive{
	background-image:url(img/seta_galeria_cima_activo.png);
	background-repeat:no-repeat;
	}

/* down */

a.down {
	background-image: url(img/seta_galeria_baixo_activo.png);
    background-repeat: no-repeat;
    margin-top: 15px;

}

a.down:hover { 
	background-image: url(img/seta_galeria_baixo_activo.png);
    background-repeat: no-repeat;
	}
	
a.down:active{
	background-image:url(img/seta_galeria_baxio_activo.png);
	background-repeat:no-repeat;
	}

a.disabled.up {
	background-image:url(img/seta_galeria_cima_inactivo.png);	
} 	

a.disabled.down {
	background-image:url(img/seta_galeria_baixo_inactivo.png);	
} 


.caracteristicas {
	float:left;
	width:100%;
	margin-top:24px;
	}

.caracteristicas.primeiro{
	margin-top:19px;
	}

.caracteristicas h4 {
	font-size:14px;
	margin-bottom:2px;
	}

.lista_caracteristicas {
	float:left;
	width:100%;
	}	
	
.lista_caracteristicas li{
    background-image: url(img/icon_lista_caracteristicas.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #DCDCDC;
    color: #6F6F6F;
    float: left;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;
    padding-bottom: 6px;
    padding-left: 14px;
    padding-top: 6px;
    width: 286px;
	margin-left:10px;
	}	
	
.lista_caracteristicas li:nth-child(odd){
	margin-right:15px;
	}	
	
.texto_fundo_listagem{
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin-top:24px;
	color:#6e6e6e;
	}	
	
.intro_contactos{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
	clear:left;
	color:#5a5a5a;
	margin-bottom:27px;
	width:100%;
	}	
	
.localizacao {
	float:left;
	width:100%;
	}	

.localizacao a, .localizacao span {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	float:left;
	width:130px
	}

.localizacao a:hover{
	color:#599910;
	}

.localizacao .contactos{
	float:left;
	width:310px;
	margin-right:22px;
	}
	
.localizacao .contactos h4{	
	font-size:18px;
	margin-bottom:2px;
	}
	
.localizacao .contactos .sub_titulo_contactos{
	float:left;
	font-weight:bold;
	margin-bottom:35px;
	width:100%;
	}

.localizacao .blocos_contactos {
	float:left;
	margin-bottom:18px;
	}

.localizacao .blocos_contactos.margem_cima {
	margin-top:7px;
	}

.localizacao .contactos .bloco_esq{
	float:left;
	width:95px;
	}
	
.localizacao .contactos .bloco_dir{
	float:left;
	width:215px;
	}	
	
.localizacao .contactos .bloco_dir .tipo_contacto{
	float:left;
	color:#599910;
	width:35px;
	clear:left;
	}	
	
.localizacao .contactos h5{
	float:left;
	width:310px;
	color:#599910;
	text-transform:uppercase;
	}	
	
.localizacao .ver_maior {
	float:left;
	font-size:11px;
	color:#7d7d7d;
	margin-top:15px;
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(img/seta_ver_maior.png);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:8px;
	margin-left:5px;
	}
	
.localizacao .ver_maior:hover {
	color:#599910;
	margin-left:13px;
	background-image:url(img/seta_ver_maior_hover.png);
	}	
	
.mapa {
	float:left;
	width:316px;
	height:335px;
	background-image:url(img/background_mapa.png);
	background-repeat:no-repeat;
	}	
	
.mapa iframe {
	float:left;
	margin-left:5px;
	margin-top:5px;
	}	

#enviar_light_window.contentor_formulario{
	width:255px;
	margin-top:0;
	margin-left:5px;
	}

.contentor_formulario {
	float:left;
	width:100%;
	margin-top:17px;
	}	
	
.contentor_formulario .texto_form {
	float:left;
	width:310px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-right:23px;
	}
	
.contentor_formulario .texto_form h2{
	float:left;
	width:100%;
	font-size:16px;
	margin-bottom:7px;
	}	
	
.contentor_formulario .texto_form .obrigatorio {
	font-size:11px;
	color:#7d7d7d;
	float:left;
	margin-left:2px;
	margin-bottom:9px;
	}	
	
.contentor_formulario .texto_form .info_preenchimento {
	font-size:10px;
	color:#b9b9b9;
	float:left;
	margin-left:2px;
	clear:left;
	width:100%;
	}	
	
.contentor_formulario .formulario{
	float:left;
	width:255px;
	margin-top:15px;
	}	
	
.contentor_formulario .formulario input, .contentor_formulario .formulario textarea{
	float:left;
	width:241px;
	padding-left:7px;
	border:1px solid #ebebeb;
	margin-bottom:4px;
	color:#a0a0a0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding-top:5px;
	padding-bottom:4px;
	}		
	
.contentor_formulario .formulario textarea{
	height:73px;
	overflow:auto;
	}	
	
.formulario form a {
	float:left;
	margin-top:3px;
	background-image:url(img/seta_enviar_form.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:22px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
	}	
	
.formulario form a:hover {
	background-image:url(img/seta_enviar_form_hover.png);
	}	
	
	
/***************SMOOOTH DIV SCROLL*********************/


#makeMeScrollable
		{
			width:100%;
/*			height: 530px;*/
			height:420px;
			position: relative;
		}
	
	
/***************Texto maior e menor*********************/	

.contentor_formulario .texto_form .obrigatorio.texto_maior{
	font-size:13px;	
	}
.contentor_formulario .texto_form .obrigatorio.texto_menor{
	font-size:11px;	
	}

.lista_caracteristicas li.texto_maior{
	font-size:13px;	
	}

.texto_maior{
	font-size:14px;
	}

.localizacao .contactos span.texto_maior, .localizacao .contactos a.texto_maior{
	font-size:14px;
	}
	
.localizacao .contactos span.texto_menor, .localizacao .contactos a.texto_menor{
	font-size:11px;
	}	

.lista_caracteristicas li.texto_menor{
	font-size:11px;	
	}

.texto_menor{
	font-size:11px;	
	}
	
/****************topos idiomas***********************/
.idioma {
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#8c8c8c;
	margin-left:20px;
	margin-right:11px;
	margin-top:-1px;
	}

.topo_idioma{
	background-image:url(img/topo_idiomas.png);
	background-repeat:no-repeat;
	width:32px;
	height:2px;
	float:left;
	}
	
.fundo_idioma{
	background-image:url(img/fundo_idiomas.png);
	background-repeat:no-repeat;
	width:32px;
	height:2px;
	float:left;
	}	
	
#drop_idiomas{
	float:left;
	width:32px;
	margin-top:-5px;
	}

#drop_idiomas ul, #drop_idiomas li, #drop_idiomas a, #drop_idiomas img {
	float:left;
	}	

#drop_idiomas a {
	float:left;
	width:32px;
	cursor:pointer;
	}

#drop_idiomas a:hover img{
	border:1px solid #76b900;
	}
	
#drop_idiomas .bandeira_seleccionada:hover img{
	border:1px solid #ffffff;
	}	

#drop_idiomas img {
	border:1px solid #ffffff;
	margin-left:3px;
	}

#drop_idiomas ul {
	width:32px;
	background-color:#e7e7e7;
	padding-bottom:1px;
	position: relative;
	z-index: 200;
	}

#drop_idiomas li {
	margin-bottom:1px;
	margin-top:1px;
	}

#drop_idiomas .bandeira_seleccionada{
	float:left;
	width:32px;
	background-color:#e7e7e7;
	padding-top:1px;
	padding-bottom:2px;
	}
	
#drop_idiomas.fechado .bandeira_seleccionada{
	background-image:url(img/seta_idiomas_fechado.png);
	background-repeat:no-repeat;
	background-position:23px 3px;
	}
	
#drop_idiomas.aberto .bandeira_seleccionada{
	background-image:url(img/seta_idiomas_aberto.png);
	background-repeat:no-repeat;
	background-position:23px 3px;
	}	

#drop_idiomas.fechado ul{
	display:none;
	
	}
	
.idioma_seleccionado {
	display:none;
	
	}	

a#next{
	background-image: url("img/next.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	float: left;
	position: absolute;
	right: 0px;
	z-index: 100;
	top: 165px;
}

a#next:hover{
	background-image: url("img/next_hover.png");
}

a#prev{
	background-image: url("img/prev.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 90px;
	height: 90px;
	float: left;
	position: absolute;
	left: 0px;
	z-index: 100;
	top: 165px;
}

a#prev:hover{
	background-image: url("img/prev_hover.png");
}

.erros{
	color: #7D7D7D;
    float: left;
    font-size: 11px;
    margin-bottom: 9px;
    margin-left: 2px;
    font-family: Tahoma,Geneva,sans-serif;
}
