#rss {
	width:180px;
	height:460px;
	margin-right:10px;
	background-image:url(../images/rss.png);
	background-repeat:no-repeat;
	float:right;
	}

.rssTit {
	font-family:"trebuchet ms", verdana, "bitstream vera sans";
	font-size:14px;
	color:#FFF;
	width: 180px;
	height:18px;
	background-image:url(../titulos/noticias.png);
	}

.titlefield{ /*CSS for RSS title link in general*/
text-decoration: none;
font-family:"trebuchet ms", verdana, "bitstream vera sans";
font-size:11px;
color:#FFF;
}

.labelfield{ /*CSS for label field in general*/
color:#CCC;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:#999;
font-size: 90%;
}

#newsRSS{ /*Demo 2 main container*/
font-family:"trebuchet ms", verdana, "bitstream vera sans";
font-size:10px;
width: 176px;
height: 416px;
padding: 2px;
background-image:url(../images/rss.png);
}

#newsRSS div ul{ /*Demo 2 UL container*/
margin: 0;
padding-left: 18px;
}

#newsRSS div ul li{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 4px;
}

