/* CSS Document */

/**** realitzats ****/
/**** esquelet ****/
#showfoto-realitzats {
	width:400px;
	height:350px;
	margin:75px auto;
	padding:5px;
	border:#9B9B9B 1px solid;
}
#contingut-esq-realitzats, #contingut-dret-realitzats {
	width:500px;
	height:550px;
}
#contingut-esq-realitzats {
	float:left;
}
#contingut-dret-realitzats {
	float:right;
}
/**** estils text ****/
#contingut-dret-realitzats h2 {
	padding:25px 5px 35px 0;
}
/******************************** especific menu fotos galeria *********************************/
/****** text *********/
li.menu-fot-text {
	color: #FFFFFF;
	width:115px;
	margin:0 5px;
	padding:5px 0;
	text-align:center;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
}
/********** menu ****************/
ul#menu-fot-a {
	height:310px;
	width:125px;
	margin:0 0 0 40px;
	float:left;
}
ul#menu-fot-b {
	height:310px;
	width:125px;
	margin:0 75px 0 0;
	float:right;
}
ul#menu-fot-c {
	height:310px;
	width:125px;
	margin:0 0 0 170px;
}
li.menu-foto {
	height:50px;
	margin:15px auto;
	list-style:none;
	overflow:hidden;
}
li.menu-foto{
	width:80px;
}
li.menu-foto:hover {
	width:100px;
}
/* Background */
ul#menu-fot-a, ul#menu-fot-b, ul#menu-fot-c {
	background: #009900 url(dib-prova/fons_gal.jpg) repeat-x left top;
}
ul#menu-fot-a:hover, ul#menu-fot-b:hover, ul#menu-fot-c:hover {
	background-color:#009900;
	background-image: none;
}
li.menu-foto {
	background-color: #000000;
}
