/* CSS Document */
#titolFirma{
	position: absolute;
	top:100px;
	left: 235px;
	width:715px;
	height:1200px;
	z-index: 5;
}
#continguts{
	position: absolute;
	width: 700px;
	height: 400px;
	left: 290px;
	/left: 280px;
	top: 0;
	z-index: 2;
	}
.noticia{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 1%;
		float: left;
	}
	#noticia1{
		/*background-color: red;*/
	}
	.imatgeTitular{
		width: 150px;
		height: 100px;
		float: left;
		margin-left: 40px;
	}
	.textNoticia{
		padding: 5px;
		width: 250px;
		background-color: #fff;
		float: left;
		margin-left: 30px;
	}
	.descripcio{
		margin-top: 10px;
	}
	#titolNoticies{
		font-size: 11px;
		font-weight: bold;
		color: #00404F;
		margin-left: 40px;
	}
	.titular{
		font-size: 11px;
		font-weight: bold;
		font-weight: bold;
	}
	
	#descEmp{
		position:absolute;
		top:300px;
		left:135px;
		width:180px;
		height:auto;
		/*height:170px;*/
		z-index:10;
	}
		.titolFirma{
			color: #00404F;
			font-size: 20px;
			font-family:Arial, Helvetica, sans-serif;
		}
		.subtitol{
			color:#333333;
			margin-bottom:5px;
		}
		.descripcioFirma{
			/margin-top:10px;
			margin-bottom:10px;
			width:100%;
			height:auto;
			/*height:110px;
			/height:100px;*/
			overflow:hidden;
			font-family:Verdana, Arial, "Times New Roman", Interstate-Regular;
			font-size:10px;
		}
		.linkFirma{
			/margin-top:-20px;
			font-size:11px;
		}
		
	ul{
		margin: 423px 0px 0px 35px;
		padding: 0;
		width: 100%;
		height: 50px;
	}
	/*Fa els rectangles i les separacions del menu*/

	ul li a{
		width: 80px;
	}	
	
	.centrat{
	
		padding: 2px 2px 5px 2px;
		width: 86px;
		height: 10px;
		margin-top: 2px;
		margin-left: 2px;
		list-style: none;
		float: left;
		text-align: center;
	
	}		