#banner_principal{
  display: table;
  width: 978px;
  height: 443px;
  margin-top: 2px;
  background-color: #FFF;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
#banner{
  display: table;
  width: 978px;
  height: 443px;
}
#banner img{
  width: 978px;
  height: 443px;
}

.legenda_principal{
  position: absolute;
  width: 450px;
  color: #FFF;
  font-size: 14px;
  margin-top: 300px;
  margin-left: 503px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-left: 10px solid #051428;
  background-color: #051428;
  z-index: 10;
  
  opacity: 0.9;
  filter:alpha(opacity=90); /* For IE8 and earlier */
  
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
}

#navegador{
  position: absolute;
  text-align: center;
  width: 978px;
  font-size: 30px;
  margin-top: -45px;
  z-index: 10;
}

#navegador a{
  margin: 5px;
  color: #bcbec0;
}
#navegador a{
  text-decoration: none;
}
#navegador a.activeSlide{
  color: #676767;
}
#navegador a:focus{
  outline: none;
}
