.texto {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #e7e7e8;
	text-align: justify;
}
.noticias {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e7e7e8;
	text-align: justify;
}
body {
	background-color: F2F2F3;
	margin: 0px;
	padding: 0px;
}
td {
	background-color: #e7e7e8;
}
a {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #0d4d9c;
}
a:visited {
	color: #0d4d9c;
}
a:active {
	color: #0d4d9c;
}


