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

/* Contacte CSS */

/* Localització CSS */

.direccio {
  position:relative;
  height:300px;
  color:#666;
  font-size:13px;
}

.direccio #form_contact {
  display:block;
  position:absolute;
  left:0px;
  width:auto;
  bottom:60px;
  padding:0px 0px 0px 55px;
  background:url('../../image/formulari.jpg') left bottom no-repeat;
  height:60px;
  font-style:italic;
  text-transform:uppercase;
}

.text_link {
  display:block;
  padding:5px 0px 0px;
  font-weight:bold;
}

.direccio #google_maps {
  display:block;
  position:absolute;
  right:0px;
  bottom:0px;
  height:18px;
  padding:18px 35px 0px 0px;
  font-weight:bold;
  background:url('../../image/fletxa_big.jpg') right bottom no-repeat;
  overflow:hidden;
}

#content_map {
  height:300px;
  background:#ddd;
}

#content_map #map {
  width:390px;
  height:300px;
}
