div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width: 672px;
	height: 200px;
	overflow: hidden;
	background:url(../img/noticia.PNG) repeat-x;
	background-position: 0% 100%;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/
		width:672px;
		height:200px;
		overflow: hidden ;
		float: left;
		padding-left:0px ;
		margin-top:0px;
		}
	div.scroller div.content {
		width: 10000px;
		top:0px;
		}

	div#section1 {
		top:0px;
		}
	div#section2 {
		top:0px;
		}
	div#section3 {
		top:0px;
		}
	div#section4 {
		top:0px;
		}
