/* ------------------------------------------------------------- */
/* ---------------- stili sul body e tipografia ---------------- */
/* ------------------------------------------------------------- */
body{
	font: 85% "Trebuchet MS", Tahoma, sans-serif;
	line-height:1.5;
	background:url(../_img/bgBody.jpg);
}
h1{
	font-size: 2.4em
}
h2{
	font-size: 1.6em
}
h3{
	font-size: 1.4em
}
h4{
	font-size: 1.2em
}
/* ------------------------------------------------------------- */
/* ------------- set di base per margini e padding ------------- */
/* ------------------------------------------------------------- */
html, body{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6{
	margin: 0 0 1em 0;
}
address, blockquote, dl, form, fieldset, ol, table, p, pre, ul{
	margin-top: 0.2em;
	margin-bottom: 1.2em
}
/* ------------------------------------------------------------- */
/* ----------------------- stili globali ----------------------- */
/* ------------------------------------------------------------- */
img, div {
	behavior: url(iepngfix.htc)
}
.clear {
	clear:both;
	line-height:0.1em;
	height:1px;
	font-size:0.01em;
}
.divisore {
	clear:both;
	line-height:0.1em;
	height:1px;
	font-size:0.01em;
	border-bottom:1px solid #ccc;
	padding-top: 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.allineaSx {
	float:left;
	padding: 0 10px 10px 0;
}
.allineaDx {
	float:right;
	padding: 0 0 10px 10px;
}
input {
	vertical-align:middle;
}
textarea {
	font: 85% "Trebuchet MS", Tahoma, sans-serif;
}
a {
	color:#000;
}
a:hover {
	color: #630;
}
img {
	border:none;
}
fieldset {
	border:none;
	padding:0;
}
.nascosto {
	display: none;
}
.nota {
	font-size:0.8em;
}
/* ------------------------------------------------------------- */
/* ----------------------- stili container ------------------------ */
/* ------------------------------------------------------------- */
#contenitore {
	width:100%;
	margin:0 auto;
	background:url(../_img/bgHeader.jpg) repeat-x;
}
/* ------------------------------------------------------------- */
/* ----------------------- stili header ------------------------ */
/* ------------------------------------------------------------- */
#testata {
	width:960px;
	height:115px;
	margin:0 auto;
	padding-top:5px;
}
.logo {
	margin-right:18px;
}
#testata img{
	vertical-align:middle;
}
#bandiere {
	float:right;
	width: 220px;
	text-align:right;
	font-size:0.85em;
	padding: 10px 15px 0 0;
}
#bandiere img{
	margin: 0 5px 0 20px;
}
/* ------------------------------------------------------------- */
/* ----------------------- stili pagina ------------------------ */
/* ------------------------------------------------------------- */
#pagina {
	width:986px;
	margin:0 auto -1px auto;
	background:url(../_img/bgPage.jpg) repeat-y;
}
/* ------------------------------------------------------------- */
/* ------------------------ stili menu ------------------------- */
/* ------------------------------------------------------------- */
#menu {
	width:960px;
	margin:0 auto;
	background:url(../_img/bgBody.jpg);
	padding-top:17px;
}
/* ------------------------------------------------------------- */
/* --------------------- stili contenuti ----------------------- */
/* ------------------------------------------------------------- */
#foto {
	width:986px;
	height:526px;
	background:url(../_img/bgFoto.jpg) no-repeat;
	text-align:center;
	padding-top:30px;
}
.didascaliaFoto {
	float:left;
	margin:10px 0 0 30px;
}
#paginazione{
    margin-top: 10px;
	padding: 0 25px 0 0;
    list-style: none;
	text-align: center;
	float:right;
} 
#paginazione li{
    display: inline;
	margin-right:5px;
} 
#paginazione a{
	text-decoration: none;
    border: 1px solid #999;
	padding: 0 4px;
    background: #FFF;
	color: #666;
	font-size:0.7em;
} 
#paginazione a:hover{
    background: #CCC;
	color: #900;
}
#paginazione li#paginaSel a{
    border: 0px;
	background: #CCC;
    color: #000;
	cursor: default;
    border: 1px solid #999;
} 
#contenuti{
	width:980px;
	background: url(../_img/bgMontagne.jpg) 480px bottom  no-repeat;
}
#colSx{
	width:215px;
	padding:20px 15px 20px 35px;
	float:left;
}
#colDx{
	width:665px;
	padding:15px 15px 80px 15px;
	float:left;
	border-left:1px solid #E2D7C3;
	margin-bottom:30px;
}
#introduzione {
	font-size:1.2em;
	margin-bottom:30px;
	width:670px;
}
.boxProposte {
	background:url(../_img/bgBoxAttivita.jpg) repeat-x;
	width:670px;
}
.boxProposteFoto {
	float:left;
	padding:20px;
	width: 200px;
	font-size:0.9em;
	color:#630;
	line-height:1.5em;
}
.boxProposteTesto {
	float:left;
	padding:20px 15px 5px 0;
	width: 410px;
}
.boxProposteTesto h3 {
	margin-bottom:5px;
}
.boxProposteTesto h3 a{
	color:#630;
}
.boxProposteTesto h3 a:hover{
	color:#000;
}
.badge{
	background:url(../_img/bgBadge.png) bottom right no-repeat;
	width:90px;
	height:60px;
	text-align:center;
	color:#630;
	line-height:1.1em;
	padding-top:30px;
	font-size:1.4em;
	float:right;
	margin-top:-25px;
	margin-right: -8px;
}
.badge .prezzo {
	font-size:1.9em;
	font-weight:bold;
}
.loading {
	background: url(../_img/loader-big.gif) center center no-repeat;
}
.legenda {
	width:310px;
	background-color:#EFE8DD;
}
.legenda table {
	width:300px;
	margin:5px auto;
}
.legenda table td {
	font-size:0.8em;
	line-height:normal;
}
.sottomenu {
	margin-left:17px;
	padding:0;
}
.sottomenu li{
	padding:5px 0;
}
.sottomenu li.sel a{
	color:#900;
	text-decoration:none;
	font-weight:bold;
}
.fotoGuida {
	float:left;
	width:130px;
	padding: 20px 0; 
}
.curriculum {
	float:left;
	line-height:1.4em;
	padding: 20px 0;
	font-size:0.9em; 
	width:525px;
}
#googleMap {
	width:630px;
	height:350px;
}
.boxProposteAttivita {
	background:url(../_img/bgBoxAttivita.jpg) repeat-x;
	width:670px;
	font-size:90%;
}
.boxProposteAttivita .boxProposteTesto h3 {
	margin-bottom:15px;
}
.prezzoAttivita {
	font-size:1.1em;
	font-weight:bold;
}
#noteRifugio {
	width:230px;
	float:left;
	padding-right:10px;
	font-size:0.9em;
	line-height:1.6em;
}
#testoRifugio {
	width:410px;
	float:left;
	padding-left:10px;
	border-left:1px dashed #CCA066;
}
#boxSponsor img{
	padding:0 25px 15px 0;
}
.linkutili {
	padding-left:15px;
}
/* ----------------------------------------------------------------------------------------- */
/* ------------------------ stili box attivita e classi per sfondo ------------------------- */
/* ----------------------------------------------------------------------------------------- */
.boxAttivitaElenco {
	width:165px;
	height:20px;
	padding:55px 0 0 5px;
}
.boxAttivitaElenco a {
	font-weight:bold;
	text-decoration:none;
}
.boxAttivitaElenco a.sel {
	color:900;
}
.elencoAttivita {
	padding:0;
}
.elencoAttivita li{
	padding:5px 0;
	list-style:none;
}
.elencoAttivita li.sel a{
	color:#900;
	text-decoration:none;
	font-weight:bold;
}
.High_mountain {
	background:url(../_img/attivita/high_mountain.jpg) no-repeat;
}
.Climbing {
	background:url(../_img/attivita/climbing.jpg) no-repeat;
}
.Vie_ferrate {
	background:url(../_img/attivita/ferrate.jpg) no-repeat;
}
.Trekking {
	background:url(../_img/attivita/trekking.jpg) no-repeat;
}
.Canyoning {
	background:url(../_img/attivita/canyoning.jpg) no-repeat;
}
.Kids {
	background:url(../_img/attivita/kids.jpg) no-repeat;
}
.Corsi {
	background:url(../_img/attivita/corsi.jpg) no-repeat;
}
.Sci_alpinismo {
	background:url(../_img/attivita/sci_alpinismo.jpg) no-repeat;
}
.Freeride {
	background:url(../_img/attivita/freeride.jpg) no-repeat;
}
.Iceclimbing {
	background:url(../_img/attivita/iceclimbing.jpg) no-repeat;
}
.Racchette_da_Neve {
	background:url(../_img/attivita/raccette_neve.jpg)  no-repeat;
}

/* ------------------------------------------------------------- */
/* ------------------------ stili news ------------------------- */
/* ------------------------------------------------------------- */
.boxNews {
	padding-bottom:20px;
	font-size:0.9em;
	line-height:1.4em;
}
.giornoNews {
	color:#900;
	float:left;
	font-size:3em;
	font-weight:bold;
	line-height:0.8;
	padding-right:3px;
}
.meseAnnoNews {
	float:left;
}
.meseNews {
	color:#900;
	font-size:1.5em;
	line-height:0.9;
}
.annoNews {
	font-size:1em;
	font-weight:bold;
	line-height:0.9;
}
h3.titoloNews {
	padding:0;
	margin:10px 0;
}
h3.titoloNews a{
	color: #630;
	font-size:0.75em;
}
h3.titoloNews a:hover{
	color: #000;
}
#dataNewsInterna {
	width:90px;
	float:left;
}
#newsInterna {
	width:520px;
	float:left;
	margin:0 0 20px 20px;
}
#newsInterna h3{
	margin:0;
	padding:0;
	font-size:1.1em;
	line-height:1em;
}
#paginazioneInterna{
    margin-top: 10px;
	padding: 0 25px 0 0;
    list-style: none;
	text-align: center;
	float:right;
} 
#paginazioneInterna li{
    display: inline;
	margin-right:5px;
} 
#paginazioneInterna a{
	text-decoration: none;
    border: 1px solid #999;
	padding: 0 4px;
	color: #666;
	font-size:0.7em;
} 
#paginazioneInterna a:hover{
    background: #CCC;
	color: #900;
}
.paginazioneSel {
	padding: 0 4px;
	color: #666;
	font-size:0.7em;
}
/* ------------------------------------------------------------- */
/* ------------------------ stili meteo ------------------------ */
/* ------------------------------------------------------------- */
#dataMeteo{
	width: 43px;
	background:#FFF;
	text-align:center;
	float: left;
	margin-bottom:10px;
}
#dataMeteo .giorno {
	color:#CC0000;
	font-size: 1.5em;
	font-weight:bold;
}
.testiMeteo {
	float: left;
	width:63px;
	padding:0 0 0 0;
	margin-right:8px;
	text-align:center;
	background:url(../_img/bgFooter.jpg);
}
.testiMeteo .minima{
	color:#0066CC;
	font-size:0.9em;
}
.testiMeteo .massima{
	color:#cc0000;
	font-size:0.9em;
}
img.meteo {
	float:right;
}
.copyMeteo {
	color:#666;
	font-size:0.8em;
}
/* ------------------------------------------------------------- */
/* ------------------------ stili piede ------------------------ */
/* ------------------------------------------------------------- */
#piede {
	width:100%;
	background: url(../_img/bgFooter.jpg);
	padding-bottom:25px;
	heigt:150px;
}
#indirizzo {
	width:930px;
	margin-left:auto;
	margin-right:auto;
	padding: 30px 0 0 0;
	font-size:0.85em;
	line-height:normal;
}
#indirizzo img{
	margin:20px 30px 0 0;
}
/* ------------------------------------------------------------- */
/* ---------------------- stili calendario---------------------- */
/* ------------------------------------------------------------- */
#calendario {
	background: url(../_img/bgFooter.jpg);
	width:190px;
	padding:15px;
	float:left;
	font-size:0.75em;
	margin-right:20px;
	text-align:center;
}
table#tabellaCalendario td {
	text-align: center;
}
#tabellaCalendario a {
	font-weight:bold;
	text-decoration:none;
	color:#990000;
}