/* Art del Treball */

/* Fulla d'estils per a la plana principal */



	/* Estils del text de la home */
	
		#text {			
			width: 66em;
			overflow: hidden;
			margin: 3.5em 0 0 4.5em;
		}
		
			#text a {
				color: #333;
			}
			
			
		
		/* Llistat de noticies principals */
	
			#text ul.noticies-principals {
				width: 100%;
				overflow: hidden;
				margin-bottom: 3em;
			}
			
				#text ul.noticies-principals li {
					width: 18em;
					float: left;
					margin-right: 6em;
				}
					
					#text ul.noticies-principals li.last {
						margin-right: 0;
					}
				
					#text ul.noticies-principals li img {
						display: block;
						margin-bottom: .7em;
					}
					
					#text ul.noticies-principals li p {
						font-size: 1.2em;
					}					
					
					#text ul.noticies-principals li p.tipus {
						color: #D82E39;
						font-size: .9em;
						text-transform: uppercase;
					}
					
					#text ul.noticies-principals li a {							
						text-decoration: none;
					}
					
						#text ul.noticies-principals li a:hover {
							text-decoration: underline;
						}
					
					#text ul.noticies-principals li h3 {
						font-size: 1.4em;
						margin: .2em 0;
					}					
				
				
		/* Llistat de noticies destacades */
		
			#text h2.titol-destacat {
				color: #D82E39;
				font-size: 1.2em;
				font-weight: normal;
				text-transform: uppercase;
				padding: .4em .5em;
				background-color: #eee;
			}
				
			#text ul.noticies-destacades {					
			}

				#text ul.noticies-destacades li {
					font-size: 1.2em;
					font-weight: bold;
					padding: .4em .5em;
					background-color: #f6f6f6;
					border-top: 1px solid #fff;
				}

					#text ul.noticies-destacades li a {
					}

