@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 0.7em;
	background-color: #efefef;
	background-image: url(image/bk.gif);
}

#imatge img {
	border-width: 1px;
	border-color: #000;
}



input,select, textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #191919;
	background-color: #efefef;
	border: #888;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

#contingut {
	width: 980px;
	/*margin-right: -490px;
	right: 50%;*/
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #fff;
}



/* MENU */



#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: left;
	width:150px;
}
#menu {
	width:980px;
	height:21px;
	background-color: #3BA2AB;
	margin-left: 0px;
}


#menu li span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*width:90px;*/
	display: block;
	color: black;
	text-decoration: none;
	padding-top:5px;
	text-align: center;
	background-color: white;
	height:16px;
}


#menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*width:90px;*/
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top:5px;
	text-align: center;
	background-color: #3BA2AB;
	height:16px;
}





#menu a:link {
	color: white;
	text-decoration: none;

}

#menu a:visited {

	color: white;
	text-decoration: none;
}
#menu a:hover {
	color: #ffffff;
	background-color: #25530B;

}



/* TEXT */ 

#text {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
#text p {
	text-align: justify;

}



#text a:link {
	color: #3C969E;
	text-decoration: none;
	background-color: #fff;
}

#text a:visited {

	color: #3C969E;
	text-decoration: none;
}
#text a:hover {
	color: #5FBBC2;
	text-decoration: underline;
}


.boto
{
	background-color: #42A6AE;
	color: #FFFFFF;
}
#text object {
	border: 1px solid #000000;
}



/* PEU*/
#peu {
	background-color: #333333;
	top: 500px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}
#peu a:link {
	color: #FFFFFF;
	text-decoration: none;

}

#peu a:visited {

	color: #FFFFFF;
	text-decoration: none;
}
#peu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
