/******** noticies *******/
#noticias {
	
}

.itemnoticia {
	height: 230px;
}

.itemnoticia img {
	border: 1px solid #8799AF;
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}

.itemnoticia h3 {
	font-size: 0.9em; 
	text-transform: uppercase;
	margin: 0px; padding: 0px;
	border: 1px dotted #7A8CA5;
	background-color: #D5DEEA;
	padding: 4px;
	margin-bottom: 3px;
}

.itemnoticia span {
	font-size: 0.9em; 
	padding: 3px;
}

.itemnoticia p {
	margin: 0px; padding: 0px;
	font-size: 0.95em; 
	margin-left: 130px;
	padding-top: 0px !important;
	margin-top: 10px;
}

.itemnoticia a {
	color: #55729A;
	font-weight: bold;
}

.itemnoticia a:hover {
	border-bottom: 1px dotted #385374;
	text-decoration: none;
}



/*********** activitats **************/

#actividades {
	
}

.itemactivitat {
	min-height: 220px;
}

.itemactivitat img {
	border: 1px solid #8799AF;
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
}

.itemactivitat h3 {
	color: #39683D;
	font-size: 0.9em; 
	text-transform: uppercase;
	margin: 0px; padding: 0px;
	border: 1px dotted #39683D;
	background-color: #C3D8C5;
	padding: 4px;
	margin-bottom: 3px;
}

.itemactivitat span {
	font-size: 0.9em; 
	padding: 3px;
}

.itemactivitat p {
	margin: 0px; padding: 0px;
	font-size: 0.95em; 
	margin-left: 130px;
	padding-top: 0px !important;
	margin-top: 10px;
}

.itemactivitat a {
	color: #55729A;
	font-weight: bold;
}

.itemactivitat a:hover {
	border-bottom: 1px dotted #385374;
	text-decoration: none;
}