/* CSS Document */

#noticies{
		position: absolute;
		top: 420px;
		left: 280px;
		width: 650px;
		height: 130px;
	}
	.noticia{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1%;
		float: left;
	}
	#noticia1{
	}
	.imatgeTitular{
		float: left;
		margin-left: 40px;
	}
	.textNoticia{
		padding: 5px;
		width: 250px;
		height:65px;
		/height:70px;
		background-color: #fff;
		float: left;
		margin-left: 30px;
		margin-top: 25px;
		overflow:hidden;
	}
	.descripcio{
		margin-top: 10px;
	}
	#titolNoticies{
		font-size: 11px;
		font-weight: bold;
		color: #00404F;
		margin-left: 40px;
	}
	.titular{
		font-size: 11px;
		font-weight: bolder;
	}
	.linkNoticia{
		position:absolute;
		top:115px;
		/top:125px;
		left:40px;
		z-index:1;
	}