@charset "utf-8";
#newsticker {
	position:relative;	
	float: left;
	width: auto;
	height: 238px;
	clear:both;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#marquee {
	position:relative;
	float: left;
	/*marquee left should have the same value as newsticker width*/
/*	top: 200px;*/
	top: 238px;
	overflow:visible;
	width:auto;
/*	white-space:nowrap;*/	
}
#noticiasAnterioresRoll {
	position:relative;	
	float: left;
	width: auto;
	height: auto;
	border-bottom: dotted 1px #999999;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
