/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Noticies CSS */

#estructura_content { 
  background:transparent; 
  padding:25px 15px 20px 0;
}

#join_team {
  height:110px;
  background:url('../../image/join_team.gif') left top no-repeat;
}

/* Content */ 

.box_oferta {
  display:block;
  width:685px;
  margin-bottom:10px;
  color:#111;
  padding:10px;
  overflow:hidden;
}

.fons_1 { background:#eee; }
.fons_2 { background:#f9f9f9; }

.titol {
  display:block;
  margin:0px 0px 5px 0px;
  font-size:16px;
  font-weight:bold;
  color:#c00;
}

.data { 
  display:block;
  margin:2px 0px 0px 0px;
  color:#111; 
}

.reference {
  font-size:14px;
  font-weight:bold;
}

a.box_noticia:hover .titol, a.box_noticia:hover .data { color:#999; }

.links a { 
  display:block; 
  float:left; 
  margin:18px 0px 0px;
  padding:0px 18px 0px 35px;
  color:#666;
}
.links a:hover { color:#111; text-decoration:none; }
.link_download  { background:url('../../image/pdf_icon.gif') left top no-repeat; }
.link_answer  { background:url('../../image/mail_icon.gif') left top no-repeat; }
