@media screen and (min-width:640px) {
	#mapa {
		width: 50%;
	}
}
@media screen and (max-width:640px) {
	#mapa {
		width: 100%;
	}
}