/* Example Layout */
#btn_ocultmap, #btn_vermap {
	cursor:pointer; 
	//cusror:hand; 
	clear:both;
	position:relative; 
	z-index:1000; 
	width:130px;
	text-align:center; 
	background-color:#000000; 
	border:1px solid #ccc; color:#CCCCCC; 
	height:30px;
	line-height:30px;
	vertical-align:middle;
}
#btn_ocultmap {
	margin-top:-30px; top:32px;
}
#btn_vermap { display:none; }

.all-examples {
	width: 95%;
	margin:0;
}

.example {
	width:100%;
	margin:0;
	padding:0;
	display:block;
}

.example #address, .example #point, .example #query {
	width: 60%;
}

.example .jmap {
	width: 100%;
	height: 500px;
	margin:0px;
	overflow:hidden;
	
}
.frente {
	z-index:-1;
}
#lista {
	overflow:auto;
	/*height:200px;*/
	/*border:1px solid #FFFFFF;*/
}
#lista ul {
	color:#FFFFFF;
	width:100%;
	
}
#lista ul li {
	background-color:#212121;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	font-weight:bold;
	padding:0px 2px;
	border-bottom:2px solid #000000;
}
#lista ul li:hover {
	background-color:#4B4B4B;
	cursor:pointer;
	//cursor:hand;
}
#list a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#list a:hover {
	color:#dddddd;
	text-decoration:none;
}
.ficha {
	clear:both;
	width:220px;
	height:100%;
}
.map_title {
	color:#333;
	text-align:left;
	border-bottom:1px solid #000;
}
.map_img {
	float:left; 
	width:50px;
	padding-top:5px;
}
.map_data {
	float:right;
	width:150x;
	padding:5px;
}
.map_btn {
	text-align:center;
}
a.boton{
   text-decoration:none;
}
