			.titolo {
				font-size: 1.7em;
				line-height: 120%;
				letter-spacing: -.04em;
				/*margin-bottom: .5em;*/
				margin: -50px -50px 25px -50px;
				background-color: #e4241f;
			}

			.titolo a {
				display:inline-block;
				width:100%;
				padding: 25px 50px;
				color: #FFF !important;
				font-weight: 700 !important;
				position: relative;
				transition: background .5s ease-out;
			}

			.titolo a::after {
				position:absolute;
				top:50%;
				right:10px;
				font-size: 40px;
				line-height: 40px;
				margin-top:-20px;
				font-family: "iconfont";
				font-style: normal;
				font-weight: normal;
				content: '\e85f';
				color:#FFF;				
			}

			.titolo a:hover,
			.button-diario:hover {
				border-bottom: none;
				background-color:#bb0002;
			}

			a.button-green {
				color:#FFF;
				display: inline-block;
			}

			a.button-red {
				color:#FFF;
				display: inline-block;
				font-weight: 700 !important;
			}
			
			.button-diario {
				width: 100px;
				text-align: center;
				margin-top: 10px;
				transition: background .5s ease-out;
			}

			.button-diario::after {
				font-family: "iconfont";
				font-style: normal;
				font-weight: normal;
				content: '\e85f';
				color:#FFF;
				margin: 0 -.5em 0 .5em;
			}

			
			.openslide {
				max-width: 200px;	
			}
			
			.post {
				border: 1px solid #CCC;
				background-color: #F8F8F8;
				padding: 50px;
				margin-bottom: 50px;
			}
			
			.listapost {
				padding: 0 50px;
			}
			
			.asidepost .post {
				font-size: .8em;
			}
			
			.asidepost .post {
				border:none;
				background-color: transparent;
				margin-bottom: 0;
				padding-bottom: 0;
			}
			
			
			h1 {
				color: #e4241f;
			}
			
			.box {
				padding:50px !important;
				background-color:#F8F8F8;
				margin:4px 0 50px 0;

				box-shadow: 5px 10px 10px -3px #AAA;
			}
			.box p,
			.box li {
				font-size:90%;
			}

			.logossm {
				width:50%;
				max-width:250px;
				min-width:150px;
				float:left;
				margin:5px 20px 10px 0;
			}
			
			body.postpage hgroup {
				font-size: .7em;
				max-width: 600px;
				margin: 0 auto 100px auto;
			}

			.pdf-viewer iframe {
				width:100%;
				max-width: 1000px;
			}


			@media all and (max-width:1200px) {
				body.postpage hgroup {
					max-width: 45vw;
					font-size: .8vw;
					margin: 0 auto 8vw auto;
				}
				
				body.postpage .diario-data {
					width: 10vw;
				}
				
				.asidepost .titolo a {
					padding-left: 25px;
				}
				
			}


			@media all and (max-width:992px) {
				.listapost {
					padding: 0;
				}
				
				.post .titolo a {
					padding-left: 25px !important;
				}
				.post .titolo a {
					padding-left: 25px !important;
					padding-right: 25px !important;
				}
			}

			@media all and (max-width:500px) {
				.logossm {
					width:100%;
					max-width:none;
					min-width:none;
					float:left;
					margin:0 0 10px 0;
				}
			}