/*******************************************************************************
* full d'estils especifics per a la pàgina carta.php                           *
*******************************************************************************/
#contenidor {
	position: relative;
	width: 372px;
	height: 350px;
	margin: 0px 5px 0px 13px;
	overflow: hidden;
	display: inline;
  float: left;
}

#contingut {
	position: relative;
	left: 0px;
	width: 100%;
  float: left;
}

#areaImatge {
	position: relative;
	width: 127px;
	margin: 0px 3px 0px 5px;
  border: 1px;
  border-color: #dddddd;
  border-style: solid;
	display: inline;
  float: left;
}

#peuImatge {
	position: relative;
	width: 123px;
	font-size: 7pt;
	color: white;
  background-color: #0067c6;
  border-top: 8px;
  border-right: 0px;
  border-bottom: 8px;
  border-left: 4px;
  border-color: #0067c6;
  border-style: solid;
  float: left;
}
