*, body{
  padding:0px;
  margin:0px;
}

html, body{
  background-color: black;
  height:100%;
}

div.container{
  height:100%;
}

div.top{
  height:95%;
  width: 100%;
  display: table;
}

div.bottom{
  height:5%;
  border-top: solid 1px white;
}

div.logo_bc{
  text-align: center;
  display: table-cell;
  vertical-align: middle;

}

div.logo_bc2{
  margin-top: 25px;
    text-align: -webkit-center;


}

div#sax:hover{
  border-bottom: solid 3px #2380E7;
}

div#sax{

  height: 48px;
  width: 110px;
    text-align: center;
  display: table-cell;
  vertical-align: middle;


}

div#linea{
  height: 48px;
  width: 110px;
    text-align: center;
  display: table-cell;
  vertical-align: middle;
}

div#leaf{
    height: 48px;
  width: 110px;
    text-align: center;
  display: table-cell;
  vertical-align: middle;

}

div#leaf:hover{
  border-bottom: solid 3px #45B292;
}

div.contacto{
  background-color: black;
  margin: -12px auto 0 auto;
  width: 175px;
  padding: 0px 4px;

}

a{
  font-size: 12px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color:white;
  text-decoration: none;
}

div.linea{
    height: 1px;
    width: 100%;
    border: 0;
    background-color: white;
    opacity: 0.7;



}
