



#header{
  width: 100%;
  height: 130px;
  background-color:  rgb(255,255,255);
 color: rgb(0,115,0);   
 background-image: url('../images/logo_ufabc.jpg');
  background-position: top left;
  background-repeat: x-repeat;
}

#header-logo{
  float: right;
  padding: 0px 0px 0px 0px;
}

#header-title{
  padding: 0px 0px 0px 0px;
  text-align: center;

}

