@CHARSET "UTF-8";

#newsLista{
	width: 968px;
	height: 284px;
	margin: 0 1px -24px 1px;
	border-bottom: 1px solid #CCC;
}

#newsLista .containerLista{
	float:left;
	display:block;
	border-right: 1px solid #CCC;
	height: 100%;
	position:relative;
}

#newsLista .last{
	border-right: none !important;
}

#newsLista .containerLista .textNews,
#newsLista .containerLista img.newsListImage{
	margin-top: 10px;
	margin-left:25px;
	margin-right: 25px;
}
.newsItem_1{
	width: 100%;
}

.newsItem_2{
  width: 49%;
}

.newsItem_3{
  width: 32%;
}

.newsItem_4{
  width: 24%;
}

.textNews .newsDate{
	color: #974A5B;
	font-size: 11px;
	font-weight: bold;
}

.textNews h3 {
	color: #767676;
	font-size: 15px;
	margin: 0;
	padding: 3px 0 0 0;
}

.textNews p{
	color: #767676;
	font-size: 11px;
	margin: 5px 0;
  height: 55px;
}

.containerLista .readMoreLink{
	background-color: #B6B6B6;
	text-decoration: none;
	padding: 5px;
	color: #FFF;
	position:absolute;
	bottom:13px;
}

.containerNewsPrecedenteNewsSuccesiva{
	margin-bottom: 0px !important;
	float:left;
}


/** Stili contenuti tinymce */
em.newsItalic
{
  color: #767676;
  font-style: italic;
}
