/* CSS Document */
#press_release{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}

#fondo_press {
	background-color:rgb(223, 217, 196);
	background-image:url(../images/cem.jpg);
	background-position:center center;	
	background-repeat:no-repeat;
	position:absolute;
	
	left:50%;
	top:50%;
	width:0%;
	height:0%;
	overflow:hidden;
	opacity:0.8;
    filter:alpha(opacity=80);
	border:1px solid #660000;
}

#blocco_news{
	background-color:rgb(240, 233, 214);
	position:absolute;
	top:8%;
	left:25%;
	width:46%;
	height:78%;
	overflow:auto;
	padding:2%;
/*	border:6px solid rgb(197, 136, 116);*/
	z-index:2;

}

#titolo_news{
	color:#000000;
	font-size:18px;
	text-transform:capitalize;
	text-align:center;
	top:10%;
	left:10%;
	width:80%;
	height:5%;
	position:absolute;
}

#chiusura {
	position:absolute;
	right:24%;
	top:5%;
	width:20px;
	height:20px;
	font-size:16px;
	line-height:20px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

#contenitore_press{
	visibility:hidden;
}

._news {
	font-size:2em;
	cursor:pointer;
	margin:10px 0px;
	text-decoration:none;
}
._news:hover {
	text-decoration:underline;
	color:#660000;
}


.subNews{
	font-size:1em;
	text-align:justify;
}

.subNews img {
	text-align:left;
	margin:5px;
	width:100px;
	cursor:pointer;
	
}
.subNews hr {
	float:none;
	clear:both;
}
#show_pr {
	font-size:1em;
	color:#660000;
	font-weight:bold;
	cursor:pointer;
}

#pIntestazione {
	font-size:12pt;
	color:#660000;
	font-weight:bold;
	text-decoration:underline;
	text-align:center;
	width:100%;
}
