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

#zona1 {
	position: relative;
	width: 292px;
	height: 165px;
	background-color: #cad9ea;
	border-top: 4px;
	border-right: 4px;
	border-bottom: 4px;
	border-left: 4px;
	border-style: solid;
	border-color: #cad9ea;
	margin: 0px 4px 4px 0px;
	display: inline;
  float: left;
}

#zona1 p {
  text-align: left;
}

#linkActualitat1 {
  position: absolute;
  top: 142px;
  left: 232px;
}

#zona2 {
	position: relative;
	width: 209px;
	height: 134px;
	background-color: #e5eCf4;
	border-top: 4px;
	border-right: 4px;
	border-bottom: 4px;
	border-left: 4px;
	border-style: solid;
	border-color: #e5eCf4;
	margin: 0px 0px 4px 0px;
	display: inline;
  float: right;
}

#zona2 p {
  text-align: left;
}

#linkActualitat2 {
  position: absolute;
  top: 111px;
  left: 149px;
}

#zona3 {
	position: relative;
	width: 209px;
	height: 196px;
	background-color: #cad9ea;
	border-top: 4px;
	border-right: 4px;
	border-bottom: 4px;
	border-left: 4px;
	border-style: solid;
	border-color: #cad9ea;
	display: inline;
  float: right;
}

#zona3 p {
  text-align: left;
}

#linkActualitat3 {
  position: absolute;
  top: 173px;
  left: 149px;
}

#zona4 {
	position: relative;
	width: 292px;
	height: 165px;
	background-color: #e5eCf4;
	border-top: 4px;
	border-right: 4px;
	border-bottom: 4px;
	border-left: 4px;
	border-style: solid;
	border-color: #e5eCf4;
	margin: 0px 4px 0px 0px;
	display: inline;
  float: left;
}

#zona4 p {
  text-align: left;
}

#linkActualitat4 {
  position: absolute;
  top: 142px;
  left: 232px;
}

.imgActualitat {
  margin: 0px 7px 4px 0px;
  float: left
}
