/*-------------- PORTADA --------------*/       
#header-especial {
	padding: 0.1em 0 0 0.2em;
}  


#header-especial h1{
	display: none;
}

#menu-especial {
	padding: .2em 0;
	background: #e5e5e5;
   	width: 99.5em; 
	margin: 0 auto;
}

	#menu-especial li {
		float: left;
		font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	}
    
	#menu-especial li a {
		display: block;
		float: left;
		padding: .3em;
		color: #172c47;
		text-transform: uppercase;
		font-weight: bold;
	}    

	#menu-especial li a span {
		color: #599df6;
	} 

	#menu-especial li a:hover {
		color: #599df6;
	} 

#central {
	padding-top: 1em;
}

.columna1{
    width: 28em;
}

#portada_seccions .columna1{
    width: 65em;
}   

#noticia_interior .columna1{
    width: 635px;
}
	
.columna2{
    width: 69em;
    margin-left: 15px;
}

#portada_seccions .columna2{
    width: 305px;
}   

#noticia_interior .columna2{
    width: 300px;
    margin-left:0px;
}

#mes-notis h1{
    display: none;
}
	
/*-------------- Clearfix + Holyhack --------------*/
#menu-especial:after, .paginador:after, .modul-notis:after, .modul-notis-seccio:after, #mes-notis li:after, #interior-destacat:after, .box-bottom:after, .box-bottom ul:after, #noticia_interior .columna2:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#menu-especial, .paginador, .modul-notis, .modul-notis-seccio, #mes-notis li, #interior-destacat, .box-bottom, .box-bottom ul, #noticia_interior .columna2 { height: 1%;}


