/* reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
/*dl, dt, dd, ol, ul, li,*/
fieldset, form, label, legend/*,
table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/


/*********************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************/
/*********************************************************************default.css*************************************************************************************/
/*********************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************/

/* foglio di stile a cascata di default adeguato alla risoluzione 1024x768 ma ridimensionabile secondo le percentuali */

body
{
    font-family: Times, Arial, Helvetica, sans-serif;
    background: url("../images/ws_Green_View_1600x1200.jpg");	/* bisogna scalarla di un fattore 1.25 */
    background-repeat: repeat;
}


/*  colore di tutti i link visitati e non visitati */
a, a:visited
{
    color: white;
    font-variant: small-caps;
    text-transform: capitalize;
    letter-spacing: 1.6px;	/* era 2px */
    font-weight: bold;
}


/*  colore di tutti i link quando passiamo di sopra con il puntatore del mouse */
a:hover
{
    color: #FFFF00;
}


		/*////////////////////////////// SEZIONE PRINCIPALE //////////////////////////////*/
div.sezPrinc
{
    margin: 2.4px auto;
    width: 96.875%;	/* 1240px */
    min-width: 992px;
    height: auto;
}


		/*////////////////////////////// INTESTAZIONE //////////////////////////////*/
div.intestaz
{
    margin: 0px auto;
    width: 94.53125%;	/*968px;*/	/* era 1210px */
    height: 96px;	/* era 120px */
    border-bottom: 2px groove yellow;	/* era 3px */
    margin-bottom: 2.4px;	/* era 3px */
}


#logo
{
    margin-left: 0.413223%;	/*4px;*/	/* era 5px */
    float: left;
/*    background-image: url("../images/1024x768/logo.jpg");*/
    width: 132px;	/* 165px */
    height: 88.8px;	/* 111px */
}


#bloccoTitolo
{
    height: 70.4px;		/* era 88px */
    margin-top: 8px;		/* era 10px */
    padding-top: 8px;		/* era 10px */
    padding-left: 40%;	/*424px;*/	/* era 530px */
}


#titoloSito
{
    font-family: georgia;
    font-size: 32px;		/* era 40px */
    color: yellow;
    letter-spacing: 2.4px;	/* era 3px */
    font-weight: bold;
    padding: 0px;
    float: left;
    font-family: cursive;
}



#cse
{
    padding: 0px;
    margin-left: 1.65289%;	/*20px;*/
    width: 160px;
    float: right;
    font-weight: bold;
    font-style: italic;
}


#cmdCerca
{
    margin-left: 0.2479%;	/*2.4px;*/		/* era 3px */
    font-weight: bold;
}


#orologio
{
    font-family: cursive;
    font-size: 13px;		/* era 15px */
    color: silver;
    float:right;
}


		/*////////////////////////////// NAVIGAZIONE PRINCIPALE //////////////////////////////*/
div.navigazionePrinc
{
    padding-top: 0.234375%;	/*2.4px;*/		/* era 3px */
    clear: left;
    text-align : center;
    margin-left: 0.9375%;	/*12px;*/		/* era 15px */
    margin-bottom: 5.6px;	/* era 7px */
}


div.pulsante
{
    float: left;
    width: 10.5785%;	/*102.4px;*/		/* era 128px */
    height: 16px;		/* era 20px */
    margin-left: 2.314%;	/*28px;*/		/* era 35px */
    margin-right: 0.4123%;	/*4px;*/		/* era 5px */
}


b.rtop, b.rbottom, b.rtop2, b.rbottom2
{
    display: block;
    
}


b.rtop b, b.rbottom b, b.rtop2 b, b.rbottom2 b
{
    display: block;
    height: 1px;	/* era 1px */
    overflow: hidden;
}


b.r1
{
    margin: 0 3.9%;	/*4px;*/	/* era 5px */
}


b.r2
{
    margin: 0 2.34375%;	/*2.4px;*/	/* era 3px */
}


b.r3
{
    margin: 0 1.5625%;	/*1.6px;*/	/* era 2px */
}


b.rtop b.r4, b.rbottom b.r4, b.rtop2 b.r4, b.rbottom2 b.r4
{
    margin: 0 0.78125%;	/*0.8px;*/	/* era 1px */
    height: 1.6px;	/* era 2px */
}


.testo, .testo2
{
    font-size: 11.5px;	/* era 13px */
    /* text-align: center; */
}

b.rtop b, b.rbottom b, div.testo, div.pulsante
{
    /* background: url("../Background/3.jpg"); */                      /* verde chiaro con sfumature, simile allo sfondo */
	background: url("../images/verde_per_link.jpg");  		       /* verde scuro */
    /* background: url("../images/ws_Autumn_1920x1200.jpg"); */    /* arancio soft */
    /* background-color: black; */    
}


		/*////////////////////////////// NAVIGAZIONE SECONDARIA //////////////////////////////*/
div.navigazioneSec
{
    border: 2px groove green;	/* era 3px */
    margin-top: 16px;		/* era 20px */
    margin-left: 0.9917%;	/*12px;*/		/* era 15px */
    
    width: 29.752%;	/*160px;*/		/* era 200px */
    height: auto;
    
    float: left;
    text-align: center;
}


div.navigazioneSec a
{
    text-decoration: none;
    font-size: 10.4px;		/* era 13px */
}


#spazioTraNavigazioni
{
    margin-left: 9.5%;	/*110px;*/
    width: 11.93548%;	/*148px;*/
    
    height: 12px;
    border-right: 2px groove green;
    margin-bottom: 2.4px;
}


#sottoLink
{
    width: 19%;	/*308px;*/
    height: 28px;
    
    padding-top: 2.4px;
    
    margin-left: 12.6%;	/*110px;*/
    
    text-align: center;
    
    color: white;
    font-variant: small-caps;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 11.2px;
    
    border-top: 2px groove green;
}


div.pulsante2
{
    float:left;
    width: 40%;
    height: 12px;		/* era 15px */
    margin-left:3%;
    margin-right: 5.62337%;	/*4px;*/		/* era 5px */
    
    background: url("../images/1024x768/blue_per_link2.jpg");  	 /* verde scuro */
}


b.rtop2 b, b.rbottom2 b, div.testo2, div.pulsante2
{
    /* background: url("../Background/3.jpg"); */                      /* verde chiaro con sfumature, simile allo sfondo */
	background: url("../images/blue_per_link2.jpg");
    /* background: url("../images/ws_Autumn_1920x1200.jpg"); */    /* arancio soft */
    /* background-color: black; */    
}

/*
div.navigazioneSec
{
    clear: left;
    float:left;
     background: url("../images/2ws_Green_View_1600x1200.jpg");
    
    width: 150px;
    height: 100px;
    border-top : 1px solid black;
    border-left : 1px solid black;
    border-right : 1px solid black;
    border-bottom : 1px solid black;
    
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    
     margin-left: 7px; 
    margin-bottom: 20px;
    text-align : center;
}
*/


		/*////////////////////////////// PARTE CENTRALE //////////////////////////////*/
#testoChiSiamo
{
    /* border: 2px groove yellow;
    float: left;
    height: 570px;
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 30px; */
    /* overflow: auto; */
    
    clear:left;
    
    padding-left: 9.677419355%;	/*120px;*/		/* era 150px */
    padding-right: 9.677419355%;	/*120px;*/		/* era 150px */
}


		/*////////////////////////////// NEWS //////////////////////////////*/
/* QUADRO NEWS */
#quadroNews
{
    clear:left;
    border: 1px outset black;
    margin: 16px auto;			/* era 20px */
    
    width: 61.29023%;	/*760px;*/			/* era 950px */
    height: 80px;			/* era 100px */
    background: url("../images/ws_Green_View_1600x1200.jpg");
    
    padding-top: 2.4px;			/* era 3px */
    padding-left: 0.64516129%;	/*8px;*/			/* era 10px */
    padding-right: 0.64516129%;	/*8px;*/			/* era 10px */
    padding-bottom: 8px;		/* era 10px */
}


#News
{
    margin:0px auto;
    width: 64.51612903%;	/*800px;*/		/* era 1000px */
    padding: 8px;		/* era 10px */
    overflow: auto;
    margin-bottom: 15px;
    line-height: 1.5;
}


#titoloNews
{
    font-size: x-large;
    text-align: center;
    margin-top: 0.8px;			/* era 1px */
    margin-bottom: 14.4px;		/* era 18px */
    font-family: Arial;
}


#testoNews
{
    font-size: 14.4px;			/* era 18px */
    margin: 0.8px;			/* era 1px */
    font-family: Arial;
    float:left;
}


#gifLoading
{
    width: 16px;			/* era 20px */
    height: 16px;			/* era 20px */
    margin-left: 128px;			/* era 160px */
    margin-top: 12px;			/* era 20px */ 		/* modificato a mano */
    background-image: url("../images/loadingOk.gif");
    float:right;
}


/* TUTTE LE NEWS */
#tutteLeNews
{
    clear:left;
    margin-left: 2.5%;	/*20px;	*/		/* 25px*/
    font-size: 19px;			/* 25px*/
    font-family: fantasy;
    text-transform: capitalize;
    color:black;
    
    font-family: times;
    
    font-style: italic;
    
    line-height:2;
}


#tutteLeNews div
{
    margin-bottom: 5.6px;			/* 7px */
}





		/*////////////////////////////// LINK AMICI //////////////////////////////*/
#linkAmici
{
    margin:0px auto;
    border: 2px ridge white;		/* era 3px */
    clear: left;
    padding-top: 8px;			/* era 10px */
    width: 777.6px;			/* era 972px */
    height: 80px;			/* era 100px */
    background: url("../images/sfondoLinkAmici.jpg");
    
    margin-bottom: 8px;			/* era 10px */
}


div.linkAmico
{
    float:left;
    margin-left: 24px;	/* 31px */
    margin-right: 24px;	/* 31px */
}

		/*////////////////////////////// CONTATORE VISITE //////////////////////////////*/

#contatoreVisite
{
    border: 2px ridge #0000AA;	/* era 3px */
    margin:0px auto;
    text-align: center;
    width:60px;				/* era 50px */
    font-family:cursive;
    font-size:16px;			/* era 20px */
    font-weight:bold;
    color:#0000AA;
    padding:0.8px;			/* era 1px */
}

		/*////////////////////////////// WEB MASTER //////////////////////////////*/
#webmaster
{
    clear: left;
    font-family: arial;
    text-align:center;
    font-size: 11px;			/* era 11px */		/* modificato a mano */
    color: white;
    margin-bottom: 0px;
}

#webmaster a
{
    color: #0000AA;
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ///////////////////////////////////////////////////////////// PAGINE PROLOCOPALAGONIA ///////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#titoloPalagonia
{
    font-family: cursive;
    font-size: 37px;
    text-align: center;
    font-weight: bold;
}


#sottoSezioni
{
    text-align: center;
    min-width: 1000px;
}

div.text
{
    padding-left: 9.6774%;	/*120px;*/
    padding-right: 9.6774%;	/*120px;*/
    
    margin-left: 0.4%;	/*4px;*/
    margin-right: 0.32%;	/*4px;*/
    font-style: italic;
    font-size: 21px;
    line-height: 1.5;
    text-align: justify;
}


#spazioTraNavigazioniPalag
{
    margin: 0px auto;
    width: 49%;	/*607.6px;*/
    
    height: 12px;
    border-right: 2px groove green;
    margin-bottom: 2.4px;
}


#sottoLinkPalag
{
    width: 707px;
    height: 28px;
    padding-top: 2.4px;
    
    margin: 0px auto;
    
    text-align: center;
    
    color: white;
    font-variant: small-caps;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 11.2px;
    
    border-top: 2px groove green;
}

div.pulsante2Palag
{
    float:left;
    width: 95px;
    height: 12px;
    
    margin-left: 3px;
    margin-right: 3px;
    
    background: url("../images/blue_per_link2.jpg");  	 /* verde scuro */
}


.testo2 a, .testo2 a:visited
{
    font-size: 10px;
    letter-spacing: 1.2px;
}


#cartellinoDx
{
    background: url("../images/cartellino.png");
    width: 36.9193%;	/*371px;*/
    min-width: 310px;
    height: 165px;
    
    color: silver;
    
    font-family: fantasy;
    font-variant: small-caps;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 10px;
    
    padding-left: 0.826445%;	/*10px;*/
    padding-right: 0.826445%;	/*10px;*/
    
    margin:0px auto;
    
    float: left;
}


#cartellinoSx
{
    margin:0px auto;
    margin-right: 150px;
    margin-bottom: 35px;
    
    background: url("../images/cartellino.png");
    width: 36.9193%;	/*371px;*/
    min-width: 310px;
    height: 165px;
    
    color: silver;
    
    font-family: fantasy;
    font-variant: small-caps;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 10px;
    
    padding-left: 0.826445%;	/*10px;*/
    padding-right: 0.826445%;	/*10px;*/
    
    float: left;
}


#title
{
    margin-top: 50px;
    font-size: 17px;
}



#fotoPalagonia
{
    margin: 0px auto;
    padding: 0px;
    text-align:center;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////// PAGINA CONTATTA WEB MASTER //// ///////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#formWebMaster
{
    width: 46%;			/*570px;*/
    float: left;
    margin-left: 8%;	/*99.2px;*/
    margin-right: 3.2258%;	/*40px;*/
    font-family: cursive;
    margin-bottom: 4.8%;	/*72px;*/
}
    
    #nome
    {
	width: 30.70%;	/*175px;*/
	float:left;
	margin-left: 28.07%;	/*160px;*/
	margin-right: 7.0175%;	/*40px;*/
    }
    
    
    #cognome
    {
	float:left;
	width: 30.70%;	/*175px;*/
	margin-bottom: 8px;
    }
    
    
    #email
    {
	clear:left;
	width: 30.70%;	/*175px;*/
	float:left;
	margin-left: 28.07%;	/*160px;*/
	margin-right: 7.0175%;	/*40px;*/
    }
    
    
    #oggetto
    {
	float:left;
	width: 30.70%;	/*175px;*/
	margin-bottom: -16px;
    }
    
    
    #messaggio
    {
	width: 70%;	/*399px;*/
	clear:left;
	margin-left: 28.07%;	/*160px;*/
    }
    
    
    #pulsanti
    {
	text-align: center;
    }
	
	#cmdInvia
	{
	    margin-right: 28.07%;	/*160px;*/
	}


    #casellaTesto
    {
	width: 96%;	/*168px;*/
	margin-bottom: 30px;
    }
    
    
    #areaTesto
    {
	width: 96.24%;		/*384px;*/
    }
	
	textarea
	{
	    margin-bottom: 5.6px;
	    padding: 3.2px;
	}

#myPhoto
{
    border: 2px groove yellow;		/* 3px*/	/* NON E' STATO MODIFICATO */
    margin-top: 24px;			/* 30px*/
    margin-left: 24px;			/* 30px*/
    width: 226px;			/* 285px*/
    height: 230px;			/* 288px*/
    float: left;
    background: url("../images/webMaster.jpg");
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ////////////////////////////////////////////////////////////////// PAGINA CHI SIAMO //// ///////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#parteCentrale
{
 /*   height: auto;
    border: 1px solid black;*/
}



#logoCentrale
{
    clear: left;
    text-align: center;
    margin: 40px auto;
    width: 132px;
    height: 88.8px;
}


#titoloChiSiamo
{
    /* text-decoration: underline; */
    font-style: italic;
    font-family: cursive;
    font-weight: bold;
    font-variant: small-caps;
    font-size: 23px;
    
    color: #0000BB;
    
    clear: left;
    
    text-align: center;
    
    margin: 0px;
    margin-bottom: 40px;
}


#testoChiSiamo
{
    margin-left: 0.4%;	/*5px;*/
    margin-right: 0.32258%;	/*4px;*/
    font-style: italic;
    font-size: 21px;
    line-height: 1.5;
    text-align: justify;
}


#fotoOrganigramma
{
    vertical-align: middle;
    width: 32px;
    height: 32px;
    border: 0.8px dotted black;
    margin-bottom: 4px;
}


.organigramma
{
    margin-top: 1.6px;
    margin-bottom: 12px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////  DOVE SIAMO //// ///////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#directions
{
    margin-left: 12px;		/* 15px */
    margin-right: 12px;		/* 15px */
    color: #000044;
    
    font-family: fantasy;
}

#directions td
{
    color: #000044;
    
    font-family: fantasy;
    font-size: 14.4px;		/* 18px */
}


#directions a
{
    color: #000044;
    text-decoration: none;
}


b span
{
    margin-left: 8px;		/* 10px */
}


#viaPartenza
{
    margin-left: 12px;		/* 15px */
}


#location
{
    text-align:center;
}


#map
{
    margin:0px auto;
    width: 657px;		/* 730px */	/* FATTORE MOLTIPLICATIVO 0.9 */
    height: 450px;		/* 500px */	/* FATTORE MOLTIPLICATIVO 0.9 */
    margin-top: 8px;		/* 10px */
    border: 2px outset white;	/* 3px */	/* NON E' STATO MODIFICATO */
}


#viaPartenza, #cittaPartenza, #provinciaPartenza
{
    margin-bottom: 5.6px;		/* 7px */
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////  HOME PAGE NATALIZIA //// /////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#campanellinoSx
{
    width: 66px;
    height: 69px;
    background-image: url("../images/Natale/1.gif");
    float:left;
    
    margin-left: 2%;	/*25px;*/
    margin-right: 340px;
}


#stellaNatale
{
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 5.83%;	/*100px;*/

    width: 240px;
    height: 126px;
    background-image: url("../images/Natale/stella_di_natale.gif");
    float: left;
}


#campanellinoDx
{
    width: 66px;
    height: 69px;
    background-image: url("../images/Natale/1.gif");
    float:right;
    
    margin-right: 2%;	/*25px;*/
}


#linkLocandina
{
    clear:left;
    margin-top: 160px;
    margin-left: 5.83%;	/*100px;*/
    font-size: 13.6px;
    font-family: fantasy;
    font-weight: bold;
    width: 390px;
    float:left;
}


#alberoNatale
{
    margin-bottom: 20px;
    width: 304px;
    height: 402.4px;
    background-image: url("../images/Natale/albero_di_natale_2.gif");
    cursor: pointer;
    float:left;
}


#auguri
{
    font-size: 18.4px;
    font-family: fantasy;
    text-align:center;
    width: 240px;
    color:black;
    float:left;
}


/* ///////////////////////////////////////////////// LOCANDINA NATALE ///////////////////////////////////////////////// */

#locandina
{
    clear:left;
    margin:0px auto;
    border: 1px solid black;
    width: 800px;		/* 1000px; */
    padding: 16px;		/* 20px; */
    overflow: auto;
    
    margin-bottom: 2px;
}


#titleLocandina1
{
    width: 356px;		/* 445px; */
    padding-left: 100px;	/* 125px; */
    font-size: 52.4px;		/* 65px; */
    font-family: cursive;
    font-weight: bold;
    color: #000077;
}


#titleLocandina2
{
    margin-top: -24px;		/* -30px; */
    width: 356px;		/* 445px; */
    padding-left: 100px;	/* 125px; */
    font-size: 52.4px;		/* 65px; */
    text-align: center;
    font-family: cursive;
    font-weight: bold;
    color: #000077;
}


#logoLocandina, #logoLocandina2
{
    margin-top: 16px;		/* 20px; */
    text-align:center;
    font-size: 16px;		/* 20px; */
    font-family: sans-serif;
    font-weight: bold;
    color: white;
    width: 160px;		/* 200px; */
    float:left;
}


#didascaliaLogo
{
    clear: left;
}


#intestazioneLocandina
{
    clear:left;
    font-size: 24px;		/* 30px; */
    font-family: cursive;
    font-weight: bold;
    color: #000033;
    margin-bottom: 5.6px;	/* 7px; */
}


#colSx
{
    width: 396px;		/* 495px; */
    /*margin-bottom: 5.6px;*/	/* 7px; */
    border-right: 2px groove #000055;	/* NESSUNA MODIFICA */
    float:left;
}

#colDx
{
    width: 396px;		/* 495px; */
    /*margin-bottom: 5.6px;*/	/* 7px; */
    float:left;
}


#colonnaCentrale
{
	padding-left: 180px;
	padding-right: 180px;
}


#titoloColonna
{
    margin:0px;
    text-align:center;
    font-weight: bold;
    color: #000033;
    font-style: italic;
    font-size: 15.2px;		/* 19px; */
}


#titoloEvento
{
    margin-bottom: -8px;	/* -10px; */
    font-weight: bold;
    color: #000033;
    /*font-size: 13.6px;*/
    /*margin-left: 40px;*/
    
    text-align:center;
    font-size: 16px;
}


#oraLocandina
{
    font-size: 15px;
    text-align: center;
    color: white;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////////  HOME PAGE ///////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#homePageCentral
{
    clear:left;
    margin:0px auto;
    width: 70%;          /* 896px;*/
    padding: 1.29%;	/*16px;*/
    overflow: auto;
    margin-bottom: 21px;
}


#intestazioneEventoHome
{
    font-size: 35px;		/* 65px; */
    font-family: cursive;
    font-weight: bold;
    color: yellow;
    background-color: #000077;
    margin-top: 10px;
    text-align:center;
}


#luogoEventoHome
{
    clear:left;
    font-size: 27px;		/* 65px; */
    font-family: cursive;
    font-weight: bold;
    color: yellow;
    background-color: #000077;
    margin-top: 10px;
    text-align:center;
}


#periodicitaEventoHome
{
    font-size: 21px;
    font-family: cursive;
    font-weight: bold;
    text-align:center;
    color: #000077;
    margin-top: 20px;
    line-height: 1.5;
}


#titoloEventoHome
{
    font-size: 91px;		/* 65px; */
    font-family: cursive;
    font-weight: bold;
    text-align:center;
    color: white;
    margin-top: 20px;
    line-height: 1.5;
}


#ospiteEventoHome
{
    text-align:center;
    font-size: 42px;		/* 65px; */
    font-family: cursive;
    font-weight: bold;
    color: #000077;
    margin-top: 21px;
    padding-left: 16%;    /*43px;*/
    padding-right: 16%;    /*43px;*/
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////  HOME PAGE VENERDI(FILM) /////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#immagineVenerdi
{
    width:293px;
    height:293px;
    background-image: url("../images/pellicola.png");
    float:left;
    
    margin-top: 20px;
    margin-bottom: 20px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////  HOME PAGE SABATO(CHIUSO) /////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#immagineSabato
{
    width:300px;
    height:190px;
    background-image: url("../images/riposo.gif");
    float:left;
    
    margin-top: 60px;
    margin-bottom: 20px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////  HOME PAGE DOMENICA(SERATA DANZANTE) /////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#immagineDomenica
{
    width:288px;
    height:330px;
    background-image: url("../images/serataDanzante.png");
    float:left;
    
    margin-top: 20px;
    margin-bottom: 20px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* ///////////////////////////////////////////////////////  HOME PAGE MARTEDI(TAGLIO E CUCITO) /////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#immagineMartedi
{
    width:293px;
    height:227px;
    background-image: url("../images/taglioCucito.png");
    float:left;
    
    margin-top: 50px;
    margin-bottom: 20px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////  HOME PAGE MERCOLEDI(TEATRO) /////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#immagineMercoledi
{
    width:300px;
    height:300px;
    background-image: url("../images/teatro.jpg");
    float:left;
    
    margin-top: 50px;
    margin-bottom: 20px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////  FOTO EVENTI /////////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#linkEvento
{
    text-align:center;
    margin-bottom: 45px;
}

#tabellaEventi
{
	width: 100%;
	text-align:center;
}


#tabellaEventi tr
{
	height: 300px;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* //////////////////////////////////////////////////////////////////  RESOCONTO ///////////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#descrizioneLavoro
{
	margin-left:13.71%;	/* 170px; */
	float:left;
	font-style:italic;
	font-size:19px;
}


#costoLavoro
{
	margin-right:2.44%;	/* 25px; */
	float:right;
	font-size:17px;
	font-weight:bold

}


hr
{
	clear:left;
	margin-left:12.71%;	/* 170px; */
	margin-right:1.46%;	/* 15px; */
	margin-bottom:1.66%;	/* 17px; */
}


#Logout
{
	float:right;
	width:100px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	margin-right:2.92%;	/* 30px; */
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////  LOGIN  ///////////////////////////////////////////////////////////////////////////////////////*/
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#LoginLabel
{
	margin-left: 540px;
	margin-bottom:7px;
	font-size:21px;
}


#LoginInput
{
	margin-left: 540px;
	margin-bottom:7px;
	font-size:12px;
	font-weight:bold;
}


#LoginOk
{
	margin-left: 550px;
	font-weight:bold;
}


#LoginCancel
{
	margin-left: 30px;
	margin-bottom:75px;
	font-weight:bold;
}
