/* CSS Document */

body {
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR: #646464;
	SCROLLBAR-HIGHLIGHT-COLOR: #2d2d2d;
	SCROLLBAR-SHADOW-COLOR: #2d2d2d;
	SCROLLBAR-3DLIGHT-COLOR: #2d2d2d;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #2d2d2d;
	SCROLLBAR-DARKSHADOW-COLOR: #2d2d2d;
	background-color: #2d2d2d;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a1a1a1;
}
a:link {
text-decoration: underline;
	
}
a:visited {
	text-decoration: none;
	color: #a1a1a1;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #a1a1a1;
}

.text_titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fed000;
	font-style: normal;
	FONT-WEIGHT: bold; 
}
.text_autor{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style: normal;
	font-style: italic;
}
.text_noticia{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cbcbcb;
	font-style: normal;
}