/* CSS Document */
body {
	margin: 0px; 
	padding: 0px; 
	background: #FDFDFD; 
	color: #4f4b4a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
	}
* {
	padding: 0px; 
	margin: 0px;}
ul {
	list-style-type: none;
}
.clear {
	clear: both;
}
#cabecera, #contenedor, #footer{
	width:746px; 
	position:relative; 
	margin:0 auto; 
	background: url(../imatges/fondos/fondo_sitemap.jpg) left top repeat-y;		
}
#cabecera h1 {
	text-indent: -99999px;
	font-size: 0px;
	padding-top: 177px;
	width: 746px;
	background: url(../imatges/fondos/sitemap.jpg) right top no-repeat;	
}
#contenedor h2 {
	width: 700px;
	background: url(../imatges/fondos/fondo_h2.jpg) left bottom no-repeat;	
	padding: 20px 23px;
	color: #8091a1;
}
#contenedor ul#llista_principal {
	display: block;
	width: 690px;
	padding: 5px 0px 30px 0px;
	margin: 0px 0px 0px 20px;
}

#contenedor ul#llista_principal li a{
	display: block;
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #999999;
	width: 690px;
	font-weight: bold;
}
#contenedor ul#llista_principal li a:hover {
	background-color: #8091a1;
	color: #FFFFFF;
}
#contenedor ul#llista_principal ul.llista_secundaria li a{
	background-color: #e7e7e7;
	font-weight: normal;
}

#contenedor ul#llista_principal ul.llista_secundaria li a:hover{
	background-color: #f8f8f8;
	color: #8091a1;
	
}
