/* CSS Document */

#rss{
	width:175px;
	margin:20px 0 20px 3px;	
	background:url(../../modulo_base/img/encabezado-rss.gif) top left no-repeat;
	padding:40px 0 0 0;
	float:left;	
	}
	#detalle_rss{
		width:100%;
		float:left;
		margin:0;
		padding:10px 0 0 0;
		background:url(../../modulo_base/img/body-rss.gif) top left repeat-y;
	}
	#rss dl{
		float:left;
		width:98%;
		margin:0;	
		padding:0 0 28px 0;
		background:url(../../modulo_base/img/pie-rss.gif) bottom left no-repeat;
	}
	*>#rss dl{
		width:99%;
	}
	#rss a{
		color:#000;
		text-decoration:none;
		font-size:11px;
		}
		#rss a:hover{
			text-decoration:underline;
		}
		#rss dt{
			width:85%;
			margin:0 0 10px 0;
			padding:0 0 10px 14px;
			background:url(../../modulo_base/img/rss-separador.gif) bottom center no-repeat;
		}