/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Noticies CSS */

/* --------------------------- Imatges Fons --------------------------- */

#header {
  background-image:url(../../image/header_noticies.jpg);
}

#contingut {
  background-image:url(../../image/cos_noticies.jpg);
}

.lateral {
  background-image:url(../../image/lateral_noticies.jpg);
}

#contingut #inici_lateral { height:25px; }

.top_margin { margin-top:15px; }

/* --------------------------- Noticies --------------------------- */

.box_news {
  margin-top:15px;
  padding:15px;
  background:url(../../image/blanc_80.png);
  width:600px;
  overflow:hidden;
}

/* --------------------------- Imatges --------------------------- */

.img_news {
  display:block;
  float:left;
  margin:0px;
  width:200px;
  height:150px;
  background:#ddd;
  text-indent:-8000px;  
}

.body_news {
  float:right;
  width:375px;
}

.body_news h4 {
  color:#CD0000;
  font-size:18px;
  line-height:18px;
}

#contingut .body_news p {
  margin:10px 0px 0px 0px;
}

#contingut .body_news p.data {
  margin:5px 0px 10px 0px;
  color:#666666;
  font-size:12px;
  line-height:12px;
  font-weight:bold;
}

/* --------------------------- Lateral --------------------------- */

.box_lateral {
  margin:20px 0px 0px 0px;
  padding:0px 45px 0px 70px;
}

.box_lateral h3 {
  color:#fff;
  margin:0px 0px 10px 0px;
  font-size:18px;
  font-weight:bold;
  text-transform:uppercase;
}

/* --------------------------- Historial --------------------------- */

.historial a { color:#900; font-weight:bold; }
.historial a:hover { color:#666; }

.historial li {
  display:block;
  color:#666;
  padding:0px 0px 0px 0px;
}

.historial li li {
  padding:0px 0px 0px 15px;  
}

/* --------------------------- Tags Cloud --------------------------- */

.tags_cloud a { }
.tags_cloud a:hover { }
