@charset "utf-8";
/* CSS Document */

/* topop */
#topo {
	width: 680px;
	height: 45px;
	position: absolute;
	background: url(../img/topo.png) center no-repeat;
	margin-left: -340px;
	left: 50%;
	text-align: right;
}
#topo button {
	margin-top: 10px;
}
#topo button:hover {
	cursor: pointer;
	background-color: #FC6;
}
#topo button#bot_limpar {
	margin-right: 40px;
}

/* menu flutuante padrão */
.menu_flutuante {
	background-color:#FFF;
	padding:3px;
	position:absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid black;
	max-width: 350px;
}
.menu_flutuante .topo {
	background-color:#00264A;
	padding: 2px;
	height: 19px;
}
.menu_flutuante .topo .nome {
	padding-left: 5px;
	font-size: 12px;
	color: #FFF;
	width 150px;
	display: block;
	float: left;
}
.menu_flutuante .topo .bot_fechar {
	float: right;
}
.menu_flutuante .topo .bot_on {
	display: none;
}
.menu_flutuante .conteudo {
	margin-top: 5px;
}
.menu_flutuante iframe {
	border: 0;
}

/* legenda */
#menu_legenda {
	width: 260px;
	top: 75px;
	left: 540px;
}
#menu_legenda .conteudo {
	width: 250px;
	height: 250px;
}

/* cor */
#menu_cor {
	width: 230px;
	top: 75px;
	left: 790px;
}
#menu_cor .conteudo{
	width: 220px;
	height: 260px;
}


/* carregando */
#carregando {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000000;
	background-image: url(../img/bg_carregando.gif);
}
#carregando .conteudo {
	width: 150px;
	text-align: center;
	margin: 250px auto 0 auto;
	background-color: #000;
	padding: 15px;
}
#carregando .conteudo p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}

/* menu principal */
#menu_principal {
	width: 620px;
	left: 50%;
	margin-left: -310px;
	top: 73px;
}
#menu_principal .conteudo {
	background-color: #FFF;
	height: 300px;
}
#menu_principal span.bot_on_off {
	display: block;
	width: 50px;
	height: 22px;
	background-image: url(../img/bot_menu.png);
	background-repeat: no-repeat;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
}
#menu_principal span.bot_on_off:hover {
	cursor: pointer;
}
/* busca */
#menu_principal .conteudo .busca p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	margin: 5px;
	margin-left: 10px;
}
#menu_principal .conteudo .busca p input {
	width: 300px;
}
#menu_principal .conteudo .busca p span.lat_long {
	font-size: 8px;
	text-transform: uppercase;
	color: #666;
	line-height: 10px;
}
/* cx do auto complete da busca */
.ui-autocomplete {
    background-color: white;
    width: 300px;
    border: 1px solid #cfcfcf;
    list-style-type: none;
    padding-left: 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	margin-top: 5px;
}
