/* LISTADO DE CANALES RSS
----------------------------------------------*/
ul.rss {
	width:100%;
	margin-bottom:30px;
	float:left;}
	
ul.rss li {
	width:100%;
	margin-bottom:25px;
	float:left;
	font-size:0.8em;}
	
ul.rss p.tit {
	background:#e4e4e4;
	text-transform:uppercase;
	color:#333;
	font-weight:bold;
	width:100%;
	padding:2px 0px 2px 0px;}
	
ul.rss p.tit span{
	padding-left:5px;}

	
ul.rss  a.canal {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/ico_rss.gif) no-repeat left top;
	padding-left:20px;
	width:200px;
	display:block;
	float:left;
	margin-bottom:15px;}
	
ul.rss  a.canal:hover {
	text-decoration:underline;}
		
