/* GOOGLEMAPS DINAMICO */
.mapa_size1 {
	width:650px;
	height:650px;
	overflow:hidden;
}
.maps_box {
	text-align:left;
	font-size:12px;
	padding:6px 4px;
	width:120px;
	background-color:#fff;
	border:1px solid gray;
	border-top:1px solid #a5a5a5;
	display:none;
	cursor:default;
}
.maps_box_highlight {
	text-align:left;
	font-size:12px;
	padding:6px 4px;
	width:120px;
	background-color:#fff;
	border:1px solid gray;
	display:none;
	cursor:default;
	width:119px;
	border-width:2px;
	border-top:1px solid #a5a5a5;
}
.maps_more_inner {
	text-align:center;
	font-size:12px;
	background-color:#fff;
	border:1px solid #fff;
	border-bottom-color:#b0b0b0;
	border-right-color:#b0b0b0;
	width:7em;
	cursor:pointer;
}
.maps_more_inner_highlight {
	font-weight:bold;
	border:1px solid #483D8B;
	border-bottom-color:#6495ed;
	border-right-color:#6495ed;
	text-align:center;
	font-size:12px;
	background-color:#fff;
	width:7em;
	cursor:pointer;
}
.maps_boxlink {
	color:#a5a5a5;
	text-decoration:none;
	cursor:default;
	margin-left:33px;
}
.maps_boxlink_highlight {
	color:#0000cd;
	text-decoration:underline;
	cursor:pointer;
	margin-left:33px;
}
.hr_maps {
	width:92%;
	text-align:center;
	height:1px;
	border:1px;
	color:#e2e2e2;
	background-color:#e2e2e2;
}
/* GOOGLEMAPS ESTATICO */
.small_map_div {
	border:solid 1px;
	width:198px;
	height:200px;
}
.medium_map_div {
	border:solid 3px;
	width:265px;
	height:250px;
}
.big_map_div {
	border:solid 3px;
	margin-bottom:10px;
	width:350px;
	height:200px;
}
/* GOOGLEMAPS MARKER */
.maps_marker_box {
	width:280px;
	color:black;
}
.maps_marker_title {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	border-bottom:solid 2px #B3CE3F;
	text-align:left;
	font-size:12px;
	padding:0;
	margin:0;
}
.maps_marker_title a {
	font-weight:bold;
	color:black;
}
.maps_marker_text {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	margin:5px 0px 0px 0px;
	color:black;
	font-size:12px;
	text-align:left;
}
.maps_marker_img {
	margin:5px 5px 0px 0px;
	border:solid 2px;
	float:left;
}
.maps_marker_mas {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	text-decoration:underline;
	font-size:10px;
	color:navy;
	float:left;
}