.textos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Titols {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

/* Noticias */
.news_detail {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid black;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
	text-align: justify;
}
.news_detail h1 {
	color: #002997;
	font-size: 1.2em;
}
.news_detail p {
	font-size: 1em;
}
.news_detail img {
}
.news_download {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 2em;
}
.news_download a {
	text-decoration: none;
}
.news_download a:hover {
	text-decoration: underline;
}
.news_download img {
}

/* Descargas */
.downloadlink {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #002997;
}
.downloadlink p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.downloadlink p.date {
	font-style: italic;
	font-size: 0.8em;
}
.downloadlink img {
	border: 0;
}
.downloadlink a {
	text-decoration: none;
	color:#002997;
}
.downloadlink a:hover {
	text-decoration: underline;
}
.downloadlink p.oldsoftware {
	margin-top: 2em;
	font-style: italic;
	font-size: 0.6em;
}


