<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#barra{-moz-box-shadow: 0 8px 25px black;
-webkit-box-shadow: 0 8px 25px black;
box-shadow: 0 8px 25px black;
background-color: #EDEDED;
border-top: 3px solid #f00;
bottom: 45px;
height: 45px;
left: 0;
margin: 0;
position: fixed !important;
width: 100%;
z-index: 99999;
display:none;
opacity:0.8;
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity:0.8;    /* for really really old safari */
}
 
.nascondi {
	font-family: sans-serif, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	text-align: right;
	font-variant: normal;
	text-transform: uppercase;
	vertical-align:top;
	position:absolute; 
	top:0%; 
	right:2%; 
	cursor:pointer;
} 
.apri{
position:fixed; top:0%; right:2%;
cursor:pointer;
border-bottom: 2px solid #F00;
border-right: 2px solid #F60; 
border-left: 2px solid #F60;
width:200px;
background:#EDEDED;
-moz-border-bottom-radius: 10px 10px 0 0px;
-webkit-border-bottom-radius: 10px 10px 0 0px;
border-radius: 0px 0px 10px 10px; height:20px; display:none;
opacity:0.8;
	filter:alpha(opacity=80);    /* ie  */
	-moz-opacity:0.8;    /* old mozilla browser like netscape  */
	-khtml-opacity:0.8;    /* for really really old safari */
}
 
.open{ margin: 20px 0px 0px 50px;}
 
#img_sx{
width:102px; height:35px;
float:left;
background-image:url(../img-tecmat/tecmat-footer.png);
margin-top:5px;
margin-left:2%;}
 
#specifica{
	margin:0 auto;
	padding:5px;
	width:75%;
	text-align: center;
}

.testocookie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}
.testocookiesel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #F00;
	text-decoration: underline;
}</pre></body></html>