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

/* Grup CSS */


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

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

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

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

.top_margin {
  margin-top:30px;
}


/* --------------------------- Components --------------------------- */

#components {
  padding:30px 15px 0px 15px;
  width:280px;
  overflow:hidden;
  line-height:14px;
}

#components .item {
  margin:0px 0px 15px 0px;
  display:block;
  float:left;
  width:135px;
}

#components .item img {
  display:block;
  width:135px;
  height:135px;
}

#components .marge {
  margin:0px 10px 15px 0px;
}

/* --------------------------- Text Components --------------------------- */

#components .nom {
  display:block;
  margin-top:5px;
  color:#CC0032;
  font-weight:bold;
  font-size:12px;
  text-transform:uppercase;
}

#components .alias {
  display:block;
  color:#CC0032;
  font-weight:bold;
  font-size:11px;
  font-style:italic;
}

#components .inst {
  display:block;
  color:#666;
  font-weight:bold;
  font-size:12px;
  text-transform:capitalize;
}

#components .link {
  display:block;
  color:#111;
  font-weight:bold;
  font-size:10px;
  text-transform:uppercase;
}

