@charset "iso-8859-2";
/* CSS Document */

html {
	overflow-y: scroll;
}

.curva {
	border-radius:10px;
	-moz-border-radius:10px;
}

.hideIt {
	visibility:hidden;
	display:none;
}

html, body {
	height:100%;
	margin:0;
}

a {
	color:#0066CC;
}

a:hover {
	color:#0099FF;
	text-decoration:none;
}

a:visited {
	color:#4887BA;
}

.cleaner {
	display:block;
	height:1px;
	clear:both;
}

.curva {
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
}

/*
#involucro {
	width:980px;
	margin:auto;
	height:100%;
}
*/

#home #header {
	background:url("/images/home/sorgeto.jpg") no-repeat scroll center -20px / cover transparent;
	width:100%;
	height:280px;
	cursor:pointer;
}

#home #header #logo {
	width:100%;
	text-align:center;
	background-color:rgba(50, 61, 66, 0.1);
	box-shadow:0 1px 2px rgba(255, 255, 255, 0.15), 0 -1px 4px rgba(0, 0, 0, 0.14) inset;
	padding:12px 0;
}	

#home #corpo {
	width:100%;
	box-shadow: 0 0 6px 2px #B4B5B5;
	padding:30px 0 !important;
	background:url("/images/bg_cerchi_grigio.png") repeat scroll 0 0 transparent;
}

#home #corpo #box_ricerca {
	width:483px;
	margin:-80px auto auto;
}

#home #corpo #box_ricerca .ala {
	width:248px;
	float:left;
	padding-top:100px;
	text-align:center;
}

#home #corpo #box_ricerca #form_ricerca {
	width:463px;
	float:left;
	background:#FFCC00 url(/images/sf_logoBig_angDX.png) 330px -20px no-repeat;
	padding:10px;
	box-shadow: 0 0 6px 2px #B4B5B5;
}

#home #corpo #box_ricerca #form_ricerca h1 {
	float:left;
	margin:0;
	font-size:18px;
	padding-bottom:15px;
	color:#0066CC;
}

#home #corpo #box_ricerca #form_ricerca #zona {
	font-size:16px;
	padding:3px 5px 3px 3px;
	float:left;
}

#home #corpo #box_ricerca #form_ricerca #learnMore {
	font-size:11px;
	float:left;
	height:15px;
	width:125px;
	margin-left:10px;
}

#home #corpo #box_ricerca #form_ricerca #learnMore span {
	display:block;
}

#home #corpo #box_ricerca #form_ricerca #campiData {
	float:left;
	margin:10px 0 0 0;
	padding:10px;
	background-color:#FCDE00;
	/*width:443px;*/
}

#home #corpo #box_ricerca #form_ricerca #campiData #arrivo {
	float:left;
	width:160px;
	font-size:14px;
}

#home #corpo #box_ricerca #form_ricerca #campiData #arrivo #inizio {
	background:url(/images/sf_icona_cal.png) 105px center no-repeat #FFF;
	padding:3px 20px 3px 3px;
	width:110px;
	border:1px solid #000;
	font-size:16px;
}

#home #corpo #box_ricerca #form_ricerca #campiData #partenza {
	float:left;
	font-size:14px;
}

#home #corpo #box_ricerca #form_ricerca #campiData #partenza #fine {
	background:url(/images/sf_icona_cal.png) 105px center no-repeat #FFF;
	padding:3px 20px 3px 3px;
	width:110px;
	border:1px solid #000;
	font-size:16px;
}

#home #corpo #box_ricerca #form_ricerca #numCam {
	padding-bottom:4px;
}

#home #corpo #box_ricerca #form_ricerca #camereWrapper {
	float:left;
	width:209px;
}

#home #corpo #box_ricerca #form_ricerca #camereWrapper fieldset {
	padding:10px;
	background-color:#FCDE00;
}

#home #corpo #box_ricerca #form_ricerca #pulsante {
	width:463px;
	text-align:right;
	padding-top:10px;
}

#home #corpo #box_ricerca #form_ricerca #pulsante #cerca {
	background-color:#06C;
	font-size:20px;
	width:150px;
	border:2px solid #FFF;
	color:#FFF;
	font-weight:bold;
	padding:10px;
	cursor:pointer;
}

#home #corpo #box_luoghi {
	margin:80px auto 10px auto;
	width:652px;
}

#home #corpo #box_luoghi h3 {
	text-align:center;
	font-size:26px;
}

#home #corpo .col_dx {
	width:490px;
	height:500px;
	float:right;
}

#home #corpo .col_dx #slides {
	width: 483px;
	height: 240px;
	overflow: hidden;

	float:right;
	border:4px solid #FC0;
	text-align:center;
}

#home #corpo .col_dx #slides div {
	height: 240px;
	width: 483px;
}

#home #corpo .col_dx #slides h3 {
	font-size:20px;
}

#home #corpo .col_dx #slides em {
	color:#090;
}

#home #corpo .col_dx #slides strong {
	color:#060;
}

#home #corpo .col_dx #slides a {
	font-size:12px;
	padding:4px 10px 4px 10px;
	background-color:#FC0;
}

#home #base {
	width:100%;
	box-shadow: 0 0 6px 2px #B4B5B5;
	padding:30px 0;
	background-color:#3093C7;
}

#home #base #titolo {
	width:100%;
}

#home #base #titolo h1 {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:60px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.8);
	text-align:center;
}

#piede {
	height:50px;
	width:100%;
	margin-top:-50px;
	text-align:center;
}

.fotoRidHeight {
	height:280px;
}

.fotoFullHeight {
	height:829px;
}

.fotoSemiHeight {
	height:300px;
}