
/******************* DEFINI��ES GERAIS *******************/
*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-decoration: none;
}


body{
	min-width: 950px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a:hover{
	text-decoration: underline;
}
a:hover img{
	text-decoration: none;
}
select, input, textarea{
	color: #333333;
	font-size: 12px;
	font-family: Arial;
}
input.botao{
	cursor: pointer;
	height: 23px;
	background-color: transparent;
}
input.text{
	padding: 0 5px;
	background-color: transparent;
}
textarea{
	padding: 0 5px;
}
.oculto{
	display: none;
}
.quebra{
	clear: both;
	height: 1px;
	font-size: 0;
}


/********************** �REA DO SITE *********************/
div.siteArea{
	clear: both;
	width: 950px;
	margin: 0 auto;
}


/*********************** SITE TOPO ***********************/
div.mturTopo{
	/*height: 280px;*/
	color: #000;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana;
	background: url(img/bgHeaderBrasil2.png) top repeat-x;
}
div.mturTopo div.siteArea{
	width: 100%;
	height: 27px;
}

div.mturTopo a{
	color: #FFF;
}
div.mturTopo a:hover{
	text-decoration: underline;
}

div.mturTopo .logo_mtur{
	float: left;
	width: 709px;
	height: 35px;
	background: url(img/imgHeaderBrasil.jpg);
}
div.mturTopo .logo_mtur a{
	display: block;
	height: 29px;
}

div.mturTopo .logo_brasil{
	float: right;
	width: 121px;
	height: 35px;
	background: url(img/topo_brasil.gif) no-repeat center;
}
div.mturTopo .logo_brasil a{
	display: block;
	height: 25px;
}

div.mturTopo select.destaques{
	float: right;
	margin-top: 6px;
	margin-right: 13px;
	background-color: #F8C400;
	border: 1px solid #BF9900;
}

div.mturTopo .linha{
	clear: both;
	height: 1px;
	font-size: 0;
	border-top: 1px solid #FFF;
}

div.mturTopo .data{
	float: left;
	width: 210px;
	padding-top: 5px;
	color: #FFF;
	margin-left:3px;
}

div.mturTopo ul.acessibilidade{
	float: left;
	margin-left:-7px;
}
div.mturTopo ul.acessibilidade li{
	float: left;
	padding-top: 5px;
	padding-left: 12px;
}
div.mturTopo ul.acessibilidade li.letra{
	width: 37px;
	height: 19px;
	padding-top: 2px;
	background: url(img/topo_letra.gif) no-repeat right bottom;
}
div.mturTopo ul.acessibilidade li.contraste{
	width: 38px;
	height: 19px;
	padding-top: 2px;
	background: url(img/topo_contraste.gif) no-repeat right bottom;
}
div.mturTopo ul.acessibilidade a.menor{
	float: left;
	width: 18px;
	height: 19px;
}
div.mturTopo ul.acessibilidade a.maior{
	float: right;
	width: 18px;
	height: 19px;
}

div.mturTopo ul.links{
	float: right;
	padding-top: 5px;
	padding-right: 147px;
}
div.mturTopo ul.links li{
	float: left;
	padding: 0 7px;
	border-right: 1px solid #FFF;
}
div.mturTopo ul.links li.ultimo{
	padding-right: 0;
	border-right: none;
}

/*********************** SITE MENU ***********************/
div.mturMenu{
	height: 40px;
	overflow: hidden;
	background: url(img/menu_bg.gif) top repeat-x;
	msrgin: 0 auto;
	
}
div.mturMenu ul.menu{
	float: left;
	height: 29px;
}
div.mturMenu ul.menu li{
	float: left;
	height: 29px;
	padding-top: 6px;
	background: url(img/menu_borda.gif) no-repeat right top;
}
div.mturMenu ul.menu li.ativo{
	color: #FFF;
	background: url(img/menu_hover.gif) no-repeat right top;
}
div.mturMenu ul.menu a{
	display: block;
	padding: 0 7px 0 10px;
	color: #333333;
	font-size: 13px;
	
}
div.mturMenu ul.menu a:hover{
	text-decoration: none;
}
div.mturMenu ul.menu li.ativo a{
	color: #FFF;
}

div.mturMenu div.submenu{
	display: none;
	position: absolute;
	float: left;
	top: 310px;
	z-index: 10;
	border: 1px solid #D2D2D2;
	background: #696B6D url(img/menu_sub_bg.gif) repeat-x top left;
}
div.mturMenu ul.menu li.ativo div.submenu{
	display: block;
}

div.mturMenu div.submenu ul{
	float: left;
	width: 163px;
	padding: 0 8px;
}
div.mturMenu div.submenu li{
	float: none;
	height: auto;
	padding-top: 5px;
	background: none;
	margin-bottom: -1px;
	_margin-bottom: -14px;
}
div.mturMenu div.submenu a{
	height: auto;
	padding: 0 0 7px 0;
	font-size: 11px;
}
div.mturMenu div.submenu a,
div.mturMenu li.ativo div.submenu a:hover{
	background: none;
	color: #333333;
	border-bottom: 1px solid #979798;
}
div.mturMenu div.submenu .quebra{
	width: 179px;
}

div.mturMenu form.busca{
	float: right;
	width: 137px;
	height: 17px;
	padding: 6px 6px 1px 1px;
	background: url(img/busca.gif) no-repeat left bottom;
}
div.mturMenu form.busca input.text{
	float: left;
	width: 110px;
	padding-top: 2px;
}
div.mturMenu form.busca input.botao{
	float: right;
	width: 17px;
	height: 17px;
	font-size: 0;
	letter-spacing: -1px;
	text-align: -10px;
	color: #BCCDD6;
}


/********************* SITE CONTE�DO *********************/
div.mturConteudo{
	padding-top: 10px;
	color: #666666;
	font-size: 11px;
}
div.mturConteudo div.siteArea{
	width: 920px;
}

div.mturConteudo a{
	color: #666666;
}
div.mturConteudo strong{
	display: block;
	color: #333333;
}

h2.titulo{
	height: 20px;
	color: #FFF;
	font-size: 0;
	text-indent: -2000px;
	background-repeat: no-repeat;
}

div.mturConteudo select{
	padding: 1px;
	border: 1px solid #205977;
}
div.mturConteudo option{
	padding-left: 2px;
}

/********* BOX FOTOS *********/
.box_foto{
	width: 215px;
	padding-right: 6px;
	padding-bottom: 7px;
	background: url(img/foto_215x135.gif) no-repeat bottom right;
}
.box_foto strong{
	text-align: right;
	background: none !important;
}
.box_foto img{
	display: block;
	width: 215px;
	/*height: 95px;*/
}
.box_foto .texto{
	display: block;
	padding: 8px;
	background-color: #D9D9D9;
}


/********* BOX ABAS *********/
ul.abas li.aba{
	float: left;
}
ul.abas li.aba h3{
	cursor: pointer;
	float: left;
	height: 23px;
	color: #205977;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 10px 0 10px;
}
ul.abas li.ativo h3{
	color: #FFF;
	background-color: #205977;
}
ul.abas blockquote{
	display: block;
	position: relative;
	float: left;
	top: 28px;
	padding-top: 20px;
	border-top: 1px solid #205977;
	z-index: 1;
	visibility: hidden;
}
ul.abas blockquote.scroll{
    overflow: scroll;
	overflow-x: hidden;
  	overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}
ul.abas li.ativo blockquote{
	display: block;
	visibility: visible;
}


/******* BOX SCROLL *********/
.box_scroll .area{
	float: left;
	overflow: hidden;
	padding: 0 5px;
}
.box_scroll ul li{
	float: left;
}
.box_scroll .seta_esq,
.box_scroll .seta_dir{
	cursor: pointer;
	position: relative;
	width: 20px;
	height: 80px;
	font-size: 0;
	line-height: 0;
}
.box_scroll .seta_esq{
	float: left;
	background: url(img/icn_seta_esq.gif) no-repeat 0 top;
}
.box_scroll .seta_dir{
	float: right;
	background: url(img/icn_seta_dir.gif) no-repeat 0 top;
}
.box_scroll .off{
	cursor: default;
	background-position: 0 -80px;
}
.box_scroll .down{
	background-position: bottom;
}


/********************** SITE RODAP� **********************/
div.mturRodape{
	padding-top: 17px;
	color: #666666;
	background: url(img/rodape_bg.gif) repeat-x bottom;
}
div.mturRodape div.siteArea{
	width: 920px;
	padding-top: 20px;
	border-top: 1px solid #C5C5C5;
}
div.mturRodape div.siteArea div.endereco
{
	float:left;
	width:auto;
}
div.mturRodape div.dd_idiomas{
	margin-top: 10px;
	float:right;
	width:auto;
	*margin-top: 13px;	
}
div.mturRodape a{
	color: #666666;
}

div.mturRodape p.endereco{
	float: left;
	width: 410px;
	padding-right: 14px;
	/*padding-left:10px;*/
}

div.mturRodape p.endereco2{
	float: left;
	width: 187px;
	padding-right: 14px;	
}
div.mturRodape p.endereco strong{
	color: #333333;
}

div.mturRodape ul.links{
	float: left;
	width: 120px;
	*width: 115px;
	margin-left: -10px;
}
div.mturRodape ul.links li{
	height: 17px;
	padding-left: 22px;
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: bold;
}
div.mturRodape ul.links li.telefones{
	background-image: url(img/icn_fale_conosco.gif);
}
div.mturRodape ul.links li.ouvidoria{
	background-image: url(img/icn_area_restrita.gif);
}

div.mturRodape ul.idiomas{
	float: right;
	width: 350px;
	margin-right: -15px;
}
div.mturRodape ul.idiomas li{
	float: left;
	width: 175px;
	height: 21px;
}
div.mturRodape ul.idiomas img{
	float: left;
	display: block;
	padding-top: 1px;
	padding-right: 5px;
	vertical-align: top;
}


div.mturRodape ul.menu{
	clear: both;
	height: 16px;
	padding-top: 11px;
	margin-left: 2px;
}
div.mturRodape ul.menu li{
	float: left;
	padding: 0 7px;
	font-size: 11px;
	border-right: 1px solid #FFF;
}
div.mturRodape ul.menu li a{
	color: #FFF;
}
div.mturRodape ul.menu li.utlimo{
	border-right: none;
}

div.mturRodape ul.menu2{
	float: left;
	height: 30px;
	padding-top: 10px;
	font-size: 110%;
	margin-left: -4px;
}
div.mturRodape ul.menu2 li{
	float: left;
	padding: 0 13px;
	border-right: 1px solid #6E6E6E;
}
div.mturRodape ul.menu2 a{
	color: #6E6E6E;
}
div.mturRodape ul.menu2 li.ultimo{
	border-right: none;
}

div.mturRodape ul.menu3{
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
div.mturRodape ul.menu3 li{
	float: left;
	padding-right: 10px;
}


select option{

}

/******************* SITE COM CONTRASTE *******************/
body.siteContraste{
	background-color: #000;
}
body.siteContraste *{
	background-color: transparent;
}

body.siteContraste div.mturTopo{
}
body.siteContraste div.mturTopo ul.acessibilidade li.contraste{
	background-image: url(img/topo_contraste2.gif);
}

body.siteContraste div.mturMenu{
	background: #FFC800;
	font-weight: bold;
}
body.siteContraste div.mturMenu li{
	border: 0;
}

body.siteContraste div.mturMenu ul.menu li{
}
body.siteContraste div.mturMenu ul.menu li.ativo{
	color: #FFF;
	background-color: #999999;
}
body.siteContraste div.mturMenu ul.menu a{
	padding-right: 6px;
	padding-left: 8px;
	color: #000;
}

body.siteContraste div.mturConteudo *{
	color: #FFF !important;
}
body.siteContraste div.mturConteudo a{
	color: #FFF50B !important;
}
body.siteContraste div.mturConteudo input.botao{
	background: #EEE !important;
	color: #000 !important;
	border: 1px solid #FFF;
	font-weight: bold;
}
body.siteContraste div.mturConteudo input.text{
	color: #000 !important;
	font-size: 13px !important;
	font-weight: bold;
}
body.siteContraste .conteudo_esq .box_rss{
	border-color: #000 !important;
}
body.siteContraste .conteudo_esq .box_rss *{
	color: #000 !important;
}

body.siteContraste div.mturRodape{
}

/********************* SITE POPUP *********************/
.siteSombra{
	display: none;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 640px;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.sitePopup{
	
	display: none;
	position: absolute;
	z-index: 11;
	left: 35%;
	width: 350px;
	top:10%;
	/* margin-left: -150px;*/
	padding: 10px;
	border: 1px solid #F1F1F1;
	background-color:#eee;

}
.sitePopup .btnFechar{
	cursor: pointer;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	background-image: url(img/icn_fechar_box.gif);
}

.sitePopup h4{
	padding-bottom: 20px;
	color: #1364c3;
	font-size: 130%;
}
.sitePopup h5{
	color: #000000;
	font-size: 110%;
	padding-bottom: 10px;
}


.sitePopup .obs
{   
	clear:both;	
	display: block;
	padding-bottom:05px;
  	padding-top:10px;
}
/***** Menu Aba topo imagem ****/
	div.menu {
			   float:left;
			   width:100%;
			   
			   overflow:hidden;
			   position:absolute;
			}
		div.menu .bg{
				background:url(img/bg_menuLinha.png) repeat-x scroll 0 0;
				position:absolute;
				width:100%;
				heigth:9px;
				z-index:1;
			}
				div.menu ul {
			   clear:left;
			   float:left;
			   list-style:none;
			   margin:0;
			   padding:0;
			   position:relative;
			   left:50%;
			   text-align:center;
			}

				div.menu ul li {
			   display:block;
			   float:left;
			   list-style:none;
			   margin:0;
			   padding:0;
			   position:relative;
			   right:50%;
			}
	div.menu ul li a {
				background:transparent url(img/bg_menu.png) no-repeat scroll 0 0;
				color:#000000;
				display:block;
				font-family:Tahoma;
				font-size:11px;
				font-weight:bold;
				height:27px;
				text-align: center;
				margin:-6px 0 0 8px;
				padding-top:7px;
				
				text-decoration:none;
				width:151px;
			}


				div.menu ul li a:hover {
			   background:url(img/bg_menuAtivo.png) no-repeat transparent;
			   color:#fff;
			   width:151px;
			   height:27px;
			   
			}
			div.menu ul li a.dados:hover  {
			   background:url(img/bg_menuAtivo_dados.png) no-repeat transparent;
			   color:#fff;
			   width:151px;
			   height:27px;
			  }
			  div.menu ul li a.eventos:hover  {
			   background:url(img/bg_menuAtivo_eventos.png) no-repeat transparent;
			   color:#fff;
			   width:151px;
			   height:27px;
			  }
			  div.menu ul li a.destinos:hover  {
			   background:url(img/bg_menuAtivo_destinos.png) no-repeat transparent;
			   color:#fff;
			   width:151px;
			   height:27px;
			  }
			  div.menu ul li a.copa:hover  {
			   background:url(img/bg_menuAtivo_copa.png) no-repeat transparent;
			   color:#fff;
			   width:151px;
			   height:27px;
			  }
			  
			div.menu ul li a.active,
			div.menu ul li a.active:hover {
			   color:#fff;
			   background:url(img/bg_menuAtivo_dados.png) transparent no-repeat;
			   font-weight:bold;
			    width:151px;
			   height:27px;
			}
			.sombra_header_mtur {
			background:#5a9f44;
			clear:both;
			height:5px;
			}
			
			
#barra-brasil { 
    position:relative;
    overflow:hidden;
    min-width:1000px;
    background: #00500F url(img/barra-brasil-v3-bgx.png) center bottom no-repeat;
}

#barra-brasil .barra {
    display: block;
    width: 950px;
    height:28px;
    margin: 0 auto;
    background: url(img/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}

#barra-brasil .barra ul {
    float:right;
    width: 319px;
}

#barra-brasil .barra ul li {
    float: left;
    padding-left: 25px;
}

#barra-brasil .ai {
    display: block;
    width: 161px;
    height: 28px;
    text-indent: -90000px;
    background: #00500F url(img/ai.png) no-repeat 0 4px;
}

#barra-brasil .brasilgov {
    display: block;
    width: 108px;
    height: 28px;
    text-indent: -90000px;
    background: #00500F url(img/brasil.png) no-repeat 0 4px;
}

.mturTopo .todos {
	position:absolute;
	top:31px;
	left:53%;
	height: 24px;
	width: 1029px;	
	margin-left:-496px;
}
div.mturTopo .tit_mtur{
	float: left;
	width: 106px;
	padding-top: 5px;
	color: #FFF;
	margin-left:-15px;
	padding-right:9px;
			}