html{
	height:100%;	
}

#body{
	height:100%;
	overflow:hidden;
}

#topo{
	position:absolute;
	z-index:9999;
	width:992px;
	height:147px;
	left:50%;
	margin-left:-496px;
	background-image:url(../imagem/bgTodoTodo992x147.png);
	background-repeat:no-repeat;
	/*
	margin-left: auto;
	margin-right: auto;
	right:0px;
	background-image:url(../imagem/bg_topo_1.png);
	background-position:center;
	background-repeat:no-repeat;
	*/
}

#cabecalho{
	width:992px;
	height:147px;
	margin:auto;
}

#cabecalho #logo{
	width:120px;
	height:120px;
	float:left;
	margin:15px 0px 0px 40px;
}

#cabecalho #bonde{
	width:160px;
	height:120px;
	float:left;
	margin:16px 0px 0px 40px;
}

#menu{
	width:550px;
	height:50px;
	float:right;
	margin-right:20px;
	margin-top:10px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu ul li{
	display:inline;
	float:left;
	margin:5px;
}

#menu #menu-busca{
	float:left;
	margin-top:8px;
	margin-left:100px;	
}

#menu #menu-busca #cidadeIni{
	width:200px;
}

#map_canvas{
	width:100%;
	height:100%;
	z-index: 1;
}

#carregaLocais{
	position:absolute;
	z-index:3;
	left:70px;
	top:200px;
	display:none;
	width:290px;
	bottom:105px;
	font-size:14px;
}

#carregaLocais #aba_local{
	width:177px;
	height:25px;
	float:left;
	margin-left:35px;
}

#carregaLocais #box_local{
	width:250px;
	height:85%;
	background-color:#FFFFFF;
	overflow:auto;
	margin-bottom:0px;
	float:left;
	padding:5px;
}

#carregaLocais #box_local ul{
	margin:0px 0px 0px 0px;
	padding:0px;
}

#carregaLocais #box_local ul li{
	padding-bottom:5px;
}

#carregaLocais #aba_local #txtLocal{
	float:left;
	width:143px;
	margin-left:8px;
	margin-top:4px;
	text-align:center;
	color:#FFFFFF;
}

#carregaLocais #btnFechar{
	width:29px;
	height:28px;
	right:20px;
	top:10px;
	position:absolute;
}

#box_sub_categoria{
	position:absolute;
	z-index:7;
	right:90px;
	top:185px;
	display:none;
	width:200px;
	height:auto;
	bottom:135px;
	padding-top:10px;
}

#box_sub_categoria ul li a{
	color:#000000 !important;
}

#interno_sub_categoria{
	width:186px;
	max-height:316px;
	float:right;
	font-size:14px;
}

#sub_categoria{
	width:176px;
	float:right;
	max-height:240px;
	overflow:auto;
	background-color:#FFFFFF;
	padding:5px;
}

#sub_categoria ul{
	margin:0px 0px 0px 0px;
	padding:0px;
}

#sub_categoria ul li{
	padding-bottom:5px;
}

#topo_sub_categoria{
	width:186px;
	height:66px;
	display:block;
	background-color:#FFFFFF;
	float:right;	
}

#box_sub_categoria #btnFecharSubCat{
	width:29px;
	height:28px;
	left:0px;
	top:0px;
	position:absolute;
}

#box_direito{
	right:0px;
	width:315px;
	height:111px;
	background-image:url(../imagem/bg_direito1.png);
	background-repeat:no-repeat;
	background-position:right;
	position:absolute;
	z-index:4;
	bottom:0px;
}

#box_esquerdo{
	left:0px;
	bottom:0px;
	background-image:url(../imagem/bgRodapeEsq275x91.png);
	background-repeat:no-repeat;
	width:275px;
	height:91px;
	position:absolute;
	z-index:2;
}

#box_esquerdo ul{
	margin:40px 0px 0px 60px;
	padding:0px;
}

#box_esquerdo ul li{
	display:inline;
	margin-right:2px;
}

.content{
	font-size:12px;
}

.content #img_desc{
	width:40px;
	height:40px;
	float:left;	
}

.content #dados_desc{
	width:180px;
	float:right;
	padding:4px;
	 word-wrap: break-word;
}

#corpoModal{
	position: absolute;
	z-index:99;
	width: 816px;
	height: 466px;
	left: 50%;
	top:50%;
	margin-left: -408px;
	margin-top: -233px;
	display:none;
}

#corpoModal #btnFecharModal{
	position:absolute;
	right:0px;
}

#corpoModal #hotsiteModal{
	width:806px;
	height:456px;
	margin-top:10px;
}

#modalFull{
	position:absolute;
	width:100%;
	height:100%;
	z-index:80;
	background-image:url(../imagem/bg_modal.png);
	background-repeat:repeat;
	display:none;	
}