div#mover_container{
	color: #000;
	position: relative;
	height: 27px;
}
div#mover {
	color: #000;
	cursor: pointer;
	padding-top: 7px; 
	padding-left: 10px; 
	height: 23px; 
	font-size:14px; 
	position: relative;
}
.mover_la {
	color: #000;
	background: #00ff00;
	left: 200px;
}
.mover_casa {
	color: #000;
	background: #00ffff;
	left: 272px;
}
.mover_park {
	color: #000;
	background: #ffff00;
	left: 424px;
}