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

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

#areaCategoria {
	position: relative;
	height: 50px;
	margin: 0px 0px 5px 0px;
  clear: both;
}

#imgCategoria {
	position: relative;
	width: 70px;
	height: 50px;
	border: 1px solid #dddddd;
  display: inline;
  float: left;
}

#textCategoria {
	position: relative;
	width: 420px;
	height: 40px;
	margin: 8px 0px 0px 10px;
  display: inline;
  float: left;
}

#textCategoria h1 {
  font-size: 13pt;
  color: #0067c6;
  text-transform: uppercase;
}

#areaIndex {
	width: 490px;
  background-color: #cad9ea;
  border: 10px solid #cad9ea;
  clear: both;
}

#areaIndex h1 {
  font-size: 8.5pt;
  color: #0067c6;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
}

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

#areaIndex h2 {
  font-size: 8pt;
  color: black;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

#areaIndex h2 a {
  color: black;
  text-decoration: none;
}

#areaIndex p {
  text-align: justify;
  font-size: 7.5pt;
  color: #555555;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
}

#areaArticle {
	width: 490px;
  background-color: #cad9ea;
  border: 10px solid #cad9ea;
  clear: both;
}

#areaArticle h1 {
  font-size: 8.5pt;
  color: #0067c6;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
}

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

#areaArticle h2 {
  font-size: 8pt;
  color: black;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 10px;
}

#areaArticle h2 a {
  color: black;
  text-decoration: none;
}

#areaArticle p {
  text-align: justify;
  font-size: 7.5pt;
  color: #555555;
  margin-left: 10px;
}

#scrollBar1 {
	height: 335px;
}

#imgTornar {
	margin: 5px 0px 0px 13px;
  clear: both;
}
