/* Escola Massana */

/* Fulla d'estils per a la pagina principal */



	/* Div general */
	
		#content-index {
			width: 100%;
			overflow: hidden;
		}


		#massana-main {
			float: right;
			width: 67em;
            display: block;
		}

    #menu-contingut {
        margin: 0em 0em 2em;
    }

	/* Modul MassanaImatges */


		#massana-imatges {
			width: 67em;
		}
		
			#massana-imatges img.principal {
				display: block;
			}

			#massana-imatges h2 {
				display: none;
				margin-bottom: .3em;
                color: #D7001A;
			}

			#massana-imatges ul {
				margin-top: 1em;				
				overflow: hidden;
			}

				#massana-imatges ul li {
					float: left;
					margin: 0 1.5em 1.5em 0;
				}

				#massana-imatges ul li img {
					border: 1px solid #fff;
				}




	/* Modul de noticies */

		#noticies {
			float: left;
			width: 33em;
			padding: 2.5em 1em 2em 0;			
		}

			#noticies h2 {
				display: none;
			}

			#noticies ul {
				margin-bottom: 2.8em;
			}

				#noticies ul li {
					margin-bottom: 1.5em;
				}

					#noticies ul li.last {
						padding-bottom: 0;
						margin-bottom: 0;
						border: none;
					}
					
					#destacats ul li a {
						color: #000;
						text-decoration: underline;
					}


					#noticies ul li h3 {
                        font-size: 1.4em;
					}					
					
						#noticies ul li h3 a {
							color: #000;
                            font-weight: bold;
							text-decoration: none;
                            text-transform: uppercase;
						}
						
							#noticies ul li h3 a:hover {
								text-decoration: underline;
							}

					#noticies ul li p {
						font-size: 1.2em;
						margin-top: .3em;
					}
					
					#noticies a {						
						color: #000;
						text-decoration: underline;
					}


    /* Div per a pintar el marge de fons de la fotografia lateral */
    
        #marc-web {

        }



	/* Modul de destacats */

		#destacats {
			float: right;
			width: 32em;
			padding: 2.5em 0 2.5em 0;
		}

			#destacats h2 {
				display: none;
			}

                #destacats ul li {
                	margin-bottom: 1.5em;
                	padding-bottom: 0.7em;
                }
                
                    #destacats ul li.last {
                    	border-bottom: none;
                    }
				
					#destacats ul li p {
						color: #333;
						font-size: 1.4em;
						margin: .5em 0 .1em;
					}

						#destacats ul li .tipus {
							color: #D82E39;
							font-size: 1em;
							font-weight: bold;
						}
					
					#destacats ul li img {
                        display: block;
					}

					#destacats ul li h3 {
						font-size: 1.1em;
                        margin-top: .5em;
					}
					
						#destacats ul li h3 a {
							color: #333;
							text-decoration: none;
						}
						
							#destacats ul li h3 a:hover {
								text-decoration: underline;
							}

                            
 

