.news_list {
  border-bottom: 1px solid #d6d6d6;
  padding: 15px 0;
}
.news_list span {
  display: block;
  font-size: 0.9em;
  color: #8a8a8a;
}
.news_list a {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
  padding: 3px 0;
}
.news_list.top a {
  color: #c80000;
}
.news_list a:hover {
  text-decoration: none;
  color: #393939;
}
.news_list .news_list_left {
  float: left;
  background: url('../images/news_top_pic.gif') no-repeat;
  width: 159px;
  min-height: 107px;
  _height: 107px;
  padding-left: 5px;
  padding-top: 2px;
}
.news_list .news_list_left a {
  display: block;
  width: 154px;
  height: 96px;
  overflow: hidden;
}
.news_list .news_list_right {
  float: left;
  width: 290px;
  padding-left: 6px;
}

/******** Fotogaleria ********/
ul.gall-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.gall-list li {
  padding: 5px 0;
  /*background: url('../images/dot.gif')repeat-x center bottom;*/
  display: block;
  border-bottom: 1px solid #d6d6d6;
}
ul.gall-list li span {
  font-size: 0.85em;
}
.album_list {
  padding: 3px;
  float: left;
  width: 145px;
  height: 145px;
}
.album_list .album_photo {
  border: 1px solid #d6d6d6;
  width: 145px;
  height: 145px;
}
.album_list a {
  display: block;
  width: 139px;
  height: 139px;
  overflow: hidden;
  margin: 3px;
}

/******** TABLES ********/

.table_list {
  width: 100%;
  border-spacing: 1px;
  empty-cells: show;
  border: 0;
  border-spacing:0;
  border-collapse:collapse;
}
.table_list th {
  border-bottom: 1px solid #000000;
  padding: 5px;
}
.table_list td {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px;
  text-align: left;
}
.table_list td .light_view {
  color: #7F7F7F;
  font-size: 0.85em;
  font-weight: normal;
}
.table_list tr {
  behavior: url(/include/hover.htc);
}
.table_list tr.mod_0 td, .table_list td{
  background-color: #fff;
}
.table_list tr.mod_1 td, .table_list td{
  background-color: #efefef;
}
.table_list tr:hover td, .table_list .hover td{
  background-color: #dfdfdf;
}

/***********
VIDEOGALERIA
***********/
.player {text-align: center;}
