/* CSS Document */
table#Noticies {
	width: 100%;
	text-align: left;
	margin-left: 0px;
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	border-left: 1px solid #DDE1E3;
	border-top: 1px solid #DDE1E3;
	border-right: 1px solid #C1C9CD;
	border-bottom: 1px solid #C1C9CD;
	padding: 2px 5px 0px 5px;
	background-image: url(../img/util/fons_blau_clar.gif);
	background-repeat: repeat;
	background-position: top left;
}
table#Noticies td.cap {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}
table#Noticies td.noti {
	font-size: 11px;
	font-weight: 100;
	padding-right: 5px;
	padding-left: 0px;
}
table#Noticies td.peu {
	font-size: 11px;
	text-align: right;
	font-weight: 100;
	padding-top: 10px;
	padding-bottom: 5px;
}
table#Noticies a.historic {
	font-size: 11px;
	color: #787878;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 700;
}
table#Noticies a.historic:hover {
	color: #00589c;
}

