/***
 *
 *  GIALLO: #FDCD11
 *  LINEE: #D4A927
 *  ORO: #CC9900
 *
 *
 ***/

html, body, #centrato {
  height: 100%;
  min-height: 600px;
}

.col1, .col2, .col3 {
  border-right: 1px solid #D4A927;
  padding-right: 10px;
  text-align: right;
}

.col1 { width: 110px; }
.col2 { width: 320px; }
.col3 { width: 250px; }

.bottom {
  position: absolute;
  bottom: 17px;
  right: 10px;
}

#home_top {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 5;
  padding-top: 15px;
}

  #home_top #logo {
    position: relative;
    float: right;
    bottom: 0;
    margin: 0px 0 30px 0;
    text-align: left;
  }
  
  #home_top .col1 {
    margin-top: 45px;
    height: 505px;
  }
  
  #home_top .col2 {
    margin-top: 140px;
    height: 410px;
  }
  
  #home_top .col3 {
    margin-top: 300px;
    height: 250px;
  }

#home_bottom {
  height: 100%;
  width: 100%;
}

  #home_bottom .col1,
  #home_bottom .col2,
  #home_bottom .col3 {
    position: absolute;
    bottom: 0;
    height: 50%;
  }
  
  #home_bottom .col1 { left: 40px; }
  #home_bottom .col2 { left: 161px; }
  #home_bottom .col3 { left: 492px; }

ul li.gold {
  margin-bottom: 10px;
}

#quadro {
  position: relative;
  margin-top: -128px;
  outline: none;
}

a.selected {
  color: #000;
}


