#viewport {
  position: absolute;
  top: 65px;
  left: 234px;
  width: 520px;
  height: 370px;
  background-color: #f0f0f0;
  overflow: visible;
  border: 1px solid #00A4AB;
  cursor: pointer;
  z-index:99;
}

#legend {
  position: relative;
  display: block;  
  top: 0px;
  left: 0px;
  width: 200px;
  height: 80px;
  border: 0px solid #000000;
  overflow: auto;
  z-index: 2;
  background-color: #FFFFFF;
  cursor: auto;
}

#keymap {
  position: relative;
  display: block;
  top: 0px;
  left: 25px;
  width: 150px;
  height: 93px;
  overflow: hidden;
  border: 1px solid #00A4AB;
  cursor: auto;
  z-index: 2;  
}

#scalebar {
  position: absolute;
  bottom: 0px;
  left: 1px;
  width: 125px;
  height: 20px;
  background-color: transparent;  
  border: 0px solid #990000;
  cursor: auto;
  visibility: visible;  
  z-index: 2;  
}

#copyright{
	position: absolute;
	top: 0px;
	right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: auto;
	z-index: 99;
}

#resultado{
  position: absolute;
  display: block;
  top: 10px;
  left: 0px;
  width: 170px;
  height: 410px;
  border: 0px solid #000000;
  padding: 10px;
  z-index: 2; 
}

#sel_mapa{
  position: relative;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 140px;  
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  border: 0px solid #000000;
  overflow: visible;
  z-index: 2;
  background-color: #FFFFFF;
  cursor: auto;
  vertical-align: middle;
}

#div_f_sel_mapa{
  position: relative;
  top: 10px;
  height: 110px;
  border: 0px solid #000000;
}

#f_sel_mapa{
  font-weight: bold;
  border: 0px solid #000000;
}

#combo0{
	position: absolute;
	width: 120px;
	height: 15px;
  	top: 85px;
  	left: 5px;
  	z-index: 999;
  	visibility: visible;
}

#combo1{
	position: absolute;
	width: 120px;
	height: 15px;
  	top: 85px;
  	left: 5px;
  	z-index: 0;
  	visibility: visible;
}

#combo2{
	position: absolute;
	width: 120px;
	height: 15px;
  	top: 85px;
  	left: 5px;
  	z-index: 0;
  	visibility: visible;
}

#combomapa0{
	visibility: visible;
	width: 180px;
	height: 18px;
	margin-left: 5px;
	font-size: 12px;
}

#combomapa1{
	visibility: visible;
	width: 180px;
	height: 18px;
	margin-left: 5px;
	font-size: 12px;
	overflow: visible;
	}

#combomapa2{
	visibility: visible;
	width: 180px;
	height: 18px;
	margin-left: 5px;
	font-size: 12px;
}

#mover_norte{
  position: absolute;
  top: 0px;
  left: 225px;
  width: 30px;
  height: 18px;
  background-image: url(../images/flecha_norte_p2.gif);
  cursor: pointer; /* hand-shaped cursor */
  overflow: hidden;
  border: 0px solid #990000;
  z-index: 99;
}

#mover_sur{
  position: absolute;
  bottom: 0px;
  left: 225px;
  width: 30px;
  height: 18px;
  background-image: url(../images/flecha_sur_p2.gif);
  cursor: pointer; /* hand-shaped cursor */
  border: 0px solid #990000;
  z-index: 2;  	
}

#mover_este{
  position: absolute;
  top: 170px;
  right: 0px;
  width: 18px;
  height: 30px;
  overflow: hidden;
  background-image: url(../images/flecha_este_p2.gif);
  cursor: pointer; /* hand-shaped cursor */
  border: 0px solid #990000;
  z-index: 2;  	
}

#mover_oeste{
  position: absolute;
  top: 170px;
  left: 0px;
  width: 18px;
  height: 30px;
  background-image: url(../images/flecha_oeste_p2.gif);
  cursor: pointer; /* hand-shaped cursor */
  overflow: hidden;
  border: 0px solid #990000;
  z-index: 2;  	
}

#toolbar {
  position: relative;
  height: 25px;
  width: 520px;
  top: 30px;
  left: 124px;
  z-index:3;
  cursor: auto;
  background-color: transparent;
  border: 1px solid #00A4AB;
}

#txt_iderioja{
	position: relative;
	top: 3px;
	left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	float: left;
}

#txt_cartografia{
	position: relative;
	display: block;
	top: 0px;
	left: 0px;
	width: 145px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	background-color: #009460;
	color: White;
	padding-left: 5px;
	padding-top: 2px;
}

#btn_zoom{
	position: relative;
	top: 2px;
	left: 10px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	float: left;
}

#txt_ir{
	position: relative;
	top: 5px;
	left: 45px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

#lista_municipios{
	position: relative;
	top: 2px;
	left: 55px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

#btn_ayuda{
	position: relative;
	top: 2px;
	left: 155px;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

#simbolo_norte{
  position: absolute;
  height: 25px;
  width: 18px;
  bottom: 1px;
  right: 1px;
  background-image: url(../images/norte2.gif);  
  z-index:3;
  cursor: auto;
  border: 0px solid #990000;	
}

#lgnd_enlaces{
  position: relative;
  display: block;  
  width: 150px;
  height: 154px;
  left: 608px;
  top: -512px;
  border: 1px solid #000000;
  overflow: hidden;
  z-index: 2;
  background-color: #f8f8f8;
  cursor: auto;
}

#nombre_municipio{
  position: relative;
  display: block;  
  top: -1047px;
  left: 28px;
  width: 250px;
  height: 20px;
  overflow: hidden;
  border: 0px solid #990000;
  z-index: 2;  	
}

#faq{
  position: relative;
  top: -1168px;
  left: 490px;
  width: 40px;
  height: 15px;
  overflow: hidden;
  visibility: visible;
  border: 0px solid #990000;
  z-index: 2;  		
}

#cargando{
  position: relative;
  top: -1060px;
  left: 467px;
  width: 118px;
  height: 17px;
  overflow: hidden;
  visibility: hidden;
  border: 0px solid #990000;
  z-index: 2;
  background-color: #990000;
}

#cargando2{
  position: relative;
  top: -1060px;
  left: 467px;
  width: 118px;
  height: 17px;
  overflow: hidden;
  visibility: hidden;
  border: 0px solid #990000;
  z-index: 2;
  background-color: #990000;
}

#pruebas{
  position: relative;
  top: -710px;
  left: 30px;
  width: 250px;
  height: 20px;
  overflow: hidden;
  visibility: hidden;
  border: 0px solid #990000;
  z-index: 2;  		
}

#zoom_mas{
	width: 77px;
	height: 21px;
	background-image: url(../images/btn_zoom_mas.gif);
	border: 0px;
	cursor: pointer; /* hand-shaped cursor */
	background-color: transparent;	
}

#zoom_menos{
	width: 77px;
	height: 21px;
	background-image: url(../images/btn_zoom_menos.gif);
	border: 0px;
	cursor: pointer; /* hand-shaped cursor */
	background-color: transparent;
}

#pantalla_completa{
  position: relative;
  top: -890px;
  left: 0px;
  width: 19px;
  height: 19px;
  overflow: visible;
  visibility: visible;
  background-image: url(../images/btn_pantalla_completa.gif);
  cursor: pointer; /* hand-shaped cursor */
  border: 0px solid #990000;
  z-index: 50;  		
}


#ayuda_catastro{
  position: relative;
  top: -677px;
  left: 35px;
  width: 560px;
  height: 15px;
  overflow: visible;
  visibility: hidden;
  border: 0px solid #990000;
  z-index: 50;  		
}

.titulo_Enlaces {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  background-color: #BBBBBB;
  padding-left: 5px;
  padding-right: 100px;
  color: White;
  height: 20px;
  display: block;
  vertical-align: middle;
  font-size-adjust: 0;
}

.kaLegendTitle {
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-bottom: 0px solid #666666;
  border-right: 0px solid #666666;
  padding: 2px;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #05533e;
  background-color: #FFFFFF;
  padding-left: 5px;
  margin-bottom: 5px;
}

.kaLegendLayer {
  border-top: 0px solid #ffffff;
  border-left: 0px solid #ffffff;
  border-bottom: 0px solid #666666;
  border-right: 0px solid #666666;
  padding: 2px;
  font-family: arial;
  background-color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}

.txt_enlaces{
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
	vertical-align: middle;
	padding-top: 1px;
}

.txt_municipio{
  font-family: arial;
  font-size: 14px;
  font-weight: bold;	
}

.txt_ayuda{
  font-family: arial;
  font-size: 11px;
  font-weight: bold;	
  color: #990000;
  cursor: pointer;
}

.txt_pruebas{
  font-family: arial;
  font-size: 14px;
  font-weight: bold;	
  color: #990000;
}

.txt_catastro{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;	
  color: #000000;
  word-spacing: 1px;
  letter-spacing: 1px;
}

.txt_catastro_negrita{
  font-weight: 900;	
 }

.txt_cargando{
  font-family: arial;
  font-size: 12px;
  font-weight: bold;	
  color: #FFFFFF;
  text-decoration: blink;  
}
