/************************ BARRA DE HERRAMIENTAS *****************************/

.barra-herramientas-contenedor {
	position: absolute;
	bottom: 30px;
	width: 100%;
	display: table;
	z-index: 999;
}
.barra-herramientas {
	display: table;
	margin: auto;
	background-color: rgba(136, 147, 182, 0.9) !important;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
}
.barra-herramientas-item-contenedor{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.barra-herramientas-item{
	
}
.boton-gestorcapas{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/gestorcapas.png');
	background-size: 65%;
	margin-top: -15px;
	background-color: #00adee;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-gestorcapas:hover{
	margin-top: -20px;	
}
.boton-medir{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/medir.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #70cad2;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-medir:hover{
	margin-top: -20px;	
}
.boton-medirarea{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/medirarea.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #70cad2;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-medirarea:hover{
	margin-top: -20px;	
}
.boton-wms{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/wms.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #967857;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-wms:hover{
	margin-top: -20px;	
}
.boton-streetview{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/streetview.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #fecc5c;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-streetview:hover{
	margin-top: -20px;	
}
.boton-enlacedashboard{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/dashboard.png');
	background-size: 105%;
	margin-top: -15px;
	background-color: #fecc5c;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-enlacedashboard:hover{
	margin-top: -20px;	
}
.boton-mapabase{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/mapabase.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #ea671f;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-mapabase:hover{
	margin-top: -20px;	
}
.boton-galeria{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/galeria.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #717173;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-galeria:hover{
	margin-top: -20px;	
}
.boton-puntoinformacion{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/puntoinformacion.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #00a54e;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-puntoinformacion:hover{
	margin-top: -20px;	
}
.boton-visor3D{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/visor3D.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #717173;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-visor3D:hover{
	margin-top: -20px;	
}
.boton-rutas{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/citi-e.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #717173;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-rutas:hover{
	margin-top: -20px;	
}
.boton-cargacapa{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/shp.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #717173;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-cargacapa:hover{
	margin-top: -20px;	
}
.boton-imprimemapa{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/impresora.png');
	background-size: 100%;
	margin-top: -15px;
	background-color: #717173;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-imprimemapa:hover{
	margin-top: -20px;	
}
.boton-descargaimagen{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/descargaimagen.png');
	background-size: 100%;
	margin-top: -15px;
	background-color: #717173;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-descargaimagen:hover{
	margin-top: -20px;	
}
.boton-punto-add{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/punto-add.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #717173;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-punto-add:hover{
	margin-top: -20px;	
}
.boton-punto-move{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/punto-move.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #717173;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-punto-move:hover{
	margin-top: -20px;	
}
.boton-punto-remove{
	width: 30px;
	height: 30px;
	background-image: url('../images/herramientas/punto-remove.png');
	background-size: 55%;
	margin-top: -15px;
	background-color: #717173;
	padding: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.boton-punto-remove:hover{
	margin-top: -20px;	
}
.boton-seleccionado{
	  background-color: blue;
	  border: 3px #252850 solid;
}
.ol-zoomslider{
	top: 270px ! important;
	left: 26px ! important;
}

/******** mediciones *********/
.contenedor-resultado-medicion {
    background-color: rgba(255, 255, 255, 1);
	color: #000;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 150px;
	z-index: 2;
	top: 95px;
	display: none;
	position: absolute;
	right: 50px;
	border-top: 3px solid rgb(112, 202, 210);
}
.titulo-resultado-medicion{
	padding: 5px;
}
.titulo-resultado-medicion-contenedor{
	
	display: table;
	width: 100%;
	color: #f1f1f1;
	background-color: rgba(136, 147, 182, 0.9);
	background-image: url(../images/icono-medicion.png);
	background-repeat: no-repeat;
	background-size: auto 90%;
	padding-bottom: 5px;
	background-position: 5px;
}
.titulo-resultado-medicion > span{
	padding-left: 35px;
	font-size: 14px;
}
.ocultar-resultado-medicion{
	float: left;
	width: 12px;
	height: 12px;
	background-image: url('../images/x.png');
	background-size: 100%;
	cursor: pointer;
}
.resultado-medicion {
    font-size: 15px;
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
.resultado-medicion > li{
	list-style: none;
}