@charset "UTF-8";


html, body {
	height: 100%;
}

body {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	background: #bebebe url(imatges/fons-degradat-bottom.png) repeat-x fixed center bottom;
	color: #656565;
}

a:link {
	color: #4c4c4c;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #4c4c4c;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #191919;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #4c4c4c;
	font-weight: bold;
}

#contenidor_principal_index {  /* propietats necessaries per al peu de index */
	min-height: 100%; 
	position: relative;
	margin: 0 auto -85px;  /* alçada del peu */
	width: 650px;
}

#splash_ie {
	background-color: #fff;
	margin: 30px auto;
	width: 400px;
	border: 2px solid #7f7f7f;
}

#splash_ie p {
	padding: 10px;
	text-align: center;
}

#sb-body {  /* substitueix el fons negre original de shadowbox.css */
	background-color: #fff;
}



/* peu */

#centrador_peu {
	position: relative;
	width: 650px;
	height: 85px;
	margin: 0 auto;
	background: url(imatges/fons-peu-index-transp.png) no-repeat 30px 11px;
}

#peu_index {
	margin: 0;
	padding-top: 31px;
	padding-left: 120px;
	width: 350px;
	float: left;
}

#peu_index ul {
	margin: 0;
	padding: 0;
}

#peu_index li {
	color: #626262;
	margin: 0;
	padding: 0;
/*	float: left; */
	display: inline;
	list-style-position: inside;
	list-style-type: none;
}

#peu_index p {
	clear: both;
	margin: 0 5px 10px 0;
	padding: 4px 0 0;
}

.clearfooter {
	height: 80px; /* corresponent a l'alçada del peu */
	clear: both;
}

#idiomes_peu  {
	margin-left: 460px;
	margin-top: 0;
}

#idiomes_peu ul {
	margin: 0;
	padding: 0;
}

#idiomes_peu li {
	position: relative;
	display: block;
	width: 41px;
	height: 21px;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0;
	list-style-type: none;
	float: left;
}

#idiomes_peu a span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(imatges/idiomescatcast_transparent.png) no-repeat;
}

#cat a:link span, #cat a:link span {
		background-position: -41px 0;	
}

#cast a:link span, #cast a:visited span {
		background-position: -123px 0;	
}

#cat a:hover span {
		background-position: -82px 0;	
}

#cast a:hover span {
		background-position: -205px 0;	
}

.cast #cat a:link span, .cast #cat a:link span {
		background-position: 0 0;	
}

.cast #cast a:link span, .cast #cast a:visited span {
		background-position: -164px 0;	
}

.cast #cat a:hover span {
		background-position: -82px 0;	
}

.cast #cast a:hover span {
		background-position: -205px 0;	
}


