/* Fundacio AGBAR */

/* Fulla d'estils per a la plana principal */

	/* Layout general */
	
		#home-left {
			width: 25em;
			float: left;
		}
		
		#home-center {
			width: 49em;
			float: left;
			margin-left: 2.7em;
		}
		
		#home-right {
			width: 15.6em;
			float: right;
		}
	
	
	/* Text introductori */
	
		p#introduccio {
			font-size: 1.1em;
			margin: 1.5em 0 2em 0;
		}


	/* Modul Guest Editors */
		
		.guest-editor {
			background: url("../images/background_guest_home.gif") repeat-x left 2.6em;
			margin-bottom: 3em;
		}
		
			.guest-editor a { text-decoration: none; }
			.guest-editor a:hover { text-decoration: underline; }
		
		
			.guest-editor h2 {
				color: #fff;
				font-size: 1.4em;
				font-weight: normal;
				padding: .3em 1em;
				margin-bottom: 2px;
				background-color: #8AA5E0;				
			}
			
			.guest-editor img {
				float: left;
				margin: 1em 1.2em;
				border: 1px solid #ccc;
			}
			
			.guest-editor h3.nom {
				color: #333;
				font-size: 1.1em;
				margin: 1em 1em 0 1em;
			}
				
				.guest-editor h3.nom a {
					color: #333;
				}
			
			.guest-editor p {
				color: #666;				
				font-size: 1.2em;
				margin: 1em;
			}
			
			.guest-editor p.descripcio {
				color: #666;
				font-size: 1em;
				margin: 0 1em;
			}
			
			.guest-editor p.link {
				color: #666;
				font-size: 1.1em;
				margin-left: 1.5em;				
			}
			
				.guest-editor p.link a {
					color: #666;
					text-decoration: underline;
					padding-left: 1em;
					background: url(../images/icones/seguent.gif) no-repeat scroll left center;
				}
				
			.guest-editor h3.article {
				clear: both;
				color: #6A89C0;
				font-size: 1.4em;
				margin: 1em .7em .5em .7em;
			}
				
				.guest-editor h3.article a {
					color: #6A89C0;
				}


	/* Modul del video*/

		.video {
		}	

			.video h2 {
				color: #fff;
				font-size: 1.4em;
				font-weight: normal;
				padding: .3em 1em;
				margin-bottom: 2px;
				background-color: #8AA5E0;
			}

			.video img {
				display: block;
				width: 100%;
			}

			.video .dades-video {				
				padding: 1.2em;
				margin-top: 2px;
				background-color: #8AA5E0;
			}

				.video .dades-video h3 {
					color: #fff;
					font-size: 1.2em;
					margin-bottom: .3em;
				}

				.video .dades-video p.descripcio {
					color: #333;
					font-size: 1.1em;
					line-height: 1.2em;
				}
				
					.video .dades-video p.descripcio a {
						color: #333;
					}


	/* Modul de noticies */
		
		.noticies {
		}
		
			.noticies h2 {
				color: #fff;
				font-size: 1.4em;
				font-weight: normal;
				padding: .3em 1em;
				margin-bottom: 2px;
				background-color: #8AA5E0;
			}
			
			.noticies ul {
				
			}
			
				.noticies ul li {					
					width: 46em;
					overflow: hidden;
					background-color: #EFF0E0;
					padding: 1.5em;
					margin-bottom: 2px;
				}
				
					.noticies ul li h3 {
						font-size: 1.4em;
						margin-bottom: .7em;
					}
					
						.noticies ul li a {
							color: #666;
						}
					
					.noticies ul li p {
						color: #666;
						font-size: 1.2em;
						line-height: 1.5em;
						margin-top: .7em;
					}
					
						.noticies ul li p.link {
							font-size: 1.1em;
							text-align: right;
						}
						
							.noticies ul li p.link a {								
								text-decoration: underline;
							}
					
					.noticies ul li img {
						float: left;
						margin-right: 1.5em;
					}
					
					.noticies ul li.mes-noticies {						
						padding: 1em 1.5em;
						text-align: right;
						background-color: #E5E6CB;						
					}
					
						.noticies ul li.mes-noticies a {
							color: #333;
							font-size: 1.1em;
							padding-left: 1em;
							background: url("../images/icones/seguent.gif") no-repeat left center;
						}
	
	
	/* Modul dels banners */

		#home-right .banners ul li {
			margin-bottom: 1.5em;
		}

			#home-right .banners ul li img {
				width: 100%;
				display: block;
				border-bottom: 6px solid #EFF0E0;
			}
