/***** ESTILS PELS DIVS I ETIQUETES GENÉRIQUES *****/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #000;
}

#contenedor {
	margin: 0 auto 0 auto;
	width: 965px;
	height: auto;
	background: url(../imatges/fondo.jpg) no-repeat;
}

#arriba {
	margin: 0 auto 0 auto;
	width: 955px;
	height: 67px;
	background: url(../imatges/barra-superior.png) bottom no-repeat;
}

#contenido {
	margin: 0 auto 0 auto;
	margin-top: 15px;
	margin-left: 15px;
	width: 791px;
	height: auto;
}

#menu {
	margin: 0 auto 0 auto;
	margin-top: 15px;
	width: 148px;
	height: 300px;
	float:right;
}

#abajo {
	margin: 4px auto 0 auto;
	width: 955px;
	height: 150px;
	padding-top: 10px;
	background: url(../imatges/barra-superior.png) top no-repeat;
}

#pie {
	margin: 0 auto 0 auto;
	width: 955px;
	height: 37px;
	background: url(../imatges/pie.png) no-repeat;
	margin-bottom: 4px;
}

#boton_entrar {
	margin: 0px auto 0px auto;
	width: 132px;
	height: 29px;
	background: url(../imatges/altres/saltar-off.png) no-repeat;
}

#boton_entrar a {
	text-decoration:none;
}

#boton_entrar a:hover {
	display:block;
	width: 132px;
	height: 29px;
	background: url(../imatges/altres/saltar-on.png) no-repeat;
	text-decoration:none;
}
