


/*************** mostrar noticies ************/
.noticia { margin: 0px 10px 20px 0px; font-size: 12px !important; border: 1px solid #739AC2; padding: 10px;  text-align: left;}
.noticia img {margin: 0px 10px 0px 0px; float: left; border: 1px solid #CACDD8;width:300px;}
.noticia h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px !important;
	display: inline;
	overflow: auto;
}

.noticia a {
	background-image: url(../img/more.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 13px;
	background-position: 0px 3px;
	text-decoration: none;
}

.noticia a:hover {text-decoration: underline;}

ul.ambicones {margin: 10px 0px 0px 10px; padding: 10px 0px 20px 0px;}

ul.ambicones li {
	background-image: url(../img/llista.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
	background-position: 0px 2px;
	margin: 0px 0px 13px 0px;
}

/******************* detall d'una noticia *************/
.noticia-e {margin: 0px 10px 20px 0px; font-size: 12px !important; border: 1px solid #739AC2; padding: 10px;}
.noticia-e img {margin: 0px 10px 0px 0px; float: left; border: 1px solid #CACDD8;width:300px;}
.noticia-e h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 14px !important;
	display: inline;
	overflow: auto;
}

.noticia-e a {
	background-image: url(../img/more.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 13px;
	background-position: 0px 3px;
	text-decoration: none;
}

.noticia-e a:hover {text-decoration: underline;}

