body{
  margin:0;
  padding:0;
  background:#605d5d;
}
#divNews{
  width:435px;
  height:530px;
  background:url(../images/news_bg.jpg) no-repeat right 0;
  position:absolute;
  z-index:10;
  margin-top:50%;
  margin-left:50%;
  top:-380px;
  left:-55px;
  display: none;
}
#divNewsColunaEsq{
  width:56px;
  float:left;
  padding:490px 0 0 0;
}
#divNews ul{
  width:100px;
  margin:29px 0 0 0;
  padding:0;
  float:left;
/*  border:1px solid green;*/
}
#divNews li{
  height:61px;
  margin:0;
  padding:20px 0 10px 0;
  float:left;
  list-style-type:none;
}


.news1 a{ background:url(../images/news_bt1_a.jpg) no-repeat; width:280px; height:40px; float:left; padding:15px 0 0 88px; margin:0 0 0 0; font:11px verdana; color:#1c1b1b; font-weight:bold; letter-spacing:2px; text-decoration:none; overflow:hidden; }
.news1 a:hover{ background:url(../images/news_bt1_b.jpg) no-repeat; float:left; color:#666; }

.news2 a{ background:url(../images/news_bt2_a.jpg) no-repeat; width:280px; height:40px; float:left; padding:15px 0 0 88px; margin:0 0 0 0; font:11px verdana; color:#1c1b1b; font-weight:bold; letter-spacing:2px; text-decoration:none; overflow:hidden;}
.news2 a:hover{ background:url(../images/news_bt2_b.jpg) no-repeat; float:left; color:#666;}

.news3 a{ background:url(../images/news_bt3_a.jpg) no-repeat; width:280px; height:40px; float:left; padding:15px 0 0 88px; margin:0 0 0 0; font:11px verdana; color:#1c1b1b; font-weight:bold; letter-spacing:2px; text-decoration:none; overflow:hidden;}
.news3 a:hover{ background:url(../images/news_bt3_b.jpg) no-repeat; float:left; color:#666;}

.news4 a{ background:url(../images/news_bt4_a.jpg) no-repeat; width:280px; height:40px; float:left; padding:15px 0 0 88px; margin:0 0 0 0; font:11px verdana; color:#1c1b1b; font-weight:bold; letter-spacing:2px; text-decoration:none; overflow:hidden;}
.news4 a:hover{ background:url(../images/news_bt4_b.jpg) no-repeat; float:left; color:#666;}

.news5 a{ background:url(../images/news_bt5_a.jpg) no-repeat; width:280px; height:40px; float:left; padding:15px 0 0 88px; margin:0 0 0 0; font:11px verdana; color:#1c1b1b; font-weight:bold; letter-spacing:2px; text-decoration:none; overflow:hidden;}
.news5 a:hover{ background:url(../images/news_bt5_b.jpg) no-repeat; float:left; color:#666;}


.backHome a{ background:url(../images/news_backhome_a.gif) no-repeat; width:56px; height:39px; float:left; }
.backHome a:hover{ background:url(../images/news_backhome_b.gif) no-repeat; }

.displayNone{
  display:none;
}