#mapa {
	float:left;
	display:inline;
	margin-left:10px;
	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:left;
	width:276px;
	margin:20px;
	margin-right:0px;
	color:#ddcfb5;
	position:relative;
}

#indicaciones .titulo {
	border-top:1px dotted #ddcfb5;
	padding-top:25px;
	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 {
	float:left;
	margin:20px 35px 0px 35px;
	display:inline;
	padding-bottom:20px;
}

#rutas .titulo {
	font-size:16px;
	font-weight:bold;
	color:#372a22;	
	margin-bottom:10px;
	display:block;
}


#rutas .infoRuta {
	width:338px;
	float:left;
	margin-top:25px;
	display:inline;
	text-align:left;
	padding-right:30px;
}

#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;
}

#rutas .infoRuta a, .fotos a {
	float:left;
	display:inline;
	padding:1px;
	margin-right:10px;
	border:1px solid #372a22;
}

#rutas .infoRuta a img, .fotos a img {
	float:left;
}

#rutas .infoRuta a:hover, .fotos a:hover {
	background:#d95;
}

#rutas .fotos a {
	margin-right:6px;
	margin-left:11px;
	margin-top:15px;
}

.separador {
	border-top:1px dotted #372a22;
	float:left;
	clear:both;
	width:730px;
	height:5px;
	margin-top:30px;
	margin-bottom:20px;
}
