@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	}
	
a {
	color:#bf5c00;
	}

a:link {
	color:#bf5c00;
	text-decoration:none;
	}

a:hover {
	color:#333;
	text-decoration:none;
	}
	
a:active {
	color:#bf5c00;
	text-decoration:none;
	}

a:visited {
	color:#bf5c00;
	text-decoration:none;
	}
	
/* Propietats del contenedor de tot */

#contenedor {
	width:800px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:0px;
	background-image:url(../imgs/fons/fons_02.jpg);
	background-repeat:no-repeat;
	}
	
/* Propietats de la capsalera */

#header {
	width:800px;
	height:140px;
	}
	
/* Propietats del cos, que conté els menus laterals i el centre */

#cos {
	width:800px;
	height:auto;
	}
	
.menu {
	width:800px;
	height:25px;
	margin-bottom:40px;
	}
	
	/* Propietats dels botons del menu de dalt */
	
	.boto_menu_sup {
		width:80px;
		height:25px;
		float:left;
		}
	
.menu_lateral {
	width:140px;
	height:auto;
	float:left;
	}
	
	/* Propietats que afecten a capes de l'interior del menú lateral */
	
	.seccio {
		width:140px;
		height:40px;
		margin-bottom:20px;
		}
	.lista {
		height:100%;
		}
	
	ul{
		list-style:none;
		}
		
	ul li{
		margin-left:-30px;
		height:25px;
		border-bottom:solid;
		border-bottom-width:1px;
		border-bottom-color:#666;
		line-height:20px;
		color:#bf5c00;
		}
		
	ul li a{
		text-decoration:none;
		color:#bf5c00;
		}
	ul li a:hover{
		background-image:url(../imgs/fons_boto.png);
		color:#bf5c00;
		position:absolute;
		}
	
#central {
	width:440px;
	height:auto;
	margin-left:40px;
	margin-right:40px;
	float:left;
	}