/* CSS Document */
body {
	margin: 0px;
	background-color:#30548C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	width: 1056px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imatges/fondo1-x.gif);
	background-repeat:  repeat-y;
}

#cabecera{
	width: 1000px;
	height: 115px;
	margin: 0px 27px;
	background-image: url(../imatges/fondo1b-x.gif);
	background-repeat:  repeat-y;
	vertical-align: middle;
}

#cabesq{
	width: 350px;
	height: 115px;
	float: left;
}

#cabdreta{
	width: 275px;
	position: relative;
	top: 27px;
	float: right;
	
}
#contingut{
	width: 1000px;
	margin: 0px 27px;
	background-color:#fff;
}

#peu{
	width: 1000px;
	margin: 0px 27px;
	padding: 10px 0px;
	text-align: center;
	font-size: 10px;
	color: #369;
}

#bottom {
	width: 1056px;
	height: 27px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imatges/bottom-x.gif);
}

a, a:visited, a:active{text-decoration: none;}
a:hover{text-decoration: underline;}

/* Barra de navegació horitzontal */

#bnav{
	position: relative;
	width: 1001px;
	height: 20px;
	margin-right: 27px;
	margin-left: 27px;
	background-image: url(../imatges/nav1.gif);
	background-repeat: repeat-x;
	background-color: #369;
	z-index: 1000;
}

#bnav ul{
  padding: 0;
  margin: 0;
  list-style: none;
}

#bnav ul li{
  float: left;
  position: relative;
  width: 110px;
  text-align: center;
	background-image: url(../imatges/nav1.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #369;
	color: #369;
	line-height: 20px;
}

#bnav ul li a{
  display: block;
  color: #369;
  text-decoration: none;
}

#bnav ul li.fora{
  width: 60px;
	background-image: url(../imatges/nav2.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #fff;
	line-height: 20px;	
}

.ie6 #bnav ul li.fora{
  width: 64px;
	background-image: url(../imatges/nav2.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #fff;
	line-height: 20px;	
}

#bnav ul li:hover, #bnav ul li.over {
  background-image: url(../imatges/nav1b.gif);
  background-repeat: repeat-x;
  color: #fff;
}	

#bnav ul li a:hover{
  color: #fff;
  text-decoration: none;
}

#bnav ul li ul {
  display: none;
}

#bnav ul li:hover ul, #bnav ul li.over ul {
  display: block;
  position: absolute; 
  top: 20px;
  left: 0px;
}	

#bnav ul li ul li{
  background: #E5E8F1;
}

#bnav ul li ul li{
  border-left: 1px solid #8491BD;
  border-right: 1px solid #8491BD;  
  border-bottom: 1px solid #8491BD;
  padding: 0px;
  text-align: left;
  line-height: 14px;
}

#bnav ul li ul li:hover, #bnav ul li ul li.over{
  background-image: none; 
}

#bnav ul li ul li a{
  display: block;
  width: 105px;
  padding: 5px 0px 5px 5px;  
  text-decoration: none;
  color: #3C5D99;
}

.ie6 #bnav ul li ul li a{
  width: 110px;
}

#bnav ul li ul li a:hover{
  text-decoration: none;
  background: #B7C5EE;
  color: #333;
}
/* --- Final de la barra de navegació horitzontal--- */

.formEsq{
  float: left;
  width: 250px;
  padding: 10px 0px 0px 0px;
  margin-left: 20px;
}

.txtFormCap{
  font-size: 9px;
}

.blau{
  color: #3C5D99;
}

.linkPeu {
	color: #000000;
}