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

body {
	margin:0;
	background-color:#633214;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cf6900;

}

a {
	text-decoration:none;
}

a:link {

	color:#000;
	text-decoration:none;
}

a:visited {

	color:#000;
	text-decoration:none;
}

a:hover {

	color:#F93;
}


#capsalera {
	width:100%;
	height:100px;
	background-color:#FFF;
	margin:0 0px 0 0;
}
#capsalera-dins {
	width:800px;
	height:100px;
	position:absolute;
	margin-left:-400px;
	left:50%;
}
#logo {
	width:194px;
	height:100px;
	float:left;
}
#espai-logo {
	width:260px;
	height:100px;
	float:left;
}
#contacte {
	width:346px;
	height:100px;
	float:left;
}
.text-contacte {
	margin-left:30px;
	margin-right:30px;
	margin-top:46px;
	line-height:20px;
}

#contingut {
	width:100%;
	height:455px;
	margin:0px 0 0 0;
	background-image:url(imgs/fons.gif);
	background-repeat:repeat-x;
}

#llum-contingut {
	width:800px;
	height:455px;
	position:absolute;
	margin-left:-400px;
	left:50%;
	background-image:url(imgs/llum.png);
	background-repeat:no repeat;
}

#taula_links {
	width:800px;
	height:455px;
	position:absolute;
	margin-left:-400px;
	left:50%;
	padding:60px 35px 60px 35px;
	
}

#text_links {
	width:350px;
	height:335px;
	float:left;
	margin-right:30px;
	color:#000;
}

#text_links2 {
	width:350px;
	height:335px;
	float:left;
	margin-left:68px;
	color:#000;
}	

#explicacio-contingut {
	width:100%;
	height:45px;
	background-color:#824316;
	margin:0 0  0 0px;
}

#peu {
	width:100%;
	height:170px;
	background-color:#633214;
	margin:0 0 0px 0;
}
#text-peu {
	width:800px;
	height:170px;
	position:absolute;
	margin-left:-400px;
	left:50%;
}

/* estils textos */

.titol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#FFF;
	padding-left:30px;
	padding-top:22px;
	letter-spacing:2px;
}
.subtitol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#cf6900;
	padding-left:30px;
	padding-top:8px;
	letter-spacing:1px;
}

.costext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e7b480;
	padding-left:30px;
	padding-top:10px;
	letter-spacing:1px;
	float:left;
}
.links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e7b480;
	padding-left:30px;
	padding-top:10px;
	letter-spacing:1px;
	float:right;
}