div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 946px; 
	height: 500px;
	overflow: hidden;
	background-color:#FFFFFF;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:946px;
		height:500px;
		overflow:hidden;
		float:left;
		padding-bottom:1em;
		padding-right:1em;
		border-left:1px #999999 solid;		
		}
	div.scroller div.content {
		width: 10000px;
		}

	div#section2 {
		color:#000;
		}
/* The toolbar for the content box */

ul#toolbar {
	height: 52px;
	width: 906px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	background:url(../img/fondo-ul.png);
	/* border-bottom: 1px solid #ccc;	*/
	}
	
#toolbar li {
	float: left;
	}
	
#toolbar li a {
	height: 32px;
	display: block;
	padding-top:20px;
	font-size:14px;
	color:#09a2c9;
	margin-left:-10px;
	}
	
#toolbar li.active {
	/* border-bottom: 1px solid #f2f2f2; */
	background-position: top;
	}

#toolbar li.inactive {
	background-position: bottom;
	}
	
#toolbar li:hover {
	background-position: top;
	}
		
#toolbar li#descripcion-tab {
	width: 168px;
	background-image:url(../img/toolbar_tabs-terminal.png);
	background-repeat:no-repeat;
	}
#toolbar li#admin-tab {
	width: 168px;
	background-image:url(../img/toolbar_tabs-terminal.png);
	background-repeat:no-repeat;
	}
#toolbar li#caract-tab {
	width: 168px;
	background-image:url(../img/toolbar_tabs-terminal.png);
	background-repeat:no-repeat;
	}
#toolbar li#contacto-tab {
	width: 168px;
	background-image:url(../img/toolbar_tabs-terminal.png);
	background-repeat:no-repeat;
	}

#toolbar li#oferta-tab {
	width: 183px;
	background-image:url(../img/toolbar_tabs-oferta.png);
	background-repeat:no-repeat;
	}