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

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

#contingut h1 {
  font-size: 8pt;
  color: #0067c6;
  text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 0px;
}

#contingut h1 a {
  color: #0067c6;
  text-decoration: none;
}

#contingut p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}

#areaImatge {
	width: 195px;
	position: relative;
  float: left;
}

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