/*STILI GENERALI*/
.titolo {
	font-size: 14px;
	line-height: 30px;
	width: 450px;
	height: 30px;
	background-color: #FF0633;
	text-indent: 15px;
	float: left;
	clear: none;
	margin-top: 20px;
	color: #000000;
	}
/*navigazione secondaria all'interno delle varie sezioni del sito*/
#secnav {
	height: auto;
	width: 175px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	background-color: #FBFBF9;
}
/*stile per la navigazione interna*/
#logo {
	height: 112px;
	background-image: url(../images/logo_sentieri.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;

}
#secnav li {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
}
.imglogo {
	background-position: center center;
	margin-top: 15px;
}
/*fine stile navigazione interna*/
/*Stile per rifugi e bivacchi*/
#repeat {
	clear: left;
	float: left;
	height: 75px;
	width: 400px;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: 35px;
}
#rifugio {
	float: left;
	height: auto;
	width: 450px;
}
#image {
	height: 400px;
	width: 235px;
	margin-right: 15px;
	float: right;
	margin-top: 50px;
}
.datiname {
	float: left;
	width: 400px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	line-height: 20px;
	font-weight: normal;
	background-color: #156806;
	color: #FBFBF9;
	clear: right;
}
.dati {
	float: right;
	width: 280px;
	font-size: 11px;
	line-height: 15px;
	height: auto;
	margin-bottom: 5px;
	clear: right;
}
.datialto {
	float: right;
	width: 280px;
	font-size: 11px;
	line-height: 15px;
	height: auto;
	margin-bottom: 5px;
	clear: right;
}
.etichetta {
	float: left;
	height: inherit;
	width: 130px;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: both;
}
.etichettalto {
	float: left;
	height: inherit;
	width: 130px;
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: both;
}
