@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------------------------------------
	CSS generals maqueta
----------------------------------------------------------------------------------------------------*/
.Unacol{
	width:699px;
}
.zonaCont{
	float:left;
	width:695px; 
	overflow:hidden; 
}
.zonaLatDreta{
	float:right; padding-right:12px;
	width:227px; 
	overflow:hidden;
}

.zonaCont .float_left{
	float:left;
	padding:0 28px 15px 0;
}
.zonaCont h3{
	font-weight:bold;
	font-size:1.1em;
	line-height:1.3em;
}

/*----------------------------------------------------------------------------------------------------
	zona Lateral Dreta: noticies
----------------------------------------------------------------------------------------------------*/
.modNoticies{
	width:226px;
	color:#666;
	background:url(../img/bg_migNoticies.gif) left top repeat-y;
}
.modNoticies .dalt{
	width:226px;
	height:33px;
	background:url(../img/bg_daltNoticies.gif) left top no-repeat;
}
.modNoticies .dalt h3{
	color:#fff;
	padding:13px 21px 8px 24px;
	font-variant:small-caps;
	font-size:15px;
	line-height:1em;
}
.modNoticies .baix{
	width:226px;
	height:15px;
	background:url(../img/bg_baixNoticies.gif) left top no-repeat;
}

.modNoticies .noticia{
	font-size:1em;
	padding:11px 21px 11px 24px;
	background:url(../img/bg_not.gif) center bottom no-repeat;
}
.modNoticies .ultima{ background:none; }
.modNoticies .noticia h4{
	font-size:1em;
	line-height:1.2em;
	padding:0 0 10px 0;
}
.modNoticies .noticia .imatge{
	float:left;
	width:55px;
}
.modNoticies .noticia .txt{
	float:left;
	width:125px;
	font-size:1em;
	line-height:1.1em;
}
.modNoticies .noticia .txt p{
	padding:0 0 6px 0;
}
.modNoticies .noticia .txt a{
	color:#333;
	padding:0 13px 0 0;
	background:url(../img/fletxa.gif) right center no-repeat;
}







