/* 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,  #footer{
	width:746px; 
	position:relative; 
	margin:0 auto; 
	background: url(../imatges/fondos/fondo_sitemap.jpg) left top repeat-y;		
}
#contenedor {
	width:746px; 
	position:relative; 
	margin:0 auto; 
	padding-bottom: 25px;
	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;
	font-size: 14px;
}
#contenedor p{
	padding: 5px 23px;
	text-align: justify;
}
#contenedor ul{
	padding: 5px 23px;
	text-align: justify;
}

#contenedor ul li{
	padding-left: 15px;
	background: url(../imatges/vinyetes/fletxa05.jpg) left top no-repeat;	
}
#footer ul {

	display: block;
	width: 690px;
	height: 30px;
	padding: 20px 0px 30px 20px;
	margin: 0px 0px 0px 20px;
	text-align: center;
	border-top: dotted 1px #999999;
	
}
#footer ul li {

	float: left;
	
	
}
#footer ul li a{
	display: block;
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
	width: 110px;
	text-align: center;	
	border-right: dotted 1px #999999;
}
#footer ul li a:hover {
	color: #000000;
}