
*
{
 margin:0px;
 padding:0px;
}

html { 
position: relative;
min-height: 100%;
}

@font-face {
font-family: 'BudweiserHero-Bold';
src: url('font/BudweiserHero-Bold.otf') format('opentype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'HelveticaNeueLTStd-Roman';
src: url('font/HelveticaNeueLTStd-Roman.otf') format('opentype');
font-weight: normal;
font-style: normal;
}



body { 
background: #ffffff;
font-family: "BudweiserHero-Bold", sans-serif;
font-optical-sizing: auto;
font-size: 18px;
font-weight: 400;
text-align: left;
color:#1f2954;
}


img.centro
{
display:block;
margin:auto;
}

#rosso
{
width: 100%;
position:relative;
z-index:20;
background-color: #d90e1e;
}

#footerxxx
{
width: 100%;
position:relative;
z-index:20;
height:50px;
}


.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0px none;
}


A:LINK, A:VISITED, A:ACTIVE {
color: #1f2954;
text-decoration: underline;
}

A:HOVER {
color: #d90e1e;
text-decoration: underline;
}



A.fot:LINK, A.fot:VISITED, A.fot:ACTIVE, A.fot:HOVER{
color: #ffffff;
text-decoration: underline;
}





A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}