
/*Clearfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*.clearfix {display: inline-block;}*/
	/* Amaga d'IE-mac */
	* html .clearfix {
		height: 1%;
		display: block;
	}
	/* Fi amaga d'IE-mac */
		
.noticiesIzq{
	width:330px;
	float:left;
	margin: 0;
	margin-top: 25px;
}
.noticiesDer{
	float:right;
	padding: 0 0 0 15px;
	width: 325px;
	border-left: 1px dotted #ccc;
	margin-top: 25px;
}
.noticia{
	margin-bottom: 30px;
}
.imgNoticia{
	padding: 0 8px 0 0;
}
.txNoticia {
	font-size: 0.9em;
	line-height: 1.2em;
	padding-top: 8px;
	color: #333333;
}
.txNoticiaTitulo {
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px dotted #ccc;
	background-color: #EDEDED;
	padding: 8px 8px 0 0;
	border-right: 10px solid #fff;
}
.txCursoTitulo {
	font-size: 0.95em;
	line-height: 1;
	border-bottom: 1px dotted #ccc;
	background-color: #EDEDED;
	padding: 8px 8px 0 0;
	border-right: 10px solid #fff;
}
#cercador {
	float: left;
	border-bottom: 1px solid #ccc;
	background-color: #F7F7F7;
	width: 672px;
}
#noticiaFitxa {
	width: 600px;
	padding-bottom: 30px;
}
#NoticiaTitol {
	line-height: 1;
	background-color: #FFF;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 12px;
	background: url(../img/bg-titol-links.gif) repeat-x;
	background-position: 0 20px;
	margin-bottom: 30px;
}
.txNoticiaTitol {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000000;
	font-weight: bold;
}
