/* Barcelona Centre de Disseny */

/* Fulla d'estils per a la pagina principal */
	
	
	
	/* Llistat de noticies */

		#noticies {
			float: left;
			width: 57em;
		}
        
            #noticies h2 {
                font-size: 1.2em;
                margin-bottom: 1em;
                padding: .1em .6em;                
                background-color: #ccc;
            }

			#noticies ul {
				width: 100%;
				overflow: hidden;				
			}

				#noticies ul li {
					width: 100%;
					overflow: hidden;
					float: left;
                    margin-bottom: 1.5em;
				}
				
					#noticies ul li.last {
                        margin-bottom: 0;
                        padding-bottom: 2em;
						border-bottom: 3px solid #333;
					}                    
					
					#noticies ul li.destacat {
						background-color: #F8F8F8;
					}
					
						#noticies ul li.destacat h3,
						#noticies ul li.destacat h3 a,
						#noticies ul li.destacat p {
							color: #333;
						}

					#noticies ul li img {
						display: block;
						float: left;
						margin-right: 1.2em;
					}
					
						#noticies ul li img.small {
							width: 18.6em;
						}

						#noticies ul li img.big {
							width: 55.6em;
						}

					#noticies ul li h3 {
						color: #333;						
						font-size: 1.4em;
						margin-bottom: .5em;
					}
					
						#noticies ul li h3 a {
							color: #333;
							text-decoration: none;
						}

							#noticies ul li h3 a:hover {
								text-decoration: underline;
							}						


					#noticies ul li p {					
						font-size: 1.2em;
						margin: 0 1em 0 0;
						line-height: 1.4em;
						padding-bottom: 1em;
					}					

						#noticies ul li.small {
							width: 33%;
							float: left;
							clear: none;
							border-bottom: none;
							padding-bottom: 2em;
						}
						
							#noticies ul li.small h3 {
								color: #FF0000;
								font-size: 1.2em;								
								margin-right: 1.3em;
								margin-top: 1em;
								margin-bottom: .5em;
							}
							
								#noticies ul li.small h3 a {
									color: #FF0000;
								}

							#noticies ul li.small p {
								color: #333;
								font-size: 1.1em;
								margin-right: 2em;
							}							
							
	
    /* Area lateral de la home */
    
        #home-side-content {
            width: 32em;
            float: right;
        }
    
	
	/* Zona de noticies d'InfoDisseny */
								
		#info-disseny {	
			float: right;
			width: 15em;
			background-color: #F8F8F8;
		}
        
            #info-disseny h2 {
                font-size: 1.2em;
                margin-bottom: 1em;
                padding: .1em .6em;
                background-color: #ccc;
            }
		
			#info-disseny ul {
                padding: 0 1em;
				margin: 0;
			}
		
				#info-disseny ul li {
					margin-bottom: 1.5em;				
				}
			
					#info-disseny ul li p {
						color: #666;
						margin: 0;
						font-size: 1.1em;
					}
					
						#info-disseny ul li p.tipus {
							color: #FF0000;
						}
					
					#info-disseny ul li h3 {
						margin: 0;
						margin-top: .3em;
						font-size: 1.1em;
                        font-weight: normal;
					}
					
					#info-disseny ul li a {
						color: #000;
						text-decoration: none;
					}
					
						#info-disseny ul li a:hover {
							text-decoration: underline;
						}
	
	
			#info-disseny p.veure-noticies {
				text-align: right;
                margin-right: 1em;
                font-size: 1.1em;
			}
	
				#info-disseny p.veure-noticies a {
					color: #FF0000;
				}


    /* Zona de segueix-nos en */
    
		#segueixnos {	
		background-color:#FFFFFF;
		border-top:1px solid;
		float:left;		
		overflow:hidden;
		padding:1em 0;
		width:16.4em;
		}
		
			#segueixnos p {
				color: #000;
                font-size: 1.1em;
				margin: 0 0 1em 0;
				font-weight:bold;
			}
			
			#segueixnos li {                                
                float: left;
				margin: 0 1em .5em 2.5em;
				height: 26px;
				width: 25px;
			}
            
                #segueixnos li.right {                                
                    float: right;
					margin-right: 2.8em;
					margin-left: 0;
					width: 50px;
                }
            
                #segueixnos li.rss {                                
                    width:4em;
                }
			
				#segueixnos li img {
					margin: 0;
					padding: 0;
                    display: block;
				}
			
			#segueixnos .imatge {
				text-align: center;
				margin: 0;
			}
                
	
	
	/* Zona de les empreses protectores i patrocinadores */

		#empreses {	
		background-color:#FFFFFF;
		border-top:1px solid;
		float:left;
		height:10em;
		overflow:hidden;
		padding:1em 0 0;
		width:16.4em;
		}
		
			#empreses p {
				color: #000;
                font-size: 1.1em;
				margin: 0 0 2em 0;
				font-weight:bold;
			}
			
			#empreses li {				
				width: 16em;
			}
			
				#empreses li img {
					margin: 0;
					padding: 0;
				}
			
			#empreses .imatge {
				text-align: center;
				margin: 0;
			}
			



	/* Columna central dels elements destacats */ 
	
		#destacats-ca,
		#destacats-es {
			
			float:left;
			
			padding:0;
			width:15em;
		}
        
            #destacats-ca h2,
            #destacats-es h2 {
                font-size: 1.2em;
                margin-bottom: 1em;
                padding: .1em .6em;                
                background-color: #ccc;
            }
		
			#destacats-ca ul,
			#destacats-es ul {
			}
				
				#destacats-ca ul li,
				#destacats-es ul li {					
					margin: 0 0 2.4em 0;					
				}

				#destacats-ca ul li p,
				#destacats-es ul li p {
					margin: .3em 0;
					padding: 0;
                    font-size: 1.1em;
				}
				
				#destacats-ca ul li img,
				#destacats-es ul li img {
					margin: .3em 0;
					padding: 0;
					display: inline;
				}
                
                
                
		#destacats-en {
			float: right;
			width: 32em;            
			padding: 0 0 0 0;
		}
        
            #destacats-en h2 {
                font-size: 1.2em;
                margin-bottom: 1em;
                padding: .1em .6em;                
                background-color: #ccc;
            }
		
			#destacats-en ul {                
			}
				
				#destacats-en ul li {	
                    width: 16em;
					margin: 0 0 2.4em 0;
                    float: left;
                    height: 12em;
					font-weight:bold;
                    overflow: hidden;
				}

				#destacats-en ul li p {
					margin: .3em 0;
					padding: 0;
                    font-size: 1.1em;
				}
				
				#destacats-en ul li img {
					margin: .3em 0;
					padding: 0;
					display: block;
				}
                
                
    /* Video principal */
    
        #home-video {
            /* margin-bottom: 2em; */
        }
        
            #home-video h2 {
                font-size: 1.2em;
                margin-bottom: 1em;
                padding: .1em .6em;                
                background-color: #ccc;
            }
        
            #home-video object,
            #home-video embed {
                display: block;
                height: 18em;                
                width: 32em;
            }
            
            #home-video p {
                display: none;
            }

	/* Llista d'entitats del footer */

		#footer .entitats {			
			clear: both;
			margin-left: 10em;
		}

			#footer .entitats li {
				display: block;
				float: left;
				text-align: center;
				margin: 2.5em 1.5em;
			}
			
				#footer .entitats li img {
				}

