div.chico div.degrade {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#B7B7B7), to(#DBDBDB));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #B7B7B7, #DBDBDB);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #FFFFFF, #F3DFCB);
  /* IE 10 */
  background: -ms-linear-gradient(top, #B7B7B7, #DBDBDB);
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #B7B7B7, #DBDBDB); 
  
}

div.pie {
  background-color: #CC9933;
  
}