	div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 435px; 
	height: 350px;
	overflow: hidden;
	border:1px solid #6666FF;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:428px;
		height:350px;
		overflow:hidden;
		float:left;
		padding:1em;
				
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section1 {
		background:#E2F1FC;
		color:#990000; 
		font-size:12px;
		}
		
		
	div#section2 {
		background:#E2F1FC;
		color:#990000;
		font-size:12px;
		}
		
	
	div#section3 {
		background:#E2F1FC;
		color:#990000;
		font-size:12px;
		}
	
	div#section4 {
		background:#E2F1FC;
		color:#990000; 
		font-size:12px;
		}
		
	div#section5 {
		background:#E2F1FC;
		color:#990000; 
		font-size:12px;
		}	
		
		
	.icms{font-family:Arial; color:#339966; font-size: 12px;}
	
	.iss{font-family:Arial; color:#663366;  font-size: 12px;}
	
	.zfm{font-family:Arial; color:#663300;  font-size: 12px;}
	
	.revista{font-family:Arial; color:#333333; font-size: 12px;}
	
	.menuA:link     {font-family: arial;   font-size: 11px; color: #006699; text-decoration: none; margin-bottom: 3px;}
	.menuA:visited  {font-family: arial;   font-size: 11px; color: #006699; text-decoration: none; margin-bottom: 3px;}
	.menuA:hover    {font-family: arial;   font-size: 11px; color: #006699; text-decoration: underline; margin-bottom: 3px;} 
	.menuA:active   {font-family: arial;   font-size: 11px; color: #006699; text-decoration: none; margin-bottom: 3px;}
