
#pie {
	display: table;
	width:100%;	
	height:130px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-color:rgb(180,255,0); 	
	border-bottom-color:rgb(180,255,0); 
	border-width:1px;
	
	padding-bottom: 0px;
	background-color:rgb(223,223,223);
	text-align:center;
	margin-top:60px;
	margin-left : auto; 
	margin-right : auto;
}
#caixa
{
	width:1000px;	
	height:80px;
	margin-left : auto; 
	margin-right : auto;
	padding-left: 19.5px;
	padding-right: 5px;
	/*padding-bottom: 40px;*/	
	margin-top:5px;
	background-color:rgb(223,223,223);
	text-align:center;

}
#menu_pie {
	color:#343434;
	text-align:center;
	width:710px;
	font-family:arial; /*Georgia, verdana, "Times New Roman", Serif ;*/
	font-size: 10px;
	height:16px;
	position:relative;
	padding-top:10px;
	padding-bottom:5px;
	margin-left : auto; 
	margin-right : auto;
}

#menu_pie a {
	color:#343434;
}

#menu_pie a:hover {
	color:#343434;
	text-decoration:none;
}
#logo_nou{
	background-image:url(../images/logo_consorci.gif);	/*hi havia el logo antic*/
	background-repeat:no-repeat;				/*marge esquerra imatge*/
	padding-left:64px;
	padding-top:5px;
	line-height : 16pt;	/*estava a 8pt*/
}

#logo_concorci_pie {
	background-image:url(../images/logo_consorci.gif);	/*hi havia el logo antic*/
	background-repeat:no-repeat;				/*marge esquerra imatge*/
	padding-left:64px;
	padding-top:5px;
	font-family: Arial, Verdana, Serif ;
	font-size: 10px;
	color:#787878;
	line-height : 8pt;
	height:95px;
}

#logo_concorci_pie a {
	color:#787878;
}

#logo_concorci_pie a:hover {
	text-decoration:none;
	color:#787878;
}


#diputacio {
	background-color:rgb(223,223,223);
	color:black;
	font-family: Arial, Verdana, Serif ;
	font-size: 10px;
}


