.imagem { 
	border: 5px;
	border-style: solid;
	border-color: #e4f0ed;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
		
.imagem:hover { 
	border: 5px;
	border-style: solid;
	border-color: #cadbd7;
	}

#flash1 {
	margin-top: auto;
	margin-bottom: 5px;
	margin-left: 27px;
	}
	
#flash2 {
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 75px;
	}

#wrap_home { 
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	min-height: 110px;
	}


#bike { 
	display: block;
	float: left;
	width: 227px;
	padding-left: 15px;
	}

#walk { 
	display: block;
	float: left;
	width: 247px;
			}

#multi {
	display: block;
	float: left;
	width: 257px;
	padding-right:10px;	}


div#multi_b {
	background-image: url("../imagens/multi_ico.gif");
	background-position: center 0px;
	background-repeat: no-repeat;
	text-align: center;
	height: 101px;
	width: 95px;
	float: left;
	margin-bottom: 10px;
}


div#multi_b:hover {
	background-image: url("../imagens/multi_ico.gif");
	background-position: center 101px;
	background-repeat: repeat-y;
	height: 101px;
	width: 95px;
	
}

div#walk_b {
	background-image: url("../imagens/walk_ico.gif");
	background-position: center 0px;
	background-repeat: no-repeat;
	text-align: center;
	height: 101px;
	width: 95px;
	float: left;
	margin-bottom: 10px;
}

div#walk_b:hover {
	background-image: url("../imagens/walk_ico.gif");
	background-position: center 101px;
	background-repeat: repeat-y;
	height: 101px;
	width: 95px;
}

div#bike_b {
	background-image: url("../imagens/bike_ico.gif");
	background-position: center 0px;
	background-repeat: no-repeat;
	text-align: center;
	height: 101px;
	width: 95px;
	float: left;
	margin-bottom: 30px;
}

div#bike_b:hover {
	background-image: url("../imagens/bike_ico.gif");
	background-position: center 101px;
	background-repeat: repeat-y;
	height: 101px;
	width: 95px;
}

#nuvens {
	margin-top: 1px;
	margin-left: 27px;
	margin-bottom: auto;
}

#cloud {
	padding-top: 5px;
	padding-bottom: 5px;
}

#saidas {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 35px;
}

#barra {
	padding-top: 2px;
	padding-bottom: 2px;
}

.button {
	text-align: center;
	line-height: 182px;
	display: block;
	width: 95px;
	height: 101px;
	font-family: Georgia, Verdana, Arial, Sans-Serif;
	font-size: 18px;
	overflow: hidden;
	color: #456f8a;
}

.button:hover {
	color: #adc0ca;
	}

.bloco {
	margin: 0px;
	display: block;
	line-height: 15px;
	padding-bottom: 3px;
	}

.bloco a:link, .bloco a:visited {
	font: 12px 'Trebuchet MS', 'Lucida Sans Unicode', Arial, Helvetica;
	text-decoration: none;
	color: #38464f;
	}

.bloco a:hover {
	text-decoration: underline;
	color: #456f8a;
	}

.item {
	width: 90%;
	float: right;
	padding: 10px;
	}
