#contenedorMapa{
	background-position: 100px 100px; 
	overflow: hidden; 
	width: 640px; 
	height: 480px; 
	position:relative;
	margin-top: 20px;
}

#capaMapa{
	width: 640px; 
	height: 480px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 640px; 
	height: 480px;
}

#capaFlechas{
	cursor: pointer; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 640px; 
	height: 480px;
}

#caja{
	width:71px; 
	height:175px; 
	position:relative;
	font-size:18px;
}

#cAmpliar
{
	background: url("./../img/lupa_mas.png") no-repeat;
	cursor: pointer;
	width:46px; 
	height:43px;
}

#cReducir
{
	background-image: url(./../img/lupa_menos.png); 
	cursor: pointer; 
	margin-top: 10px;
	width:46px; 
	height:43px;
}

#cFlecha{
	cursor: pointer; 
	position:absolute; 
	top:115px; 
	left:12px; 
	width:46px; 
	height:43px; 
}

#ResultadosBusqueda{
	font-weight:bold;
	font-size:18px;
}