* {margin: 0;
    padding: 0;}

p {
line-height: 140%;
}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14pt;
	color: white;
	margin-bottom: 15px;
}

a {text-decoration: none;}
a:link {color: #333;}     /* unvisited link */
a:visited {color: #ffcc66}  /* visited link */
a:hover {background-color: #333; color: #fff}   /* mouse over link */
a:active {color: #666666}   /* selected link */


/* ----------  cos  ---------- */

body {
	background-repeat: repeat-x;
	background-image: url(imatges/fons.jpg);
	background-color: #d6b581;
	font-family: Helvetica, "Lucida Grande", Verdana, Arial, sans-serif;
}
	
#contenidor {
	margin: 0px auto;
	width: 900px;
	position: relative;
	top: 20px;
}

#cap {
	background-image: url(imatges/cap.jpg);
	height: 387px;
}

#info {
	letter-spacing: normal;
	width: 280px;
	height: 190px;
	padding-left: 31px;
	padding-top: 21px;
	padding-bottom: 10px;
	padding-right: 23px;
	position: absolute;
	top: 138px;
	left: 15px;
	color: white;
	font-size: 9pt;
	overflow-y: auto;
}

#galeria {
	width: 529px;
	height: 352px;
	position: absolute;
	top: 7px;
	left: 356px;
	z-index: 0;
}

#cos {
	background-image: url(imatges/cos.jpg);
	background-repeat: repeat-y;
	min-height: 30px;
	overflow-y: auto;
}

.bloc {
	clear: both;
	padding: 20px 0px 20px 0px;
	width: 810px;
	border-top: 1px dashed #606060;
	overflow-y: auto;
	margin: 0 auto;
}

.foto {
	width: 304px;
	height: 202px;
	float: left;
}

.text {
	font-size: 9pt;
	clear: none;
	margin-left: 350px;

}

#peu {
	color: #333;
	padding-left: 15px;
	padding-top: 15px;
	clear: both;
	background-image: url(imatges/peu.jpg);
	background-repeat: no-repeat;
	font-size: 9pt;
}

/* -------- menu -------- */

#menu {
	width: 500px;
	height: 27px;
	padding-top: 8px;
	position: absolute;
	left: 370px;
	top: 7px;
	z-index: 2;
}

#franjamenu {
	background-color: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 529px;
	height: 35px;
	position: absolute;
	left: 356px;
	top: 7px;
	z-index: 1;
}

#menu ul {
	float: left;
}

#menu li {
	display: inline;
	padding: 0em 0em 0em 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

#menu li a {
	color: #fff;
}

#menu li a:hover {
	color: yellow;
}
