/* 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;
}



/*********************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************/
/**************************************************************styleIndexDefault.css**********************************************************************************/
/*********************************************************************************************************************************************************************/
/*********************************************************************************************************************************************************************/
body
{
    font-family: Times, Arial, Helvetica, sans-serif;
    background: url("../images/backgroundYellowGreen.jpg");
    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: 2px;
    font-weight: bold;
}


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


#titoloIndex
{
    margin: 0.9% auto;	/* 40px; */
    
    width: 94.53%;	/*1010px;*/	/* 1210px */
    min-width: 990px;
    height:50px;			/* 50px */
    border-bottom: 3px groove yellow;	/* 3px */
    margin-bottom: 16px;		/* 20px */
}


#titoloIndex span
{
    font-family: georgia;
    font-size: 40px;			/* 40px */
    color: yellow;
    letter-spacing: 2.4px;		/* 3px */
    font-weight: bold;
    padding-left: 43.80%;	/*424px;*/		/* 530px */
    float: left;
    font-family: cursive;
}


		/*////////////////////////////// BENVENUTO //////////////////////////////*/
#Benvenuto
{
    width: 94.53%;	/*1010px;*/	/* 1210px */
    min-width: 990px;
    margin:0px auto;
    
    /*z-index: 1;*/
    position:relative;
}

#BenvenutoSx
{
    float:left;
}


#BenvenutoCenter
{
    float:left;
    /*text-align: center;*/
    padding-left: 18px;
    background: url("../images/BenvenutiBackground.PNG");
    width: 88.9%;
    height: 515px;
}


#BenvenutoDx
{
    float:left;
}


#TitoloBenvenuto
{
    position:absolute;
    /*z-index: 2;*/
    /*margin-top: 4.6875%;*/	/*60px;*/
    /*padding-left: 46.875%;*/	/*600px;*/
    font-family: serif;
    font-size: 100px;
    color: #0000BB;
    
    /*margin-top: -450px;*/
    margin-top: 60px;
    padding-left: 435px;
    margin-left: 12%;	/*170px;*/
}


#firmaBenvenuto
{
    position:absolute;
    /*z-index: 2;*/
    
    font-family: cursive;
    font-style: italic;
    font-size: 19px;
    font-weight: bold;
    color: #0000BB;
    
    margin-top: 484px;
    padding-top: 0.3%;
    padding-left: 74.21875%;	/*950px;*/
    margin-right: -200px;
}

		/*////////////////////////////// NAVIGAZIONE PRINCIPALE //////////////////////////////*/
div.navigazionePrinc
{
    padding-top: 2.4px;			/* 3px */
    clear: left;
    text-align : center;
    margin:7px auto;
    width: 85.9375%;	/*1010px;*/	/* 1100px */
    min-width: 1000px;
    margin-bottom: 25px;
}


div.pulsante
{
    float: left;
    width: 11.7%;	/*102.4px;*/		/* 128px */
    min-width: 100px;
    height: 16px;		/* 20px */
    margin-left: 2.2%;
    /* margin-right: 0.363636%;	/*4px;		/* 5px */
}


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


b.rtop b, b.rbottom b
{
    display: block;
    height: 1px;
    overflow: hidden;
}


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


b.r2
{
    margin: 0 2.3%;		/* 3px */
}


b.r3
{
    margin: 0 1.5%;		/* 2px */
}


b.rtop b.r4, b.rbottom b.r4
{
    margin: 0 0.78%;		/* 1px */
    height: 1.6px;		/* 2px */
}


.testo
{
    font-size: 11px;		/* 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; */    
}


		/*////////////////////////////// WEB MASTER //////////////////////////////*/
#webmaster
{
    clear: left;
    font-family: arial;
    text-align:center;
    font-size: 11.5px;			/* era 11px */		/* modificato a mano */
    color: white;
    margin-bottom: 0px;
    margin-top: 3%;		/* 40px */
    min-width: 1000px;
}

#webmaster a
{
    color: #0000AA;
}