@charset "utf-8";
/* CSS Document */

*{
	margin:0;
    border:0;
    padding:0;
}
:focus {
	outline: 0;
}
html{
	height:100%;
}
body{
    background:#e5e5e5 ;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#001a41;
}
a{
    text-decoration:underline;
	color:#001a41;	
}
a:hover{
	color:#bd161a;
}

h1{
	font-size:24px;
	font-weight:normal;
	color:#bd161a;
	margin:0;
	padding:0;
}
h2{
	font-size:18px;
	font-weight:normal;
	margin:0;
	padding:0;
}
h3{
	font-size:18px;
	color:#001a41;
	font-weight:normal;
}
/*-------------------------------------struttura sito*/

#MainBox{
	width:919px;
	margin: 0 auto;
	background:#FFFFFF url(../images/bg_main.jpg) bottom no-repeat;
	padding-bottom:50px;
}
#testata{
	height:147px;
	background:url(../images/intestazione.jpg) no-repeat;
}
#testata .menuTop{
	width:145px;
	float:right;
	margin-top:50px;
}
#testata .menuTop a{
	font-weight:bold;
}
/*-------------------------------------inizio menu di navigazione*/
#menu{
	margin:0;
	padding:0 0 0 30px;
	height:38px;
	background:url(../images/bg_menu.jpg) no-repeat;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
#menu ul{
	list-style-type:none;
	padding-top:3px;
}
#menu li{
	float:left;

}
#menu li span{
	float:left;
}
#menu a{
	display:block;
	text-align:center;
	display:block;
	text-decoration:none;
	padding:10px 12px;
}
#menu li .selected {
	color:#ffffff;
	background:#001a41;
}

/*-------------------------------------inizio menu tendina*/

div#menu li ul {
	display: none;
	margin:-4px 0 0 5px;
}
div#menu li:hover ul {
	text-align:center;
	display: block;
	position:absolute;
	z-index:10;
}
div#menu li ul li {
	border-right: #FFFFFF 1px solid;
	padding:0 10px;
} 
div#menu li li a {
	font-size:11px;
	color:#ffffff;
	margin:0;
	padding:0;
}
div#menu li li a:hover {
	color:#cccccc;
}

/*-------------------------------------inizio pagina*/
#lineablu{
	height:20px;
	background: #001a41;
	color:#FFFFFF;
}
#lineablu a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#lineablu #presentazione{
	margin-left:100px;	
}
#lineablu a:hover{
	color:#cccccc;
}
#linearossa{
	height:3px;
	background: #ffffff;
	border-bottom:#bd161a 6px solid;
}
#contenuti{
	padding:20px 30px 30px 30px;
}
/*-------------------------------------paragrafi*/
.paragrafo{
	margin-top:3px;
	padding:30px;
	border-top:#bd161a 6px solid;
}
.paragrafo2{
	margin-top:3px;
	padding:30px;
	border-bottom:#bd161a 6px solid;
}
/*-------------------------------------inizio footer*/
#footer{
	width:909px;
	margin: 0 auto;
	border-top:#bd161a 6px solid;
	border-bottom:#bd161a 6px solid;
	padding:5px;
	background:#FFFFFF;
}
#indirizzo{
	font-size:10px;
	color:#001a41;
}
#indirizzo a{
	color:#001a41;
}
#copyright{
	width:919px;
	margin:0 auto;
	padding:5px 0 50px 0;
	background:url(../images/bg_copyright.jpg) repeat-x top;
	font-size:10px;
	text-align:left;
	color:#001a41;
}
#copyright a{
	color:#001a41;
}
/*-------------------------------------classi utili*/
.clear{
	clear:both;
}
.evid{
	font-size:14px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.spaceLeft{	
	margin-left:20px;
}
.noBorder{
	border:none;
}
.pulsante {
	background:url(../images/pulsante.png) no-repeat;
	width:123px;
	height:46px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
	padding:12px 0;
	text-align:center;
}
.pulsante:hover{
	color:#FFFF00;
}
.pulsante a{
	text-decoration:none;
	color:#FFFFFF;
}
.pulsante a:hover{
	color:#FFFF00;
}
/*-------------------------------------HOMEPAGE*/
#boxHome{
	width:625px;
	float:left;
	padding:10px;
	margin-top:20px;
	border:#001a41 1px solid;
	background:#FFFFFF;
}
#boxHome h1{
	color:#FFFFFF;
}
#testoHome{
	width:210px;
	height:200px;
	float:left;
	background:#001a41;
	color:#FFFFFF;
	padding:20px;
}
#testoHome a{
	color:#FFFFFF;
}
#testoHome a:hover{
	color:#cccccc;
}
#imgHome{
	width:363px;
	height:240px;
	float:right;
	overflow:hidden;
}
#boxRight{
	width:195px;
	float:right;
	height:329px;
	border:#001a41 1px solid;
	background:url(../images/bg_news_home.jpg) no-repeat bottom;
	margin-top:-50px;
}
.boxNews{
	width:155px;
	height:153px;
	margin:0 0 0 25px;
	overflow:hidden;
}
.boxNews ul{
	list-style:none;
}
.boxNews li{
	margin:5px 0 5px 0;
	height:30px;
}
.boxNews a{
	font-weight:bold;
}
.servizi li{
	padding-top:10px;
	height:10px;
}
/*-------------------------------------paragrafi HOMEPAGE*/
.titoloPresentazione{
	margin-left:300px;
}
.colonna {
	width:230px;
	margin:18px 0 0 25px;
	float:left; 
	text-align:left;
}
.boxSfumatura{
	border:#001a41 1px solid;
	background:#ffffff url(../images/bg_boxSfumatura.jpg) repeat-x bottom;
}
.boxSx{
	width:460px;
	float:left;
	padding:20px;
}
.boxDx{
	width:280px;
	height:262px;
	float:right;
	padding:20px;
}
/*-------------------------------------DOVE SIAMO*/
.boxTop{
	width:835px;
	float:left;
	padding:10px;
	margin-top:20px;
	border:#001a41 1px solid;
	background:url(../images/bg_boxSfumatura.jpg) bottom repeat-x #FFFFFF;
}
.imgTop{
	width:363px;
	float:left;
/*	overflow:hidden;*/
	text-align:center;
}
.testoTop{
	width:430px;
	float:left;
	padding:20px;
}
/*-------------------------------------CONTATTI*/
.inputTxt{
	border-bottom:#999999 1px solid;
	background:#eeeeee;
}
.boxMsgContatti{
	border:#999999 1px solid;
	background:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#testoContatti{
	width:323px;
	float:left;
	background:#001a41;
	color:#FFFFFF;
	padding:20px;
	margin-top:10px;
}
#testoContatti h1{
	color:#FFFFFF;
}

#testoContatti a{
	color:#FFFFFF;
}
#testoContatti a:hover{
	color:#cccccc;
}
/*-------------------------------------Alberghi convenzionati*/
.boxCn
{
	width:610px;
	float:left;
	/*margin-left:100px;*/
	padding:20px;
}

/*-------------------------------------Presentazione*/
.testoPres {
	width:250px;
	margin:0 20px;
	float:left; 
	text-align:left;
}
/*--------------------------------------Eventi*/
	.boxeventidett {
		float:left;
		width:855px;
		height:265px;
		border:1px #001A41 solid;
		background:#FFFFFF;
		margin:24px 0 0 0;
		overflow:hidden;
	}	
	.boxeventidett img.imgeventi{	
		float:left;
		width:365px;
		height:245px;
		margin:10px;
		overflow:hidden;
	}	
	.boxeventidett div.colonna1{
		float:left;
		width:220px;
		height:245px;
		margin:10px 10px 10px 0;
		overflow:hidden;
	}	
	.boxeventidett div.colonna2{
		float:left;
		width:231px;
		height:265px;
		margin:0;
		overflow:hidden;
		text-align:center;
		background:url('images/eventidett.gif');
	}