     body{
            background: #fff;
            margin:0px;
            padding: 0px;
            font-size: 12px;
            font-family: georgia,"Trebuchet MS", verdana, sans-serif;
            color:#184068;
           
        }
        #header{
            background: #4B6DA2;
            height: 150px;
            width: 100%;
            border-bottom: 1px solid #184068;
            margin-top: -55px;
            
            
}
        #content{
            overflow:hidden;
        }
        #fascia{
            background: #93ABD1;
            height: 50px;
            width: 100%;
            border-bottom:1px solid #184068;
        }
        #header h2{
            color:#fff;
            font-size: 36px;
        }
        #testo_header{
            letter-spacing: 0.15em;
            line-height: 170px;
            text-align: right;
            margin-right: 50px;
        }
        #fascia h2{

        }
        #testo_fascia{
            letter-spacing: 0.15em;
            line-height: 50px;
            text-align: right;
            margin-right: 50px;
            color:#fff;
            font-size: 20px;
            font-weight: bold;
        }

        #contatti{
            position: absolute;
            height: 720px;
            width: 320px;
            border: 2px solid #184068;
            top:130px;
            left:30px;
            background: #fff;
            border-radius: 10px;
            -moz-border-radius: 10px; /* firefox */
            -webkit-border-radius: 10px; /* safari, chrome */
        }
        #titolo_contatti{
            margin:5px;
            border: 2px solid #184068;
            background: #4B6DA2;
            border-radius: 10px;
            -moz-border-radius: 10px; /* firefox */
            -webkit-border-radius: 10px; /* safari, chrome */
            height: 50px;
        }

        h3{
            color:#fff;
            font-size: 20px;
            text-align: center;
            letter-spacing: 0.15em;
            margin-top:0px;
            line-height: 50px;
        }
        #contenuto_contatti{
            letter-spacing: 0.1em;
            line-height: 16px;
            margin: 10px;
            text-align: center;
            font-size: 13px;
            color:#184068;
        }
        #contenuto{
            letter-spacing: 0.1em;
            line-height: 20px;
            margin: 10px;
            position: absolute;
            height: 600px;
            width: 280px;
            top:190px;
            left:390px;
            font-size: 11px;
            text-align: justify;
        }
        #contenuto2{
            letter-spacing: 0.1em;
            line-height: 20px;
            margin: 10px;
            position: absolute;
            height: 600px;
            width: 250px;
            top:190px;
            left:700px;
            font-size: 11px;
        }
        #contenuto3{
            letter-spacing: 0.1em;
            line-height: 20px;
            margin: 10px;
            position: absolute;
            height: 600px;
            width: 250px;
            top:190px;
            left:950px;
            font-size: 11px;
        }

        #button{
            height: 50px;
            width: 200px;
            border: 1px solid #184068;
            background: #4B6DA2;
            color:#fff;
            font-size: 36px;
            line-height: 50px;
            text-align: center;
            border-radius: 10px;
            -moz-border-radius: 10px; /* firefox */
            -webkit-border-radius: 10px; /* safari, chrome */
            padding-left:5px;
            padding-right:5px;
            margin-left:45px;
        }

        #button:hover{
            height: 55px;
            width: 205px;
            margin-left: 55px;
            margin-top: 5px;
            color:#fff;
            font-size: 36px;
            line-height: 50px;
            text-align: center;
            border-radius: 10px;
            -moz-border-radius: 10px; /* firefox */
            -webkit-border-radius: 10px; /* safari, chrome */
            cursor:pointer;
        }
         #social{
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
        }
        #img_facebook{
            width: 50px;
            height: 50px;
        }
        #img_googleplus{
            width: 48px;
            height: 48px;
            vertical-align: top;
        }
        #img_skype{
            width: 36px;
            height: 36px;
        }
        #img_qr{
            margin-top: 5px;
        }
        #button a{
            color:#fff;
            text-decoration: none;
        }
        #social a{
            color:#fff;
            text-decoration: none;
        }
        #mailto{
           
            color:#184068;

}