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

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color:#3693cd;
}

a:active {
	color: #000000;
	text-decoration: underline;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #f22f2d;
	text-decoration: none;
}

.newsletter_messaggio{
	background: #f22f2d;
	color:#FFFFFF;
	padding:10px;
	border:1px #000000 solid;
	}

.titolo_big {
	font-weight: bold;
	font-size: 13px;
	color:#000000;
}
.titolo_medio {
    font-style: italic;
    font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.testo_pagine {
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding-right: 10px;
}
.news_home {
	padding:20px 10px 0 10px;
}
.cont_testo {
	background-color: #FFFFFF;
	background-position: left top;
	padding-right: 10px;
	padding-left: 10px;
}
.menu_interno{
	border-top: #f22f2d solid 1px;
	border-bottom: #f22f2d solid 1px;
	background-color: #ffffff;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 11px;
	color: #013f64;
}

.menu_home{
	border-top: #f22f2d solid 1px;
	border-bottom: #f22f2d solid 1px;
	background-color: #afd4eb;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	font-size: 11px;
	color: #013f64;
}

.menu_home_attivo{
	color: #f22f2d;
	}

.sotto_menu{
    font-weight: bold;
	width:510px;
	float:left;
	padding-top:13px;
	padding-bottom:14px;
}

.indirizzi{
	padding: 10 px;
	border: #3693cd solid 1px;
	background-color: #ffffff;
	padding: 5px;
	margin: 10px;
}

.footer {
	font-size: 10px;
	color: #FFFFFF;
}

.fondo_colore{
	border-top: #f22f2d solid 1px;
	border-bottom: #f22f2d solid 1px;
	background-color: #afd4eb;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}



a.testo:active {
	color: #000000;
	text-decoration: none;
}
a.testo:link {
	color: #000000;
	text-decoration: none;
}
a.testo:visited {
	color: #000000;
	text-decoration: none;
}
a.testo:hover {
	color: #f22f2d;
	text-decoration: none;
}
a.testo:active {
	color: #f22f2d;
	text-decoration: none;
}

.righe_tabella {
	border-top: 1px dotted #000000;
}

.galleria_small{
	border:1px #000000 solid;
	padding:3px;
	background:#FFFFFF;
}



/* LINK MENU */

a.menu:link {
	color: #013f64;
	text-decoration: none;
}
a.menu:visited {
	color: #013f64;
	text-decoration: none;
}
a.menu:hover {
	color: #f22f2d;
	text-decoration: none;
}


a.menu_off:link {
	color: #013f64;
	text-decoration: none;
}
a.menu_off:visited {
	color: #013f64;
	text-decoration: none;
}
a.menu_off:hover {
	color: #f22f2d;
	text-decoration: none;
}


a.menu_on:link {
	color: #f22f2d;
	text-decoration: none;
}
a.menu_on:visited {
	color: #f22f2d;
	text-decoration: none;
}
a.menu_on:hover {
	color: #f22f2d;
	text-decoration: none;
}





/* NEWS */

#news_elenco{
	margin:0 0 40px 0;
	}
#news_elenco .categoria{
	text-transform: uppercase;
	font-weight:bold;
	margin: 30px 0 2px 0;
	}

#news_singola_contenitore{
	margin:0 0 10px 0;
	border-top:1px dotted #000;
	}
#news_singola_contenitore .data{
	font-style: italic;
	}
#news_singola_contenitore .titolo{
	text-transform: uppercase;
	}
#news_singola_contenitore .corpo{
	margin:3px 0 0 0;
	}
#news_singola_contenitore .allegato{
	margin:3px 0 0 0;
	font-style: italic;
	}

#news_singola_contenitore  a.home:link {
	text-decoration: none;
	}
#news_singola_contenitore  a.home:visited {
	text-decoration: none;
	}
#news_singola_contenitore  a.home:hover {
	text-decoration: underline;
	}


/* EFFETTO POPUP IMMAGINI */


.tooltip_img{
	position:relative;
    z-index:24;
    text-decoration: none;
	}
.tooltip_img:hover{
	z-index: 25;
	background-color:#FF0000;
    text-decoration: none;
	}
.tooltip_img span{
	display: none;
	}
.tooltip_img:hover span{
	position: absolute;
	display:block;
	width:500px;
	height:400px;
	left:-330px;
	top:-485px;
	border:1px #000000 solid;
	padding:10px;
	background:#FFFFFF;
	z-index:20;
	}



#container_fotografie{
	position: relative;
	}

#container_fotografie .immagine_galleria{
	position: absolute;
	/*
	background-image:url(../images/galleria/img_01.jpg);
	*/
	width:500px;
	height:400px;
	display:block;
	float:left;
	left:0px;
	top:0px;
	border:1px #000000 solid;
	padding:10px;
	background:#FFFFFF;
	margin:-350px 0 0 200px;
	z-index:20;
	}


