body {
	text-decoration: none;
	background-color: #1A323E;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font: small Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border: 0;
}
#contenidor {
	padding: 0px;
	height: auto;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	min-height: 285px;
}
.top {
	background: url(../imatges/topContenidor.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 700px;
	
}
.bottom {
	background: url(../imatges/topContenidor.jpg) no-repeat center bottom;
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 700px;

}
#contenidor .mig {
	background: url(../imatges/midContenidor.jpg) repeat-y center center;
	padding: 0px;
	height: auto;
	width: 700px;
	margin: 0px;
	position: relative;
}
#contingut {
	margin: 0px auto;
	padding: 0px;
	width: 676px;
	position: relative;
	height: auto;
	background: #D7E0DA;
}
#menu {
	font-size: 9pt;
}
#menu #ico_bio span a{
	color: #1A323E;
	margin: 0px;
	padding: 65px 0% 0%;
	width: 90px;
	position: absolute;
	text-align: center;
	background: url(../imatges/ico_bio.jpg) no-repeat left top;
	left: 10px;
	top: 5px;
	font-weight: bold;
}
#menu #ico_bio span a:hover{
	color: #C4DF9B;
	background-position: -110px top;
}
#menu #ico_pintura span a{
	margin: 0px;
	padding: 65px 0% 0%;
	width: 90px;
	position: absolute;
	text-align: center;
	background: url(../imatges/ico_pintura.jpg) no-repeat left top;
	left: 150px;
	top: 5px;
	font-weight: bold;
	color: #1A323E;
}
#menu #ico_pintura span a:hover{
	color: #C4DF9B;
	background-position: -110px top;
}
#menu #ico_escul span a{
	color: #1A323E;
	margin: 0px;
	padding: 65px 0% 0%;
	width: 90px;
	position: absolute;
	text-align: center;
	background: url(../imatges/ico_escul.jpg) no-repeat left top;
	left: 290px;
	top: 5px;
	font-weight: bold;
}
#menu #ico_escul span a:hover{
	color: #C4DF9B;
	background-position: -110px top;
}
#menu #ico_escul_pub span a{
	color: #1A323E;
	margin: 0px;
	padding: 65px 0% 0%;
	width: 90px;
	position: absolute;
	text-align: center;
	background: url(../imatges/ico_escul_pub.jpg) no-repeat left top;
	left: 430px;
	top: 5px;
	font-weight: bold;
}
#menu #ico_escul_pub span a:hover{
	color: #C4DF9B;
	background-position: -110px top;
}
#menu #ico_museo span a{
	color: #1A323E;
	margin: 0px;
	padding: 65px 0% 0%;
	width: 90px;
	position: absolute;
	text-align: center;
	background: url(../imatges/ico_museo.jpg) no-repeat left top;
	left: 570px;
	top: 5px;
	font-weight: bold;
}
#menu #ico_museo span a:hover{
	color: #C4DF9B;
	background-position: -110px top;
}
#contingut #galeria {
	padding: 0px;
	width: 676px;
	position: relative;
	margin: 0px auto;
	left: 5px;
	height: auto;
	min-height: 255px;
}
#galeria #item {
	float: left;
	position: relative;
	
}
#contingut #galeria #item .foto {
	height: 67px;
	width: 50px;
	margin: 10px;
	padding: 0px;
	border: thin solid #FFFFFF;
}
#galeria #item .info {
	margin: 0px;
	padding: 0px;
	height: 12px;
	width: 15px;
	position: absolute;
	right: 11px;
	bottom: -2px;
}
