body {
	background-color: #090E12;
}
table.fondo {
	background-image:url(../images/bg_newsletter.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:none;
	width:600px;
	height:800px;
	vertical-align: top;
}
table.noticia {
	background-color:#FFFFFF;
	border:solid 1px #e5e5e5;
	width:255px;
	height:373px;
}
.titulo {
	font-family:Tahoma;
	font-size:12px;
	color:#930000;
	font-weight:bold;
}
.texto {
	font-family:Tahoma;
	font-size:11px;
	color:#5e5e5e;
	text-align: justify;
	line-height:1.5em;
}
a.getmore {
	background-image:url(../images/bt_getmoreinfo.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:172px;
	height:24px;
	display:block;
	margin:0 auto;
	margin-top:7px;
}
a:hover.getmore {
	background-image:url(../images/bt_getmoreinfo_on.gif);
}
