* {
	margin: 0px;
	padding: 0px;
}
a img,:link img,:visited img { border: none; }
body {
	background-image: url(../images/fons_cap.jpg);
	background-repeat: repeat-x;
}
#tot {
	width: 955px;
	margin-left: -477px;
	position: relative;
	left: 50%;
}
/* Capçalera */
#encap {
	height: 123px;
	width: 955px;
}
#encap #lang {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}
#encap #langSelector {
	float: right;
	width:700px;
	position:inherit;
	margin-top:5px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
}
#encap #lang a {
	color: #333;
	text-decoration: none;
}
#encap #langSelector a 
{
	color: #3E7A1A;
	text-decoration: none;
}
#encap #langSelector a:hover
{
	color: #3E7A1A;
	text-decoration: underline;
}
#encap #logo {
	float: left;
	position: relative;
	width:209px;
	margin-left:10px;
}
/* Navegació */
#nav {
	position:relative;
	width: 725px;
	float: right;
	height: 31px;
	margin-top:41px;
}
#nav ul {
	list-style-type: none;
 }
#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	background-image: url(../images/btn_menu1.jpg);
	background-repeat: no-repeat;
	padding-top: 9px;
	width: 143px;
	height: 22px;
	display: block;
}
#nav ul li a:hover {
	background-image: url(../images/btn_menu1_f2.jpg);
	background-repeat: no-repeat;
	color: #3E7A1A;
}
#nav ul li a:active {
	background-image: url(../images/btn_menu1_f3.jpg);
	background-repeat: no-repeat;
	color: #3E7A1A;
}
#nav #tabSelected{
	background-image: url(../images/btn_menu1_f3.jpg);
	background-repeat: no-repeat;
	color: #3E7A1A;
	cursor:default;
	
}
p    {
	font-weight: bold;
	color: #FFF;
}
#nav li {
	float: left;
}

/* peu */
#peu {
	margin-top:5px;
	background-image: url(../images/peu.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 955px;
	height: 60px;
	clear: both;
	float: left;
}
#peu ul {
	list-style-type: none;
 }
#peu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
#peu ul li a:hover {
	color: #333;
}
#peu ul li a:active {
	font-weight: bold;
	color: #FFF;
}
#peu li {
	float: left;
}
#peu span {
	float: right;
	padding-right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	text-decoration: none;
	margin-top:5px;
}
#peu p {
	float:inherit;
	padding-right:20px;
	padding-left:50px;
	margin-top:5px;
}
#peuimages 
{
	width:100%;
	padding-top:10px;
	float:right;
	text-align:center;
	vertical-align:top;
}
.input_web
{
   font-size:11px;
   font-weight:bold;
   font-family:Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   width:96px;
   height:26px;
   background-color:#6C9918;
   border-style:solid;
   border-color:#2F711A;
   border-width:1px;
   cursor:pointer;
}
