 html, body { margin: 0; width: 100%; height: 100%; }

#map{
	width: 100%;
	height: 100%;

#popup {
        width: 200px;
      }
	  
/*markers*/
#marker1, #marker2{		
        width: 8px;
        height: 8px;
        border: 2px solid red;
        border-radius: 10px;
        background-color: white;
		opacity: 0.7;
      }
#POI_1, #POI_2, #POI_3, #POI_4, #POI_5, #POI_6, #POI_7, #POI_8{
        width: 4px;
        height: 4px;
        border: 2px solid red;
        border-radius: 10px;
        background-color: white;
		opacity: 0.7;
      }

/*labels*//*
#Inicio, #Final {
        text-decoration: none;
        color: white;
        font-size: 11pt;
        font-weight: bold;
        text-shadow: black 0.1em 0.1em 0.2em;
      }
	*/
#higuer, #bera, #lesaka, #elizondo, #urkiaga, #burguete, #hiriberri, #ochagavia, #isaba, #zuriza, #aguastuertas, #candanchu, #santana, 
#lizara, #canfranc, #sallent, #panticosa, #bujaruelo, #goriz, #pineta, #parzan, #biados, #sanjaime, #llauset, #conangles, #restanca, #colomers, 
#ernest, #guingueta, #estaon, #tavascan, #areu, #baiau, #arans, #encamp, #illa, #malniu, #puigcerda, #planoles, #nuria, #ulldeter, #mollo, 
#talaixa, #albanya, #lavajol, #requessens, #vilamaniscle, #port, #creus {
		position: relative;
		top: -48px;
		left: -16px;
      }

#Inicio, #Final {
		position: relative;
		top: -48px;
		left: -16px;
        text-decoration: none;
        color: white;
        font-size: 11pt;
        font-weight: bold;
        text-shadow: black 0.1em 0.1em 0.2em;
      }
	  
#lb_POI_1, #lb_POI_2, #lb_POI_3, #lb_POI_4, #lb_POI_5, #lb_POI_6, #lb_POI_7, #lb_POI_8{
        text-decoration: none;
        color: white;
        font-size: 11pt;
        font-weight: bold;
        text-shadow: black 0.1em 0.1em 0.2em;
      }
