	body {
		font-family: "Trebuchet MS", Myriad, Arial, Sans-Serif;
	}
	#noticias h2 {
		font-size: 1em;
	}
	#noticias p {
		font-size: 0.8em;
		line-height: 1.6em;
	}
	#noticias p a {
		color: #003273;
	}
	#noticias p a:active {
		color: #003273;
		text-decoration: none;
		border-bottom: 1px dotted #003273;
	}
	#noticias p a:visited {
		color: #003273;
		text-decoration: none;
		border-bottom: 1px dotted #003273;
	}
	#noticias p a:hover {
		color: #003273;
		text-decoration: none;
	}
	#noticias p.fecha {
		color: #555;
		margin: 0;
		padding: 0;
		line-height: 1em;
	}
	#noticias p img {
		float: left;
		margin-right: 1em;
	}
	#noticias p.navegador {
		text-align: right;
	}