/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Inici CSS */

#estructura_content {
  background:#fff; 
  padding:20px 15px 50px 0px;
}

/* Sub-Header */

#tira_aux_content { 
  padding:0px;
  width:975px;
  height:300px;
  /*background:url('../../image/banners/banner_home_0.jpg') left top no-repeat;*/
}

.height_305 { height:305px; }
.bg_gris { background:#f5f5f5; }

/* Content */ 
.banner_home{height:240px;}

.bg_news_home { background:url('../../image/noticies_home.jpg') left top no-repeat; }

.box_news_home { padding:0px 15px 0px 15px; height:240px; overflow:hidden; color:#111;  }
.box_news_home h2 { text-transform:uppercase; margin:20px 0 10px 0;}
.box_news_home .red { color:#c00; }

.box_news_home a { display:block; color:#111; }
.box_news_home a:hover { text-decoration:none; }
.box_news_home .data { display:block; padding-top:10px; font-weight:bold; }
.box_news_home .titol { display:block; color:#c00; font-weight:bold; color:#c00;  }
.box_news_home a:hover, .box_news_home a:hover .titol, .box_news_home a:hover .data { color:#999; }

#all_news { display:block; position:absolute; left:0px; bottom:0px; width:305px; height:30px; }

