/*******************************************

Style sheet for displaying NewsSystem items

A.D.Surrey. (www.surneo.com)

********************************************/

/* Outer box */
.newsDiv
{
	width: 80%;
	margin-left: auto;	/* Center the div */
	margin-right: auto;
	overflow: hidden;
	font-family: "Century Gothic";
}

/* Headings for the news items */
.newsHeader
{
	float: left;
	width: 99%;
	text-transform: uppercase;
}
.linkboletin {
	top: -5px;
	float: right;
	width: 99%;
	font-size: 9px;
	text-align: right;
	color: #FFF;
	position: relative;
}

/* Contains the actual news*/
.content
{
	float: left;
	clear: left;
	margin-top: 5px;
	width: 100%;
	/*height: 100px;*/
	text-align: justify;
	font-size: 12px;
	line-height: 12px;
}

/* Style for the Date to be shown */
.newsDate
{
	font-size:12px;
	font-weight: lighter;
}

.cent
{
	text-align: center;
}
.linea {
	background-image: url(images/linea.jpg);
	width: 80%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}
