div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 320px; 
	height: 100px;
	overflow: hidden;
	/*border:1px solid #3A85A9;*/
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:320px;
	height:100px;
	overflow:hidden;
	float:left;
	color: #333;
	font-size: 12px;
	
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		
		}
#DIVcontenedorHOME {
	background-image: url(../sitauto_primera_en_transporte_urbano/mapa_fondo2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	height: 392px;
	width: 900px;
	left: 0px;
	top: 0px;
	z-index: 100;
}
.piepaginaCUENTAS {
	background-image: url(../sitauto_primera_en_transporte_urbano/pie_de_pagina_cuentas.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
