.temporeale_sfondo {
	top: 0px;
	left: 0px;
	background-color: #eeeeee;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.temporeale_notizia {
	background-color: #ffffff;
	border-style: none;
	border-radius: 7px;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 1em;
}

.temporeale_dataora {
	font-size: 0.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

.temporeale_titolo {
	color: #cc0000;
	font-size: 3.5em;
	font-weight: bold;
	height: 10%;
	text-align: right;
	top: 10px;
	right: 5%;
	left: 5%;
	text-transform: uppercase;
}

