div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 590px;
	_width: 580px;
	overflow: hidden;
	_margin-right:20px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:590px;
		_width:580px;
		overflow:hidden;
		float:left;
		padding-top:17px;
		
	
		}
	div.scroller div.content {
		width: 10000px;
		}

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

ul#toolbar {
	height: 50px;
	width: 590px;
	text-align: center;


	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	margin-left:-45px;
	.margin-left:-5px;
	_margin-left:-5px;
	/* border-bottom: 1px solid #ccc;	*/
	}
	
#toolbar li {
	float: left;

	}
	
#toolbar li a {
	height: 29px;
	display: block;
	padding-top:20px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
#toolbar li a.hover{
color:#cee296;
}	
#toolbar li.active {
	background-position: top;
	color:#cee296;
	}

#toolbar li.inactive {
	background-position: bottom;
	color:#cee296;
	}
	
#toolbar li:hover {
	background-position: top;
	color:#cee296;
	}
		
#toolbar li#home-tab {
	width: 70px;
	background-image:url(../imagenes/fondo-celda-menu.png);
	background-repeat:no-repeat;
	}
#toolbar li#nosotros-tab {
	width: 70px;
	background-image:url(../imagenes/fondo-celda-menu.png);
	background-repeat:no-repeat;
	}
#toolbar li#proyectos-tab {
	width: 70px;
	background-image:url(../imagenes/fondo-celda-menu.png);
	background-repeat:no-repeat;
	}
#toolbar li#donacion-tab {
	width: 100px;
	background-image:url(../imagenes/fondo-celda-menu-galeria.png);
	background-repeat:no-repeat;
	}

#toolbar li#galeria-tab {
	width: 100px;
	background-image:url(../imagenes/fondo-celda-menu-galeria.png);
	background-repeat:no-repeat;
	}
#toolbar li#contacto-tab {
	width: 70px;
	background-image:url(../imagenes/fondo-celda-menu.png);
	background-repeat:no-repeat;
	}
	
#toolbar li#convocatoria-tab {
	width: 100px;
	background-image:url(../imagenes/fondo-celda-menu-galeria.png);
	background-repeat:no-repeat;
	}