/* CSS NUOVO SITO PUNTALA CAMPING RESORT */


/*----------------------------------------------------------------------------GENERICO-------------------------------------------------------------------*/
body{
	margin:0px auto;
	padding:0px;
	background-color:#6DAAE3;
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#732F02;
}

a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	color:#003399;
}
a img{
	border:hidden;
	border:none;
}
#contenitore{
	width:1000px; 
	margin:0px auto;
}
#footer{
	width:1000px; 
	margin:0px auto;
	text-align:center;
	color:#FFFFFF;
}
#footer1024{
	width:1000px; 
	margin:0px auto;
	text-align:center;
	color:#2e78ca;
}

.puntAla{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display:none;
	}
	
.txtFooter{
	font-weight:normal;
	color:#2e78ca;
	font-size:11px;
	}
	.txtFooter a:link{
	font-weight:normal;
	color:#2e78ca;
	font-size:11px;
	text-decoration:none;
	}
	.txtFooter a:visited{
	font-weight:normal;
	color:#2e78ca;
	font-size:11px;
	}
	.txtFooter a:hover{
	font-weight:normal;
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	}
