#mapa {
	float:none;
	display:block;
	margin-left:130px;
	margin-top:20px;
	width:475px;
	height:355px;
	border:3px solid #574a42;
	border-right:3px solid #372a22;
	border-bottom:3px solid #372a22;
}

#mapa iframe {
	width:475px;
	height:355px;
	border:none;
}

#indicaciones {
	float:none;
	width:475px;
	margin:20px;
	margin-left:130px;
	color:#ddcfb5;
	position:relative;
}

#indicaciones .titulo {
	border-top:1px dotted #ddcfb5;
	display:block;
	font-size:17px;
}

#indicaciones ul {
	margin-left:20px;
	margin-top:10px;
	margin-bottom:30px;
	line-height:19px;
}

#indicaciones ul li {
	margin-top:5px;
}

#indicaciones em {
	margin-left:20px;
}

#rutas {
	margin:80px 35px 0px 35px;
	display:block;
	float:none;
	clear:none;
	padding-bottom:20px;
}

#rutas .titulo {
	font-size:16px;
	font-weight:bold;
	color:#372a22;	
	margin-bottom:10px;
	display:block;
	float:none;
	clear:none;
}

#rutas .infoRuta {
	margin-top:15px;
	display:block;
	width:300px;
	text-align:left;
	float:left;
	clear:none;
}

#rutas .infoRuta strong.titulo {
	font-size:15px;
	padding-bottom:8px;
	padding-top:8px;
	margin-bottom:8px;
	display:block;
	font-weight:lighter;
	border-top:1px dotted #372a22;
	border-bottom:1px dotted #372a22;
	background:url('../img/arrow_brown.gif') left no-repeat;
	padding-left:15px;
	color:#372a22;
	float:none;
	clear:none;
}

#rutas .infoRuta a, .fotos a {
	float:none;
	clear:none;
	display:inline;
	padding:1px;
	margin-right:10px;
	border:1px solid #372a22;
}

#rutas .infoRuta a img, .fotos a img {
	float:none;
	clear:none;
}

#rutas .infoRuta a:hover, .fotos a:hover {
	background:#d95;
}

#rutas .fotos a {
	margin-right:1px;
	margin-left:0px;
	margin-bottom:5px;
	border:none;
}

.separador {
	border-top:1px dotted #372a22;
	float:none;
	clear:none;
	width:700px;
	height:5px;
	margin-top:30px;
	margin-bottom:20px;
}
