/*************************************************
* 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;
}

#areaRevisa {
	position: relative;
	height: 79px;
	margin: 0px 0px 5px 0px;
	background-color: #0067c6;
  clear: both;
}

#imgRevisa {
	position: relative;
	width: 110px;
	height: 73px;
	border: 1px solid #dddddd;
	margin-top: 7px;
	margin-right: 2px;
  display: inline;
  float: right;
}

#textRevisa {
	position: relative;
	width: 378px;
	height: 83px;
	margin: 5px 10px 5px 7px;
  display: inline;
  float: left;
}

#textRevisa p {
  font-size: 8pt;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}

#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 li {
  text-align: left;
  font-size: 7.5pt;
  color: #555555;
  margin-bottom: 5px;
  margin-left: 10px;
}

#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;
}
