div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 630px; 
	height: 170px;
	overflow: hidden;
	/*background-color:#ffffff;*/
	/*border:1px solid green;*/
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 630px;
	height:160px;
	overflow:hidden;
	float:left;
	font-size: 11px;
	color:#000000;
	/*border:1px solid red;*/
}
div.scroller div.content {
	width: 100000000px;
}

.laseccion{
	width: 630px;
	height:160px;
	/*border:1px solid blue;*/
	padding-top: 2px;
	padding-bottom: 2px;
}