/*******************************************************************************
* full d'estils especifics per a la pàgina quisom.php                           *
*******************************************************************************/
#contenidor {
	position: relative;
	width: 509px;
	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;
  clear: both;
}

#imatge {
  border: 1px;
  border-color: #dddddd;
  border-style: solid;
}

#peuImatge {
	position: relative;
	color: #555555;
  clear: both;
}

#areaText {
	position: relative;
	margin: 0px 4px 0px 0px;
  clear: both;
}

