body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tablaBoletin {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.boletin{
	background-color: #666666;
	width: 100%;
	text-align: right;
}
.noticia {
	background-color: #00CC00;
	width: 100%;
	text-align: right;
}
.recuerda {
	background-color: #CC0000;
	width: 100%;
	text-align: right;
}
.catBoletin {
	background-color: #666666;
}
.detBoletin {
	background-color: #E4E7E7;
	text-align: justify;
}
.catNoticia {
	background-color: #339900;
}
.detNoticia {
	background-color: #DCFED8;
	text-align: justify;
}
.catRecuerda {
	background-color: #CC0000;
}
.detRecuerda {
	background-color: #FFE8FF;
	text-align: justify;
}

