.newsticker {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:275px;
	color:#A2A2A2;
	margin:20px 0 0 0;
	list-style-type: none;
	padding:0;
}
.newsticker li{
	padding: 0;
	margin: 0;
	height:150px;
}
.newsticker li a{
	color:#CCCCCC;
}
.newsticker li a:hover{
	color: #FF8800;
}
.newsticker p.comentario {
	color: #666666;
	font-size:12px;
	font-weight:normal;
}
.newsticker p.autor {
	color: #E18700;
	font-weight:normal;
	margin-top:20px;
}
