@charset "UTF-8";
body {
	font: 11px Arial, Helvetica, sans-serif;
    background-image:url(../../images/sfondo_pagina.jpg) ;
	background-repeat:repeat-x;
	background-color:#000;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}


a:link{ text-decoration: none; color: #666666;}
a:visited { text-decoration: none; color: #666666;}
a:hover { text-decoration: underline; color: #666666;}
a:active { text-decoration: none; color: #666666;}

.a1:link{ text-decoration: none; color: #F04999;}
.a1:visited { text-decoration: none; color: #F04999;}
.a1:hover { text-decoration: underline; color: #F04999;}
.a1:active { text-decoration: none; color: #F04999;}

.a2:link{ text-decoration: none; color: #FFFFFF;}
.a2:visited { text-decoration: none; color: #FFFFFF;}
.a2:hover { text-decoration: underline; color: #FFFFFF;}
.a2:active { text-decoration: none; color: #FFFFFF;}


.a_menu:link { font-size: 12px; color:#FFF; font-family: Arial, sans-serif; text-decoration: none;} 
.a_menu:visited { font-size: 12px; color:#FFF; font-family: Arial, sans-serif; text-decoration: none;} 
.a_menu:hover  { font-size: 12px; color:#FFF; font-family: Arial, sans-serif; text-decoration: none;} 
.a_menu:active  { font-size: 12px; color:#FFF; font-family: Arial, sans-serif; text-decoration: none;} 

.a_menusel:link { font-size: 12px; color:#FFFFFF; font-family: Arial, sans-serif; text-decoration: none;} 
.a_menusel:visited { font-size: 12px; color:#FFFFFF; font-family: Arial, sans-serif; text-decoration: none;} 
.a_menusel:hover  { font-size: 12px; color:#FFFFFF; font-family: Arial, sans-serif; text-decoration: underline;} 


h1 { font-weight:normal; line-height:normal; margin:0;}
h2 { font-weight:normal; margin:0;}

.f1 { font-size: 10px; }
.f2 { font-size: 12px; }
.f3 { font-size: 14px; }
.f4 { font-size: 18px; }


.container {
	width: 980px;
	background: #000;
	margin: 0 auto; 
}


#vite {
	position: absolute;
	border:0px;
	
}

#swf_content {width:960px; height:400px; background-color:#45202B;}

input, select, textarea {
   font-family: Arial; font-size: 11px;
   border-top: solid 1px #C0C0C0;
   border-right: solid 1px #676767;
   border-bottom: solid 1px #676767;
   border-left: solid 1px #C0C0C0;
}
.button {
   font-family: Arial; font-size: 11px;
   border-top: solid 1px #FFF4B7;
   border-right: solid 1px #D4D0C8;
   border-bottom: solid 1px #D4D0C8;
   border-left: solid 1px #FFF4B7;
   background: #FF8C12;
}

.disab { background: #E0E0E0; }
.td_on { background: #FF7B00; }
.td_off { background: #FFFFFF; }
.td_off:hover { background: #FF7B00; }