@charset "utf-8";
/* CSS Document */

#verde2{
	
	width:900px;
	text-align:center;
	background:#6d9944;
	margin:auto;/* centralizo la page */
	position:relative;
	z-index:1;
	max-width:900px;
	width: expression(this.width > 900 ? 900: true);
	}
	
	ul {
   		  background-color:#6d9944;
		  margin:0 auto 0 auto;
				  }
				  
				  

