body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  font-family: Verdana, Helvetica, Sans-Serif;
  color: #061a4a;
}

a {
  text-decoration: none;
  color: #061a4a;
}

#main {
  position: absolute;
  width: 100%;
}

#menu {
  position: fixed;
  left: 18px;
  top: 65px; 
  color: white;
  z-index: 2;
}

#menu a {
  color: white;
  font-weight: bold;
  font-size: 12px;
}

#sidec { 
  position: absolute;
  top: 142px;
  left: 18px;
  width: 20%;
  padding-bottom: 80px;
  color: #859fba;
  font-size: 0.9em;
}


#contents { 
  position: absolute;
  left: 20%;
  top: 160px;
  right: 310px;
  padding-bottom: 80px;
  line-height: 1.4em;
}


#contents h1 { 
  
}

#contents h4 { 
  margin-bottom: 0;
}

#blue { 
  background-color: #041c3a;
  position: fixed;
  width: 100%;
  top: 0px;
  height: 90px;
  z-index: 1;
}

#logo { 
  position: fixed;
  right: 30px;
  top: 46px;
  width: 268px;
  height: 66px;
  background-image: url(/img/taenia.png);
  z-index: 2;
}


#footer { 
  background-color: white;
  position: fixed;
  height: 73px;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

#red { 
  background-color: #d91714;
  position: absolute;
  width: 20%;
  left: 0;
  top: 0;
  height: 21px;
}

#blue2 { 
  background-color: #041c3a;
  position: absolute;
  width: 80%;
  left: 20%;
  top: 0;
  height: 21px;
}

#group { 
  position: absolute;
  left: 18px;
  top: 39px;
  width: 125px;
  height: 16px;
  background-image: url(/img/lastmediagroup.png);
}

#pics { 
  position: absolute;
  width: 244px;
  top: 182px;
  right: 33px;
}

#pics img { 
  margin-bottom: 15px;
}

.subtitle { 
  margin-top: 0.4em;
  font-size: 0.8em;
  line-height: 1.2em;
}

.dateline { 
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 2px;
}

.description { 
  margin-top: 0.5em;
}

.cat_selected { 
  font-weight: bold;
}

.lang_selected { 
  font-weight: bold;
}

#sidec h4 { 
  margin-bottom: 0;
}

#thumbs div {
  position: absolute;
  width: 480px;
  height: 320px;
  text-align: center;
  overflow: hidden;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.alpha(opacity=0);
  opacity: 0.0;
  background-color:'+fadebgcolor+';
}


#languages { 
  position: absolute;
  z-index: 4;
  right: 50px;
  top: 10px;
}

#languages .active { 
  margin-left: 4px;
  color: #a8bbcd;
  font-weight: 900;
  font-size: 10px;
}

#languages a { 
  font-weight: 900;
  font-size: 10px;
  color: white;
  margin-left: 4px;
}

.video_overlay { 
  width: 480px;
  height: 270px;
}

.video_overlay .under { 
  position: absolute;
  z-index: 1;
}

.video_overlay .over { 
  position: absolute;
  z-index: 2;
}

