/* Aigues del Ter i del Llobregat */

/* Fulla d'estils per a la plana principal */


	/* Continguts */
	/*

			01 - Pintat del background amb els marges separadors del contingut de la home
			02 - Llistat de notícies
			03 - Div lateral dret per als banners i elements destacats
			04 - Modul del llistat d'elements destacats (Bloc 'Destaquem')

	*/
	/* ---------- */



	/* 01 - Pintat del background amb els marges separadors del contingut de la home */

		#cos.home {
			/*background: url("../images/bg_home.gif") repeat-y left top;*/
		}





	/* 02 - Llistat de notícies */

		#zona-noticies {
			/*width: 548px;*/
			width: 54.8em;
			float: left;
			margin-left: 46px;
		}

			#zona-noticies ul {
			}

				#zona-noticies li {
					border-top: 1px dotted #999;
					padding-top: 7px;					
					padding-bottom: 15px;
					
					width: 100%;
					overflow: hidden;
				}

					#zona-noticies li.first {
						padding-top: 0;
						border-top: none;
					}

					#zona-noticies li h3 {
						margin: 0 0 10px 0;
						padding: 0;						
						clear: both;
						line-height: 1.2em;
						font-size: 2em;
						font-weight: normal;
						color: #0060B7;
					}
					
					    #zona-noticies li h3 a {
					        text-decoration: none;
					    }
					    
    					    #zona-noticies li h3 a:hover {
    					        text-decoration: underline;
    					    }

					#zona-noticies li img {
						display: block;
						float: left;
						margin-right: 15px;
					}

					#zona-noticies li p {
						margin-top: 0;
						margin-bottom: 10px;
						font-size: 1.2em;
						line-height: 1.2em;
					}
					
					#zona-noticies li a {
						text-decoration: underline;
					}					





	/* 03 - Div lateral dret per als banners i elements destacats */

		#zona-destacats {
			/*width: 167px;*/
			width: 16.7em;
			float: right;
		}

			#zona-destacats li {
				margin-bottom: 10px;
				padding: 0;
			}
			
				#zona-destacats li img {
					width: 100%;
				}



	/* 04 - Modul del llistat d'elements destacats (Bloc 'Destaquem') */

		#destaquem {
			border: 1px solid #bbb;
		}

			#destaquem h3 {
				color: #464646;
				font-size: 1.1em;
				margin: 0;
				padding: 0 1em;
				line-height: 1.8em;
				border-bottom: 1px solid #bbb;
				background: url("../images/degr_gris18px.gif") repeat-x top left;
				background-color: #D2D2D2;
			}

			#destaquem ul {
				margin: 10px;
			}

			#destaquem ul li {
				line-height: 1.2em;
				font-size: 1.1em;
				padding-left: 10px;
				background: url("../images/li_destacat.gif") no-repeat left 3px;
				margin-bottom: 5px;
			}

				#destaquem ul li a:hover {
					text-decoration: underline;
				}
