
*
{
   margin:0px;
   padding:0px;
}

html { 
position: relative;
min-height: 100%;
}

@font-face {
font-family: 'KGBlankSpaceSketch';
src: url('KGBlankSpaceSketch.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
} 

body { 
background: #973f99;
font-family: "Nunito", sans-serif;
font-optical-sizing: auto;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#ffffff;
}

select {
/* for Firefox */
-moz-appearance: none;
/* for Chrome */
-webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
display: none;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:focus{
outline: none;
}


.corpo_err {
font-size: 18px;
font-weight: 800;
text-align: center;
margin-top:40px;
margin-left:15px;
margin-right:15px;
margin-bottom:15px;
line-height:1.2;
color:#ffed00;
}

img.centro
{
display:block;
margin:auto;
}

#premio1, #premio2, #premio3 
{
width: 100%;
position:relative;
z-index:20;
background-color: #30b7be; 
}

#premio4
{
width: 100%;
position:relative;
z-index:20;
background-color: #ed6c31; 
}



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0px none;
}


#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;
}

label {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
}

select {
  width: 100%; /* o una larghezza fissa se preferisci */
  max-width: 360px;
  padding: 5px;
}




A:LINK, A:VISITED, A:ACTIVE {
color: #ffffff;
text-decoration: none;
}

A:HOVER {
color: #ffffff;
text-decoration : none;
}

A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE  {
color: #ffffff;
text-decoration: none;
}

A.fot:HOVER  {
color: #ffed00;
text-decoration: none;
}

A.men:LINK, A.men:VISITED, A.men:ACTIVE  {
color: #ffffff;
text-decoration: none;
}


A.men:HOVER {
color: #ffed00;
text-decoration : none;
font-weight: 700;
}

a.men::before {
display: block;
content: attr(title);
color: #ffed00;
text-decoration : none;
font-weight: 700;
height: 0;
overflow: hidden;
visibility: hidden;
}

A.privlink:LINK, A.privlink:VISITED, A.privlink:ACTIVE, A.privlink:HOVER  {
color: #ffed00;
text-decoration: underline;
}






A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}