#mapa{
	position: absolute;
	padding: 0;
	margin: 0;
}

#borde{
	background-color: #F0F0F0;
}

#borde td{
	background-color: #F0F0F0;
}

#borde INPUT{
	
	border: 0px;
	padding-left: 0px;

}

#rect{
	 visibility: hidden;
	 border: 1px red solid;
}

#etiqueta{
	 visibility: hidden;
	 border: 1px black solid;
	 background-color: #fffbd1;
	 /*background-color: #CC0000;
	 color: white;*/
}

#cartel{
	
	position: absolute;
	
}


INPUT.checkleyendalineas, INPUT.checkleyendapuntos, INPUT.checkleyendalineasT, INPUT.checkleyendapuntosT,
INPUT.checkleyendalineasN, INPUT.checkleyendapuntosN, INPUT.checkleyendalineasV, INPUT.checkleyendapuntosV,
INPUT#selectTodasLineasTD, INPUT#selectTodasLineasV, INPUT#selectTodasLineasN, INPUT#selectTodasLineasT, 
INPUT#selectTodasParadasTD, INPUT#selectTodasParadasV, INPUT#selectTodasParadasN, INPUT#selectTodasParadasT, 
INPUT.checkleyendapoi, INPUT.puntointeres, INPUT#selectTodosPoi{
 border: 0px;
 margin: 0px;
 padding: 0px;
}

.dragme{
	cursor: move;
}

.nodragme{
	cursor: crosshair;
}

.zoom{
	cursor: crosshair;
}

.arrows{
	cursor: pointer;
}

.mano{
	cursor: pointer;
}

