﻿.dettaglioNews
{
	margin-top: 5px;
	margin-left: 12px;
}

.dettaglioNews .news_titolo,
.dettaglioNews .agenda_titolo
{
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#791213;
    font-size:18px;
    letter-spacing:1px;
    line-height:24px;
    /*
	position:absolute;
	top:0px;
	left:80px;
	*/
}

.dettaglioNews .news_data,
.dettaglioNews .agenda_data
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	/*
	position:absolute;
	top:0px;
	left:0px;
	*/
	color:#353535;
	font-weight:bold;
}    

.dettaglioNews .news_immagine,
.dettaglioNews .agenda_immagine
{
	display:none;
}


.dettaglioNews .news_testo,
.dettaglioNews .agenda_testo
{
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#353535;
    font-size:12px;
    letter-spacing:1px;
    line-height:18px;
    margin-top: 15px;
}    

/* Siccome si deve inserire il titolo di pagina direttamente nella news, allora titolo e data devono essere inseriti in seno al testo */
.dettaglioNews .contenuto
{
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
	float:left;
	width: 470px;
}
.dettaglioNews .titolo
{
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#791213;
    font-size:18px;
    letter-spacing:1px;
    line-height:24px;
}

.dettaglioNews .data
{
	float:left;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
    color:#b10101;
}    

.dettaglioNews .testo
{
    font-family:Georgia, "Times New Roman", Times, serif;
    color:#353535;
    font-size:12px;
    letter-spacing:1px;
    line-height:18px;
    margin-top: 10px;
}    
.dettaglioNews .testo a
{
	color: #90effd;
    font-size:12px;
    font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
.dettaglioNews .testo a:hover
{
	text-decoration:underline;
}

.dettaglioNews a.back_news
{
    color:#000;
    font-size:14px;
    font-family: Arial, Sans-Serif;
    text-decoration:none;
}    
.dettaglioNews a.back_news:hover
{
    font-size:12px;
    text-decoration:underline;
}    

