﻿/* DEFAULTS
----------------------------------------------------------*/
html  
{
    height: 100%;
}

body   
{
    background:url(../img/bg3.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 1em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;}

/*---font----*/

@font-face {
    font-family: 'lisbonscriptregular';
    src: url('../styles/lisbon-script-webfont.eot');
    src: url('../styles/lisbon-script-webfont.eot?#iefix') format('embedded-opentype'),
         url('../styles/lisbon-script-webfont.woff') format('woff'),
         url('../styles/lisbon-script-webfont.ttf') format('truetype'),
         url('../styles/lisbon-script-webfont.svg#lisbonscriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*---classi link-----*/


a:link, a:visited
{
    color: #000000;
    text-decoration: none;
}

a:hover
{
    color: #666666;
    text-decoration: none;
}

a:active
{
    color: #000000;
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.flex {
    min-width: 100%;
    max-width: 100%;
    }

.lingue 
{
    float: right;
    min-width: 16%;
    max-width: 16%;
    margin-top: 3%;    
}

.link
{
    float: right;
    min-width: 13%;
    max-width: 13%;
    padding: 2% 1% 2% 1%;    
}

.img_testata
{
    min-width: 100%;
    max-width: 100%;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1em;
    text-transform: none;
}

h1
{
    text-align:center;
    font-size: 1.1em;
    padding: 1%;
}

h2
{
    font-size: 0.95em;
    line-height: 1em;
    color:#de4000;
    text-align:center;
    font-family:Candara, Calibri;
}

h3
{
    font-size: 0.9em;
    text-align:center;
}

h4
{
    font-size: 0.8em;
}


h5, h6
{
    font-size: 0.7em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    margin: 0px auto;
}

.header
{
    background-color:Aqua;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 5px;
    margin: 5px;
    min-height: 300px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.centro
{
    width:96%;
    margin: 2%;
    min-height: 100px;
    height:auto;
    text-align:left;
    float:left;
}
.centro img
{
    text-align:center;
}


.riga_pulsante
{
    float: left;
    width: 100%;
    padding: 2% 0 2% 0;
    text-align: center;
    margin: 0;
}

.pulsante
{
    float: left;
    width: 50%;
    padding: 0;
    text-align: center;
    margin: 0;
}

.pulsante img
{
    min-width: 90%;
    max-width: 90%;
    text-align: center;
}

.box96
{
    float: left;
    width: 96%;
    text-align: center;
    border-radius: 10px;
    background-color:#656565;
    margin: 2% ;
}

.box25
{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 0.8em;
    color: #FFFFFF;
    padding: 2% 0 2% 0;
}

.box25 img
{
    min-width: 80%;
    max-width: 80%;
    text-align: center;
    padding: 2% 0 2% 0;
}

.box50
{
    float: left;
    width: 50%;
    text-align: center;
    font-size: 1em;
    color: #333333;
    padding: 2% 0 2% 0;
}

.box50 img
{
    min-width: 80%;
    max-width: 80%;
    text-align: center;
    padding: 2% 0 2% 0;
}

.box100
{
    float: left;
    width: 96%;    
    font-size: 0.8em;
    padding: 2%;
}

.footer
{
    font-size:0.80em;
    line-height: normal;
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    height:auto;
    color:#512e12;
    background-color:#cfbfa2;
}


.footer a:link, a:visited, a:active
{
    color: #512e12;
    text-decoration: none;
}

.footer a:hover
{
    color: #999999;
    text-decoration: none;
}

.torna
{
    float: left;
    width: 98%;
    padding: 1%;
    font-size: 1em;
    font-weight:bold;
    text-align:center;
}
 
 .testo
 {
    float:left;
    width: 98%;
    padding: 1%;
    font-size: 1em;
    background-color:#fcf2d8;
 }
 
