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

/* Inici CSS */
#pagina { background:none; }

.bloc_3_col { 
  width:960px;
  background:url('../../image/bg_3_col.gif') left top repeat-y;
  overflow:hidden;
}

.box_noticia { display:block; margin:10px 0px 0px 0px; width:275px; text-decoration:none; }
.primer { margin:13px 0px 0px 0px; }
.box_noticia img { display:block; width:275px; height:175px; margin-bottom:10px; background:#8D8986; }

.titular { display:block; font-size:16px; font-weight:bold; margin:0px; }
.data { display:block; color:#A50044; font-weight:bold; margin:0px; }

.box_noticia:hover .titular, .box_noticia:hover .data { color:#999; }
