
*
{
   margin:0px;
   padding:0px;
}

html { 
position: relative;
min-height: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

body { 
background-color: #e6e6e6; 
font-family: 'Exo 2', sans-serif;
font-size: 14px;
font-weight: 400;
text-align: left;
color:#9d9fa0;
background-image: url('../images/sfondo.png');
background-position:center;
background-repeat:repeat-y;
}

img.centro
{
display:block;
margin:auto;
}

.corpo_priv {
font-size: 14px;
font-weight: 400;
text-align: left;
margin-right:30px;
margin-left:30px;
}

#capatcha {
margin:auto;
display: block
}

.g-recaptcha{
   margin: 15px auto !important;
   width: auto !important;
   height: auto !important;
   text-align: -webkit-center;
   text-align: -moz-center;
   text-align: -o-center;
   text-align: -ms-center;
}


#footer1
{
width: 100%;
position:relative;
z-index:20;
min-height:60px;
background-color: #75c043; 
}

#footer2
{
width: 100%;
position:relative;
z-index:20;
min-height:60px;
background-color: #9d9fa0; 
}


A:LINK, A:VISITED, A:ACTIVE {
 color: #9d9fa0;
 text-decoration: none;
}

A:HOVER {
 color: #75c043;
 text-decoration : none;
}

A.men:LINK, A.men:VISITED, A.men:ACTIVE {
 color: #ffffff;
 text-decoration: none;
}

A.men:HOVER {
 color: #ffffff;
 text-decoration : none;
}


A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}