@charset "utf-8";
/* CSS Document */
* { 
	margin:0px; 
	padding: 0px; 
	font-family: sans-serif;
	font-family: "Lucida Sans";
	font-size: 12px;
}

body { margin: 0px; padding: 0px; 
	background-image: url('imatges/fondo.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

h1 { 
	font-size: 16px; font-weight:bold; margin-bottom: 5px; }

.content { width: 929px; margin: auto; }
.header {
	background-image: url('imatges/Cap.jpg');
	background-repeat: no-repeat;
	height: 116px;
}

.mainnav {
	background-image: url('imatges/cuerpo.jpg');
	background-repeat: no-repeat;
	height: 466px;
	
	position: relative;
}

a.menu {
	position: absolute;
	display: block;
	left: 134px;
	text-decoration: none;
	width: 345px;
	height: 28px;
	
}

.contingut-text {
	position: absolute;
	top: 11px;
	left: 584px;
	width: 335px;
	height: 442px;
}

.contingut-text-padding {
	padding: 10px;
}


.footer {
	background-image: url('imatges/Pie.jpg');
	background-repeat: no-repeat;
	height: 188px;
}


ul { padding-left: 20px; }