/************************** MAPA BASE *************************/
.contenedor-mapabase {
    background-color: rgba(255, 255, 255, 1);
	color: #000;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 250px;
	z-index: 999;
	top: 160px;
	display: none;
	position: absolute;
	right: 50px;
	border-top: 3px solid rgb(234, 103, 31);
}
.titulo-mapabase{
	padding: 5px;
}
.titulo-mapabase-contenedor{	
	display: table;
	width: 100%;
	color: #f1f1f1;
	background-color: rgba(136, 147, 182, 0.9);
	background-image: url(../images/icono-mapabase.png);
	background-repeat: no-repeat;
	background-size: auto 60%;
	padding-bottom: 5px;
	background-position: 5px;
}
.titulo-mapabase > span{
	padding-left: 35px;
	font-size: 14px;
}
.ocultar-mapabase{
	float: left;
	width: 12px;
	height: 12px;
	background-image: url('../images/x.png');
	background-size: 100%;
	cursor: pointer;
}
.mapabase-listadomapas-contenedor{
	display: table;
	width: 98%;
	padding: 2px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.mapabase-listado-item-contenedor{
	width: 50%;
	float: left;
	height: 100px;
}
.mapabase-listado-item{
	padding: 10px;
	cursor: pointer;
}
.mapabase-seleccionado{
	
}
.mapabase-listado-img-contenedor{
	
}
.mapabase-listado-img{
	width: 100%;
}
.mapabase-listado-texto{
	text-align: center;
	font-size: 11px;
	margin-top: -3px;
}
.iraenlace-contenedor{
	position: absolute;
	left: 23px;
	top: 60px;
	background-color: #fff;
	border-radius: 50%;
}
.iraenlace{
	width: 33px;
	height: 33px;
	background-image: url('../images/icono-iraenlace.png');
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.iraenlace:hover{
	opacity: 0.8;
}
.zoomextent-contenedor{
	position: absolute;
	left: 23px;
	top: 185px;
	background-color: #fff;
	border-radius: 50%;
}
.zoomextent{
	width: 33px;
	height: 33px;
	background-image: url('../images/icono-zoomextent.png');
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.zoomextent:hover{
	opacity: 0.8;
}
.ubicacionactual-contenedor{
	position: absolute;
	left: 23px;
	top: 227px;
	background-color: #fff;
	border-radius: 50%;
}
.ubicacionactual{
	width: 33px;
	height: 33px;
	background-image: url('../images/icono-ubicacion.png');
	background-size: 50% 50%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.ubicacionactual:hover{
	opacity: 0.8;
}