.transnoticias {
	background: #e3f5f4;
	margin-bottom: 20px;
	padding: 5px;
}
.transnoticias table {
	border-collapse: collapse;
	color: #000;
	width: 100%;
}
.transnoticias td, .transnoticias th {
	border-bottom: 1px solid #fff;
	font-size: 14px;
	padding: 10px;
}
.transnoticias th { padding: 5px; }
.transnoticias tr:nth-child(even) { background: #c1e8e1; }
.date {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 200px;
}
.file { width: 50px; }
.file a {
	background: url(../img/pdf.png);
	display: block;
	height: 16px;
	margin: auto;
	overflow: hidden;
	text-indent: 99em;
	width: 16px;
}