div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 490px; 
	height: 273px;
	overflow: hidden;
	border:1px solid #FFFFFF;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:490px;
		height:273px;
		overflow:hidden;
		float:left;
		padding:0px;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		background:#666666;
		color:#ffffff;
		}

.border{
	border-color:#FFFFFF;
	} 
	
/*******************************************************/	
.titulos{  
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	font-size: 20px; 
	font-weight: normal; 
	color: #FFFFFF;
	
}
.content-titulos{  
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	color: #FFFFFF;
}

