/* Elementi stili font */
* { border:0; margin:0; padding:0;}
a, .non_sottolineato {	text-decoration:none; }
table { border-spacing: 0px 0px; }
.nero, .link_00 { color:#000000; }
.bianco, .link_01 { color:#ffffff; }
.sfondo_bianco { background:#ffffff; }
.sfondo_nero { background:#000000; }
.sfondo_blu_00 { background:#006fa4; }
.assoluto { position:absolute; }
.relativo { position:relative; }
.fisso { position:fixed; }
.origine { top:0px; left:0px; }
.totale { width:100%; height:100%; }
.largo { width:100%; }
.alto { height:100%; }
.meta { width:50%; }
.centrato { margin:auto; }
.chiusura { position:relative; clear:both; }
.destra { float:right; }
.tabella { display:table; }
.cella { display:table-cell; vertical-align:middle; }
.txt_centro { text-align:center; }
.txt_destro { text-align:right; }
.txt_sinistro { text-align:left; }
.txt_alto { vertical-align:top; }
.giustificato { text-align:justify; }
.minuscolo { text-transform:lowercase; }
.maiuscolo { text-transform:uppercase; }
.sottolineato { text-decoration:underline; }
.grassetto { font-weight:bold; }
.corsivo { font-style:italic; }
.invisibile { visibility:hidden; }
.nascosto { display:none; }
.limitato { overflow:hidden; }
.cursore { cursor:pointer; }
.font_zero { font-size:0px; line-height:0px; }
.fade { filter: alpha(opacity=00); opacity:.00; visibility:hidden; }
.sprite { background:url(../img/sprite.png) no-repeat; overflow:hidden; }
.loader { background:#ffffff url(../img/loading.gif) center no-repeat; }
.opaco_00 { filter: alpha(opacity=85); opacity:.85; }
body { font-family:Arial; font-size:0px; line-height:0px; -webkit-text-size-adjust:100%; background:#ffffff; color:#ffffff; z-index:0; }
h1, h2, h3, h4, h5, h6 { font-size:0px; line-height:0px; font-weight:normal; }

/* generali layout */
div#schermo { min-width:1260px; min-height:600px; background: linear-gradient(-90deg,#ababab,#f4f4f4); }
div#box_testata { height:16%; background:url(../img/logo_retebiella_video.png) center no-repeat; }
div#box_video { height:64%; display:flex; }
div#video { top:0px; height:90%; }
img.ratio { height:100%; }
div#box_footer { height:20%; }
div#box_banda { height:69px; margin-top:13px; background:url(../img/sfumatura_banda.png) bottom repeat-x; }
div#banda { height:50px; font-size:29px; line-height:50px; }
div#box_dati { font-size:13px; line-height:19px; margin-top:-8px; }
div#box_dati p { font-size:16px; }