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

/* Inici CSS */

.box_noticia { margin:15px 0px 0px; height:130px; display:block; overflow:hidden; padding:15px; text-decoration:none; background:#e0e0e0; }
.primer { margin:0px; }
.box_noticia img { display:block; float:left; width:195px; height:130px; margin-right:10px; background:#8D8986; }

h2.destacat {
  margin:15px 0px 5px 0px;
  font-size:24px;
  line-height:24px;
  color:#999;
}

.titular { display:block; font-size:16px; font-weight:bold; }
.data { display:block; color:#c00; font-weight:bold; padding:0px 0px 5px; }
a:hover .data { color:#8D8986; }
.destacat { font-weight:bold; }
