section.cinerama {
	position:relative;
	padding:0;
	margin-top:0;
	margin-bottom:0;
}
ul.cinerama > li {
	margin:0;
	padding:0;
	position:relative;
	}
ul.cinerama > li > article {
	width: 100%;
	height: 100%;
	display:flex;
	display:-webkit-flex;
	-webkit-flex:1;
	flex:1;
}

/* il modifica dei cinerama */
ul.cinerama > li > span.modifica { /* il modifica */
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2px;
	margin: 0;
	color: white;
	font-size: small;
	border-color: white;
	background-color: black;
	z-index: 84;
}
ul.cinerama > li > span.modifica.visibile {
	display:flex;
	display:-webkit-flex;
	}

ul.cinerama > li > span.modifica > a { 
	display:inline-block;
	width:100%;
	height:100%;
	background-size: cover;
	border-radius: 4px;
	color: inherit;
	box-shadow: none;
	font-family: monospace;
}
ul.cinerama > li > span.modifica:hover > a { color:lightblue; }

/* via la sottolineatura dei link */
nav.cinerama.freccine a,
ul.cinerama .contento > div > a,
ul.cinerama > li span.modifica {box-shadow:none;}


/* gli sfondi degli ul */
ul.cinerama:not([data-sfondo='']) {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
}


/*autoplus*/
ul.cinerama.autoplus > li.plus {
	list-style-type: none;
}
ul.cinerama.autoplus > li.plus > article > div {
	border-radius:8px;
	border:1px solid blue;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	background-color: white;
	width: 100%;
	height: 100%;
}

.cinerama.autoplus > li.plus > article > div > a {
	text-decoration: none;
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	height: 100%;
	width: 100%;
	background: lightgray;
	border-radius: 10px;
	flex-direction: column;
}
.cinerama.autoplus > li.plus > article > div > a > span {
	display:block;
	color:blue;
}
.cinerama.autoplus > li.plus > article > div > a > span.plus {
	font-size:100px;
	line-height: 0.8;
}
.cinerama.autoplus > li.plus > article > div > a > span.scritta {
	font-size:10px;
}
.cinerama.autoplus > li.plus > article > div > a:hover > span {
	color:black;
}
/* FINE SHORTCODES */

/* CATALOGO */
.cinerama_catalogo_struttura_del_li td {
	margin: 2px;
	vertical-align: top;
	border-color: black;
	border-width: 1px;
}
.cinerama_catalogo_struttura_del_li pre {
	-moz-tab-size:2;
	-o-tab-size:2;
	tab-size:2;
	font-family: monospace;
	background-color:lightgray;
	padding: 0;
	margin: 0;
	display: inline;
}
.cinerama_catalogo_struttura_del_li table {
	background-color: lightgray;
	border-collapse: collapse;
	font-size: 12px;
	}
ul.cinerama > li,
ol.cinerama > li {
	list-style: none;
	}

ul.cinerama .foto {
	background-repeat:no-repeat;
	background-position:center center;
}
