@charset "UTF-8";

@import url("screen.css");

html,body {
	background-color: #ffffff !important;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	margin: 0;
	padding: 0;
}

h1, h2, h3,
  h4, h5, h6 {
	page-break-after: avoid;
}

ul, ol, dl {
	page-break-before: avoid;
}

a {
	color: #000000 !important;
	text-decoration: none !important;
	font-weight: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#contenitore {
	padding: 0;
	width: 95%;
	margin: 2%;
}

#pagina {
	line-height: 1.3em;
	background: none;
	width: 100%;
	font-size: 1em;
	margin: 0;
	padding: 0;
	border-style: none;
	clear: right;
	float: left;
	display: block;
}

#pagina p {
	orphans: 3;
	widows: 3;
}

#menu-laterale {
	display: none !important;
}

#intestazione {
	display: none !important;
}

#intestazione .titolo-intestazione {
	display: none !important;
}

#intestazione .menu-intestazione {
	display: none !important;
}

#piedipagina {
	color: #000000;
	background: transparent none;
	font-size: 0.8em;
	margin: 0;
	padding: 0.5em;
	width: 100%;
	display: block;
	float: left;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
}

#piedipagina img {
	display: none;
}

.pdf:after {
	content: '';
}

.word:after {
	content: '';
}

.excel:after {
	content: '';
}


