@charset "utf-8";
/* CSS Document */
* begin styles for RSS Feed 

     This is the most basic style to use for a list with no bullets */


.rss_box {

	 width: 300px;

	 background-color: #ffffff;

}



.rss_title, rss_title a {
	margin: 0px 0;
	padding: 0;
	color: #CCCCCC;
}



.rss_items {
	list-style:none;
	margin:0;
	padding:0;
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}



.rss_item  {
	font-size: 11px;
	margin-bottom: 1em;
	;
	color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
}


.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	color: #FF5555;
	}



.rss_item a:hover {
	color: #009933;
	}

	

.rss_date {
	font-size: xx-small;
	color: #6699CC;
	}
.rss_titulo {
	font-family: "trebuchet MS";
	font-size: x-small;
	color: #F2F2F2;
	background-color: #993300;
}

