/* CSS Document - Ambientação da Página - Mapa das Pousadas */
html, body {
  height: 100%;
  overflow: hidden;
}

#top_menu_geral{
	height: 160px;
	border-bottom: solid 30px #d2de24;
}

#menu_head{
	margin: -85px 0 0 4px;
}

#conteudo{
	visibility:hidden;
}

#mapa{
	clear:both;
	margin: 29px 0 0 300px;
	height: 400px;
}

#controle_mapa{
	margin: -31px 0 0 0;
	position:absolute;
	width: 300px;
	height: 400px;
	z-index:1;
	background: #ffffff; 
}
.bt{
	width: 100%;
	height: 30px;
	background: #b9c41c;
	border-right: solid 1px #ffffff;
}

.bt_img_close{
	cursor: pointer;
	margin: 6px 0 0 100%;
}
.bt h3{
	position:absolute;
	margin: -20px 0 0 10px;
	padding: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#lista{
	margin-top: 5px;
	position: relative;
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.txt_bar{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.link_p{
	font-weight:bold;
	color: #71780c;
}

.txt_t_empresa{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #71780c;
}

.img_m_empresa{
	border: solid 1px #71780c;
	padding: 5px;
}

