
#Gmapasm {
	display:none;
}

#Gmapasm.expandir {
	margin:0 0 10px 0;
}

#Gmapasm div {
	cursor: pointer;
	padding: 0 0 12px 0;
	background-image: url(../GMaps/markers/marker-custom.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
	background-color: #00abbd; /*#D12B7D;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
	#Gmapasm div.bgmover {
		background-color: #CCC;
	}

#Gmapasm img {
	border: 1px solid #CCC;
	vertical-align: top;
}

div.bgmover img {
	border-color: #CCC !important;
}

/*Abrir Cerrar en mini mapa*/
#Gmapasm span {
	display: block;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 10px 0 0 32px;
}
	#Gmapasm span em.GmapasmOpen, #Gmapasm span em.GmapasmClose {
		background: url(../../Base/Web/flechas-links.png) no-repeat;
		width: 20px;
		height: 12px;
		margin: 0 0 0 4px;
		position: relative;
		text-indent: -4000px;
		float: left;
	}
	#Gmapasm span em.GmapasmOpen {
		background-position: 0 -132px;
	}
	#Gmapasm span em.GmapasmClose {
		background-position: 0 -167px;
	}

div.bgmover span {
	/*color: #999 !important;*/
}

/*Capa carga mapa*/
#Gmaps_mycont_canvas {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
}
	/*Boton cierra mapa*/
	#Gmaps_mycont_canvas .gmap-close-map {
		display: inline-block;
		width: 25px;
		height: 25px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 10px;
		right: 10px;
		background: #F00;
		z-index: 999999999;
		
		-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	}
		#Gmaps_mycont_canvas .gmap-close-map:before {
			width: 25px;
			height: 25px;
			margin: 0;
			padding: 0;
			font-size: 20px;
			color: #FFF;
			line-height: 24px;
		}	
	
#Gmaps_canvas {
	display: none;
	clear: both;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
	position: absolute !important;
	top: 0;
	left: 0;
}

#Gmap_canvas_detalle, #Gmap_canvas_st_detalle {
	/*height: 100%;*/
	height: 500px;
	overflow:hidden;
}

.gmapicon {
	display:none;
	cursor:pointer;
	position:absolute;
	margin:-9px 0 0 -170px;
	border:1px solid #ccc;
	border-right:0;
	background:#fff url(../GMaps/gmapicon_bg.gif) no-repeat 3px 29px;
	padding:3px 2px 8px 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
}

/**/
.pre-GmapWindowHtml {
    /*margin-right: -20px;*/
}
.GmapWindowHtml {
	width: 360px;
	height: 320px;
	/*width:620px;*/
	/*background: #FFF !important;*/
	padding:0 !important;
	border:0 !important;
	margin: 25px 0 0 0 !important;
}
.GmapWindowHtml.itemservicio {
    float: none;
    overflow: hidden;
}
/**/
.GmapWindowHtml.itemservicio .detalleFoto h3, .GmapWindowHtml.itemservicio .detalleFoto h3 a {
    font: 16px/20px Arial, Helvetica, sans-serif;
}
.GmapWindowHtml.itemservicio .detalleFoto h4 {
    font: 14px/18px Arial, Helvetica, sans-serif;
}
.GmapWindowHtml.itemservicio div.dispo.disponible, .GmapWindowHtml.itemservicio header p span.spanSeparador, .GmapWindowHtml.itemservicio .cotiDolar, .GmapWindowHtml.itemservicio ul.items.items-promo, .GmapWindowHtml.itemservicio .detalleFoto h5, .GmapWindowHtml.itemservicio .comparatooltop {
    display: none;
}
.GmapWindowHtml.itemservicio div.precio {
    margin-top: 100px;
    height: 140px !important;
    min-height: 140px !important;     
}

/**/

.GmapWindowHtml .gmapicon, .GmapWindowHtml .DP_habitaciones, .GmapWindowHtml .hcomparador, .GmapWindowHtml .seleccionHT, .GmapWindowHtml .tool_iconos, .GmapWindowHtml .tool_display, .GmapTooltip .htipo, .GmapWindowHtml .regimen, .GmapWindowHtml .div, .GmapWindowHtml .logo-host {
	display:none !important;
}

.GmapWindowHtml header {
	width: 360px !important;
	height: 90px !important;
	position: absolute !important;
	bottom: -90px !important;
	right: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 24;
	text-align: center !important;
}
	.GmapWindowHtml header em.dispo {
		margin: -60px 0 0 8px;
	}
	.GmapWindowHtml header p {
		text-align: left;
		padding: 10px 0 0 0;
		display: block;
	}
	.GmapWindowHtml header p em.pDesc {
		display: none;
	}
	
.GmapWindowHtml a.btndetalle {
	float: none !important;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
}

.GmapWindowHtml .itemsPromo {
	float: right;
	clear: both;
}
	.GmapWindowHtml ul.items.itemsPromo li {
		float: right;
	}
.GmapWindowHtml .itemsPromo:after {
	content: "";
	width: 380px;
	height: 10px;
	float: left;
	clear: both;
}

.GmapWindowHtml .precio {
	position: absolute !important;
	top: 0;
	right: 0;
	padding: 0;
	width: 360px;
	z-index: 30;
	background: none;
}
.GmapWindowHtml .precio h5 {
	margin-right:0 !important;
	color: #FFF;
	-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 7);
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 7);
	-o-text-shadow: 1px 1px 2px rgba(0, 0, 0, 7);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 7);
}
    .GmapWindowHtml .precio h5 span {
        color: #FFF;
    }

.GmapTooltip {
	position:absolute;
	background:#666;
	padding:5px;
	font:normal 10px/12px Arial, Helvetica, sans-serif;
	width:160px;
	display:none;
	z-index:100;
	overflow:hidden;
}

.GmapTooltip span {
	color: #333;
	float: right;
	font: normal 11px/13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	width: 140px;
	display: block;
	position: relative;
	background: rgba(255,255,255,.9);
	margin: 85px 0 0 0;
	padding: 8px 10px;
}

.GmapTooltip strong {
	color:#ffc;
	font:normal 11px/13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	display:block;
}

.GmapTooltip img {
	border:2px solid #fff;
	border-bottom:4px solid #fff;
	width:45px;
	float:left;
}

.GmapTooltip .detalleFoto {
	display: none !important;
}
.comparador-content .gm-control-active.gm-fullscreen-control {
	display: none !important;
}

/*!important */
.gm-style-iw {
	overflow: visible !important;
    /*width: 370px !important;*/
    /*height: 240px !important;*/
    right: 5px !important;
    left: auto !important;
    top: 1px !important;
}


/*--------------------------------------------------------------------------------------------------------------*/
/*Street View*/
#PL_maps_sv {
	width:100%;
	height: 100%;/*inicio de*/
	background:#000;
	overflow: hidden;
}

#PL_svdescripcion {
	background: #FFF;
	/*padding: 5px;*/
	position: relative;
}
#PL_svdescripcion .GmapWindowHtml.itemservicio .contItem {
	background: #FBFBFB;
}
	#PL_svdescripcion header em.dispo {
		margin: -60px 0 0 8px !important;
	}

#PL_svdescripcion figure.foto img, #PL_svdescripcion .detalleFoto, #PL_svdescripcion figure.foto {
	height:90px;
	/*width: 460px !important;*/
}

#PL_svdescripcion .GmapWindowHtml {
	width: auto;
	height: auto !important;
	margin: 0 !important;
}

#PL_svdescripcion .GmapWindowHtml .precio {
	width: auto;
	margin-top: 0px;
}
#PL_svdescripcion .GmapWindowHtml .precio h5 {
    float: left !important;
    color: #000;
	-moz-text-shadow: inherit;
	-webkit-text-shadow: inherit;
	-o-text-shadow: inherit;
	text-shadow: inherit;
}
    #PL_svdescripcion .GmapWindowHtml .precio h5 span {
        color: #000;
    }
#PL_svdescripcion .GmapWindowHtml .precio h6, #PL_svdescripcion .GmapWindowHtml h6.stars, #PL_svdescripcion .GmapWindowHtml header p {
    display: none;
}
#PL_svdescripcion .GmapWindowHtml .precio .submit {
    margin: 10px 12px 0 25px;
}
#PL_svdescripcion .GmapWindowHtml a.btndetalle {
	float: left !important;
	display: inline-block; 
    left: 12px;
    position: absolute;
    top: 12px;
}

#PL_svdescripcion .GmapWindowHtml header {
	position: inherit !important;
	bottom: 0 !important;
	right: inherit !important;
	height: inherit !important;
	margin: inherit !important;
	z-index: inherit;
	text-align: inherit !important;
	
    display: inline !important;
    float: left !important;
    height: 212px !important;
    padding: 14px !important;
    min-width: 280px !important;	
}

#PL_svdescripcion .GmapWindowHtml .logoHost {
	display: block;
}

.GmapWindowHtml a.streetview {
	height: 12px;
	width: auto;
	padding: 0;
	margin: 6px 0 14px 0;
	float: none;
	display: inline-block;
	text-align: left !important;
	line-height: 20px;
	color: #D12B7D;
	position: absolute;
	bottom: 0;
	left: 0;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}

#PL_svdescripcion a.streetview {
	visibility:hidden;
	height:0;
	width:0;
	padding:0;
	display: none;
}

.GmapWindowHtml ul.items.itemsPromo {
	margin: 0 !important;
}

#PL_Contenido .gm-fullscreen-control {
	display: none;
}



