/** 
 *  HEADER 
 * -------------------------------------------------------------------------- */
    
#header {
  height: 20px;
  
  background-color: #fff;
}
#header_pre{
  display: inline-block;
  height: 60px;
  
  background-color: #;
}
#header_pre_logo{
  display: inline-block;
  float: left;
  height: 60px;
  width: 50%;
  
  background-color: #;
}
#header_pre_options{
  display: inline-block;
  float: left;
  width: 50%;
  height: 60px;
  
  background-color: #;
}
#header_login_container{
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  padding-top: 10px;
  height: 30px;
  padding-right: 10px;
  text-align: right;
  
  background-color: #2686D7;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}
#header_login_button{
  margin-top: 2px;
  background-color: #;
  margin-left: 320px;
}
#input_login{
  margin-top: 0px;
  margin-left: 10px;
  display: inline-block;
  float: left;
  width: 140px;
  padding: 3px;
  
  background-color: #fff;
  font-size: 11px;
  border: 0px solid #e2e2e2;
  color: #555;
}
#input_login:focus{
  background-color: #fff;
}
#header_navigation{
  display: inline-block;
  float: left;
  width: 97%;
  height: 20px;
  margin-left: 15px;
  padding-top: 2px;
  
  border-top: 1px solid #fff;
  background-color: #;
  color: #2686D7;
  letter-spacing: 1px;
  
  font-size: 11px;
}
#breadcrumb{
  display: inline-block;
  clear: both;
  float: left;
  width: 100%;
  height: 10px;
  background-color: #;
}
