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

/* Multimedia CSS */


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

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

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

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

.top_margin { margin-top:15px; }

/* --------------------------- Videos --------------------------- */

.box_video {
  margin-top:15px;
  padding:15px;
  background:url(../../image/gris_clar.png);
  width:440px;
  overflow:hidden;
}

.img_video {
  display:block;
  float:left;
  margin:0px;
  width:185px;
  height:135px;
  background:#ddd;
  text-indent:-8000px;  
}

.body_video {
  float:right;
  width:240px;
}

.body_video h4 {
  color:#111;
  font-size:14px;
  line-height:14px;
}

#contingut .body_video p.data {
  margin:5px 0px 10px 0px;
  color:#666;
  font-size:12px;
  line-height:12px;
  font-weight:bold;
}

/* --------------------------- MP3 --------------------------- */

.box_mp3 {
  margin-top:15px;
  padding:15px;
  background:url(../../image/gris_fosc.png);
  width:440px;
  overflow:hidden;
}

.img_mp3 {
  display:block;
  float:left;
  margin:0px;
  width:135px;
  height:135px;
  background:#ddd;
  text-indent:-8000px;  
}

.body_mp3 {
  float:right;
  width:290px;
}

.body_mp3 h4 {
  color:#111;
  font-size:14px;
  line-height:14px;
}

#contingut .body_mp3 p.data {
  margin:5px 0px 10px 0px;
  color:#666;
  font-size:12px;
  line-height:12px;
  font-weight:bold;
}

.link_download {
  display:block;
  margin:3px 0px 0px;
  padding:0px;
  color:#c00;
  text-transform:uppercase;
  font-weight:bold;
}


