<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 */

a, img {
	border:none;
}

a:hover, img:hover {
	border:none;
}

body {
	margin:0px;
	padding:0px;
	background-color:#D82833
}
#container {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#titolo {
	height: 150px;
	line-height: 150px;
	text-align: center;
	background-image: url(../Spec_Biennale_2017/Logo_Biennale_2017.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #D82833;
	border: 5px solid white;
}

#titolo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	line-height: 150px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
#all_colonne {
	-webkit-background-size: contain;
	height: 100%;
	min-height: 700px;
	background-color: #FFF;
}
#colonna {
	width: 330px;
	padding: 10px;
	float: left;
}
#colonna1 {
	width: 300px;
	padding: 10px;
	float: left;
	margin-top: 50px;
}
#colonna2 {
	float: left;
	-webkit-background-size: contain;
	width: 310px;
	height: 100%;
	min-height: 800px;
	padding: 10px;
}
.corsivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	text-align: center;
	font-style: italic;
}
.testo_colonna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: justify;
	margin-top: 0px;
}
.autore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: left;
	font-weight:bold;
	font-style: italic;
}
.didascalia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: center;
	font-style: italic;
	margin:10px 0px 0px 0px;
}
.logo {
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
}
.indirizzo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	font-weight:bold;
	margin-top: 30px;
}

#footer {
	height: 75px;
	background-color: #D82833;
	border-bottom: 5px solid white;
	border-left: 5px solid white;
	border-right: 5px solid white;
}
#lingue {
	height: 20px;
	width: 100px;
	float: right;
	text-align: center;
	margin-top: 27px;
}

.band_link:hover {
	opacity:0.5;
}
.tit_colonna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#lingue a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	text-decoration: none;
}
#lingue a:hover {
	color: #999;
}
</pre></body></html>