﻿/* DEFAULTS
----------------------------------------------------------*/
* {
	margin:0;
	padding:0
}

form, html, body 
{
    background: url(../img/sfondo.png) no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
	height:100%
}
#contenitore 
{
    margin-top:-50px; /* negativo: in base all'altezza del top */
	margin-bottom:-125px; /* negativo: in base all'altezza del footer */
	min-height:100%;
	height:auto;
	height:100%
}
#contenitore #contenuto
{
    padding-top:50px; /* in base all'altezza del top */
	padding-bottom:125px; /* in base all'altezza del footer */
}

#fasciaUp{
	height:50px;
	min-width: 1700px;
	clear:both;
	background-color: #2C7C9F;
	overflow:hidden;
}

#fasciaBottom {
	height:125px;
	min-width:1700px;
	clear:both;
	background-color: #2C7C9F;
	overflow:hidden;
}

.logo
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.5em;
    color:#FFFFFF;
}

.titoli
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1em;
    color:#2C7C9F;
}


.testoHome
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.76em;
    color:#2C7C9F;
}

.testoFooter
{
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.9em;
    color:#FFFFFF;
}