/* CSS Document ----------------------------------------------------------*/
/*
	Aigües de Manresa - Disseny de la Factoria d'Imatges by Marc Martinez
	http://www.lafactoria.eu
*/


/* Marges i paddings a zero de tots els elements */
* {
  margin: 0;
  padding: 0;
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow:scroll;
}
body {
	background-image: url(../imatges/barra.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	text-align: center;
}
img{
	border:0px;	
}
#container {
	width: 800px;
	margin: 0 auto; 
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(../imatges/fons1.jpg);
	background-repeat: no-repeat;
}
#container2 {
	padding-left:0px;
	padding-right:0px;
	width: 800px;
	margin: 0 auto; 
	background-color: #FFFFFF;
	text-align: center;
}

.taula {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:12px;	
}
.taulaTitol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#009ED6;
	color: #FFFFFF;
	height:18px;
}
.taulaColor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#DBF4FB;
	height:12px;	
}
.taulaEspai {
	height:10px;	
}
#h1 {
	color:#407696;
	margin:0;
	height:0;

	font-family: verdana, arial, sans-serif;
	font-size: 1pt;
	font-style: normal;
	line-height: normal;
	padding-left: 0px;
	padding-top: 0px;
	background-position: 0px 0px; 
	font-weight: normal;
}

/* CAPSALERES ----------------------------------------------*/
.Capitol1_0{background-image: url(../imatges/imatge10.jpg);background-repeat: no-repeat;}
.Capitol1_1{background-image: url(../imatges/imatge11.jpg);background-repeat: no-repeat;}
.Capitol1_2{background-image: url(../imatges/imatge10.jpg);background-repeat: no-repeat;}
.Capitol1_3{background-image: url(../imatges/imatge10.jpg);background-repeat: no-repeat;}
.Capitol1_4{background-image: url(../imatges/imatge10.jpg);background-repeat: no-repeat;}
.Capitol1_5{background-image: url(../imatges/imatge10.jpg);background-repeat: no-repeat;}

.Capitol2_0{background-image: url(../imatges/imatge20.jpg);background-repeat: no-repeat;}
.Capitol2_1{background-image: url(../imatges/imatge21.jpg);background-repeat: no-repeat;}
.Capitol2_2{background-image: url(../imatges/imatge22.jpg);background-repeat: no-repeat;}
.Capitol2_3{background-image: url(../imatges/imatge23.jpg);background-repeat: no-repeat;}
.Capitol2_4{background-image: url(../imatges/imatge24.jpg);background-repeat: no-repeat;}
.Capitol2_5{background-image: url(../imatges/imatge25.jpg);background-repeat: no-repeat;}
.Capitol2_6{background-image: url(../imatges/imatge2.jpg);background-repeat: no-repeat;}
.Capitol2_7{background-image: url(../imatges/imatge2.jpg);background-repeat: no-repeat;}
.Capitol2_8{background-image: url(../imatges/imatge2.jpg);background-repeat: no-repeat;}
.Capitol2_9{background-image: url(../imatges/imatge29.jpg);background-repeat: no-repeat;}
.Capitol2_10{background-image: url(../imatges/imatge2.jpg);background-repeat: no-repeat;}

.Capitol3_0{background-image: url(../imatges/imatge3.jpg);background-repeat: no-repeat;}
.Capitol3_1{background-image: url(../imatges/imatge3.jpg);background-repeat: no-repeat;}
.Capitol3_2{background-image: url(../imatges/imatge3.jpg);background-repeat: no-repeat;}

.Capitol4_0{background-image: url(../imatges/imatge4.jpg);background-repeat: no-repeat;}
.Capitol4_1{background-image: url(../imatges/imatge4.jpg);background-repeat: no-repeat;}
.Capitol4_2{background-image: url(../imatges/imatge4.jpg);background-repeat: no-repeat;}
.Capitol4_3{background-image: url(../imatges/imatge4.jpg);background-repeat: no-repeat;}
.Capitol4_4{background-image: url(../imatges/imatge4.jpg);background-repeat: no-repeat;}
.Capitol4_5{background-image: url(../imatges/imatge4.jpg);background-repeat: no-repeat;}
.Capitol4_6{background-image: url(../imatges/imatge4.jpg);background-repeat: no-repeat;}

.Capitol5_0{background-image: url(../imatges/imatge5.jpg);background-repeat: no-repeat;}

.Capitol6_0{background-image: url(../imatges/imatge6.jpg);background-repeat: no-repeat;}

.CapitolForm{background-image: url(../imatges/imatgeForm.jpg);background-repeat: no-repeat;}



/*Estils Formularis---------------------------------*/
fieldset  {
	color: #666;
	background-color: #efefef;
	border: solid 1px #d3d3d3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

legend  {
	color: #666;
	font-family: "arial black";
	background-color: #d3d3d3;
	padding: 2px;
	}

label   {
	font-weight: normal;
	line-height: normal;
	text-align: right;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 120px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}

input.formInputFieldNums  {
	width:20px;
	border: 1px solid #0099CC;
	background-color: #D5F7FF;
	color: #333;
	margin-right: 0px;
	margin-bottom: 6px;
	padding: 0px;
	height: 20px;
	text-align:center;
	}
	
input.formInputField   {
	border: 1px solid #0099CC;
	background-color: #D5F7FF;
	color: #333;
	margin-right: 0px;
	margin-bottom: 6px;
	padding: 0px;
	height: 20px;
	text-align:center;
	}
	
input.formInputField:hover {
	background-color: #FFFFFF;
	border: 1px solid #006699;
	color: #000;
	}
	
select.formInputField  {
	border: 1px solid #0099CC;
	background-color: #D5F7FF;
	color: #333;
	margin-right: 0px;
	margin-bottom: 6px;
	padding: 0px;
	height: 20px;
	text-align:center;
	}

input.formInputButton   {
	background-color: #0066CC;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11pxem;
	font-weight: bolder;
	text-align: center;
	padding: 1px;
	margin-right: 5px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
input.formInputButton:hover   {
	background-color: #029DDD;
	}

/* HEADER ---------------------------------------------------------------------------------------- */
#header { 
	margin: 0 auto;  
	width: 800px;
	height: 55px;
}
#contactar {
	display: block;
	float: right;
	width: 106px;
	height: 32px;
	margin-top: 0px;
	margin-right: 24px;
	padding-top: 6px;
	font-size: 11px;
	background-image: url(../imatges/bkContactar.png);
	background-repeat: no-repeat;
}
 #contactar a:link,  #contactar a:visited  { font-weight:bold; color:#d2e5ec; text-decoration:none; }
 #contactar a:hover, #contactar a:active   { font-weight:bold; color:#fdb803; text-decoration:none; }
#logo {
	/*margin-right:400px;*/
	float: left;
	width: 400px;
	height: 55px;
	text-decoration: none;
	/*list-style: none;*/
	cursor:pointer;	
}
#logo h1 {
	width: 400px;
	height: 55px;
	padding: 0;
	/*overflow: hidden;*/
	float: left;
	background-image:url(../imatges/rollovers/400x400botocapsalera.jpg);
	background-repeat:no-repeat;
}
#logo h1 a {
	display: block;
	/*text-indent: -9999px;*/
	text-decoration: none;
	width: 400px;
	height: 55px;
	background-image:url(../imatges/rollovers/400x400botocapsalera.jpg);
	background-repeat:no-repeat;
}
#logo h1 a:hover {
	display: block;
	/*text-indent: -9999px;*/
	text-decoration: none;
	width: 400px;
	height: 55px;
	background-image:url(../imatges/rollovers/400x400botocapsalerab.jpg);
	background-repeat:no-repeat;
}




/* ESTILS TEXT --------------------- */
p {
	color:#333333;
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	line-height: 160%; 
}

blockquote {
content: close-quote;
margin-left: 30px;
}

h1 {
	color:#407696;
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	padding-left: 25px;
	padding-top: 5px;
	background: url(../imatges/bullet.gif);
	background-repeat:no-repeat;
	background-position: 5px 10px; 
	font-weight: normal;
}
h2 {
	font:14pt verdana, arial, sans-serif;
	color:#407696;
	padding-left:55px;
	padding-bottom:3px;
	margin:0;
	text-align: left;
}
h3 {
	font:10pt verdana, arial, sans-serif;
	color:#407696;
	padding: 0px 0px 0px 0px;
	margin:0;
	font-weight:bold
}
h4 {
	color:#407696;
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.peufoto {
	color:#407696;
	font:8pt verdana, arial, sans-serif;
	text-align: center;
}

/* ESTILS LINKS --------------------- */
#mainNav { 
	width: 232px;
	height:160px;
	float: left;
	padding-top: 29px; 
	padding-bottom: 20px;
}
#menu {
	text-align: left;
	float: right;
	width: 200px;
	text-decoration: none;
	font-size: 12px;
}
#menu ul {
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#menu li {
	padding: 4px 2px 4px 20px;
	display: block;
	list-style: none;
	color: #666666;
	font-weight: bold;
}
#menu a:link {
	padding-left: 17px;
	background: url(../imatges/bullet.gif) no-repeat 0px 20%;
	text-decoration: none;
	color: #029DDD;
	font-weight: bold;
}
#menu a:visited {
	padding-left: 17px;
	background: url(../imatges/bullet.gif) no-repeat 0px 20%;
	text-decoration: none;
	color: #029DDD;
	font-weight: bold;
}
#menu a:active  {
	padding-left: 17px;
	background: url(../imatges/bullet.gif) no-repeat 0px 20%;
	text-decoration: none;
	color: #029DDD;
	font-weight: bold;
}
#menu a:hover {
	color: #666666;
	padding-left: 17px;
	background: url(../imatges/bullet2.gif) no-repeat 0px 20%;
	font-weight: bold;
}


#menuSegon {
	text-align: left;
	float: right;
	width: 200px;
	text-decoration: none;
	font-size: 11px;
}
#menuSegon ul {
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#menuSegon li {
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	padding-bottom:7px;
	display: block;
	list-style: none;
	color: #407696;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;	
}
#menuSegon a:link {
	padding-left: 14px;
	background: url(../imatges/bullet3.gif) no-repeat 0px 20%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
}
#menuSegon a:visited {
	padding-left: 14px;
	background: url(../imatges/bullet3.gif) no-repeat 0px 20%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
}
#menuSegon a:active  {
	padding-left: 14px;
	background: url(../imatges/bullet3.gif) no-repeat 0px 20%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
}
#menuSegon a:hover {
	color: #407696;
	padding-left: 14px;
	background: url(../imatges/bullet3.gif) no-repeat 0px 20%;
	font-weight: bold;
}


#menuSegonImatge {
	text-align: left;
	float: right;
	width: 200px;
	text-decoration: none;
	font-size: 11px;
}
#menuSegonImatge ul {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
#menuSegonImatge li {
	padding-left:8px;
	padding-right:8px;
	padding-top:1px;
	padding-bottom:7px;
	display: block;
	list-style: none;
	color: #407696;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;	
}
#menuSegonImatge a:link {
	text-decoration: none;
	color: #407696;
	font-weight: normal;
}
#menuSegonImatge a:visited {
	text-decoration: none;
	color: #407696;
	font-weight: normal;
}
#menuSegonImatge a:active  {
	text-decoration: none;
	color: #407696;
	font-weight: normal;
}

#menuSegonImatge a:hover {
	color: #407696;
	font-weight: bold;
}

/*///////////////////////////////////////////////////////////////////*/
.textEnllas {
	text-decoration: none;
	font-size: 11px;
	list-style: none;
	color: #407696;
}
.textEnllas a {
	list-style: none;
	text-decoration: none;
}
.textEnllas ul {
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.textEnllas li {
	list-style: none;
	color: #407696;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
}
.textEnllas a:link {
	text-decoration: none;
	color: #407696;
	font-weight: normal;
}
.textEnllas a:visited {
	text-decoration: none;
	color: #407696;
	font-weight: normal;
}
.textEnllas a:active  {
	text-decoration: none;
	color: #FF9900;
	font-weight: normal;
}
.textEnllas a:hover {
	color: #FF9900;
	font-weight: bold;
}
/*///////////////////////////////////////////////////////////////////*/
.textLink {
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;
	float: left;
	height: 20px;
	text-decoration: none;
	font-size: 11px;
	display: table;
}
.textLink a {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:2px;
	padding-right:2px;
	list-style: none;
	color: #407696;
}
.textLink ul {
	padding-top:3px;
	padding-bottom:3px;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.textLink li {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	padding-right:20px;
	padding-top:1px;
	padding-bottom:7px;
	display: block;
	list-style: none;
	color: #407696;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	background-image: url(../imatges/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;	
}
.textLink a:link {
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 20px;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	background-image: url(../imatges/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
}
.textLink a:visited {
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 20px;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	background-image: url(../imatges/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
}
.textLink a:active  {
	padding-top:3px;
	padding-bottom:3px;
padding-left: 20px;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	background-image: url(../imatges/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
}
.textLink a:hover {
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 20px;
	color: #407696;
	font-weight: bold;
	background-image: url(../imatges/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
}

/* LINKS ENLLAÇOS DESCARREGABLES */
#SubmenuCaixa {
	width: 235px;
	float: left;
	padding-top: 0px; 
	padding-bottom: 0px;
}
#Submenu {
	width: 235px;
	float: left;
	padding-top: 0px; 
	padding-bottom: 0px;
	background-image: url(../imatges/fonsmenu.jpg);
	background-repeat: repeat-y;
}
#SubmenuImatge {
	width: 235px;
	float: left;
	padding-top: 0px; 
	padding-bottom: 0px;
	background-image: url(../imatges/fonsmenu.jpg);
	background-repeat: repeat-y;
}

#peuSubmenu {
	width: 235px;
	height:23px;
	float: left;
	padding-top: 0px; 
	padding-bottom: 0px;
	background-image: url(../imatges/peufonsmenu.jpg);
	background-repeat: no-repeat;
}

/* LINKS ENLLAÇOS DESCARREGABLE PDF */
#PDF {
	text-align: left;
	float: left;
	width: 500px;
	text-decoration: none;
	font-size: 11px;
	clear: both; 
	padding-bottom:15px;
}
#PDF ul {
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#PDF li {
	padding-left:5px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	display: block;
	list-style: none;
	color: #407696;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;	
}
#PDF a:link {
	padding-left: 20px;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	background-image: url(../imatges/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
	padding-top:3px;
	padding-bottom:3px;
}
#PDF a:visited {
	padding-left: 20px;
	background: url(../imatges/icon_pdf.gif) no-repeat 0px 0%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	padding-top:3px;
	padding-bottom:3px;
}
#PDF a:active  {
	padding-left: 20px;
	background: url(../imatges/icon_pdf.gif) no-repeat 0px 0%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	padding-top:3px;
	padding-bottom:3px;
}

#PDF a:hover {
	color: #407696;
	padding-left: 20px;
	background: url(../imatges/icon_pdf.gif) no-repeat 0px 0%;
	font-weight: bold;
	padding-top:3px;
	padding-bottom:3px;
}
/* LINKS ENLLAÇOS DESCARREGABLE PDF APARTAT PERFILS */
#PDFPerfils {
	text-align: left;
	float: left;
	width: 800px;
	text-decoration: none;
	font-size: 12px;
	clear: both;
	padding-top:5px; 
	padding-bottom:0px;
	line-height:1.7;
}
#PDFPerfils ul {
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#PDFPerfils li {
	padding-left:15px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	display: block;
	list-style: none;
	color: #407696;
	font-weight: bold;
	border-bottom: 0px solid #DDDDDD;	
}
#PDFPerfils a:link {
	padding-left: 35px;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	background-image: url(../imatges/icona-pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 0%;
	padding-top:4px;
	padding-bottom:4px;
}
#PDFPerfils a:visited {
	padding-left: 35px;
	background: url(../imatges/icona-pdf.gif) no-repeat 0px 0%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	padding-top:4px;
	padding-bottom:4px;
}
#PDFPerfils a:active  {
	padding-left: 35px;
	background: url(../imatges/icona-pdf.gif) no-repeat 0px 0%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	padding-top:4px;
	padding-bottom:4px;
}

#PDFPerfils a:hover {
	color: #407696;
	padding-left: 35px;
	background: url(../imatges/icona-pdf.gif) no-repeat 0px 0%;
	font-weight: bold;
	padding-top:4px;
	padding-bottom:4px;
}

/* LINKS ENLLAÇOS DESCARREGABLE WORD */
#word {
	text-align: left;
	float: left;
	width: 500px;
	text-decoration: none;
	font-size: 11px;
	clear: both; 
	padding-bottom:15px;
}
#word ul {
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#word li {
	padding-left:5px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	display: block;
	list-style: none;
	color: #407696;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;	
}
#word a:link {
	padding-left: 20px;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	background-image: url(../imatges/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: 0px 5%;
	padding-top:3px;
	padding-bottom:3px;
}
#word a:visited {
	padding-left: 20px;
	background: url(../imatges/icon_doc.gif) no-repeat 0px 0%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	padding-top:3px;
	padding-bottom:3px;
}
#word a:active  {
	padding-left: 20px;
	background: url(../imatges/icon_doc.gif) no-repeat 0px 0%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	padding-top:3px;
	padding-bottom:3px;
}

#word a:hover {
	color: #407696;
	padding-left: 20px;
	background: url(../imatges/icon_doc.gif) no-repeat 0px 0%;
	font-weight: bold;
}

/* LINKS ENLLAÇOS DESCARREGABLE Excel */
#excel {
	text-align: left;
	float: left;
	width: 500px;
	text-decoration: none;
	font-size: 11px;
	clear: both; 
	padding-bottom:15px;
}
#excel ul {
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#excel li {
	padding-left:5px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	display: block;
	list-style: none;
	color: #407696;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;	
}
#excel a:link {
	padding-left: 20px;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	background-image: url(../imatges/icon_excel.gif);
	background-repeat: no-repeat;
	background-position: 0px 5%;
	padding-top:3px;
	padding-bottom:3px;
}
#excel a:visited {
	padding-left: 20px;
	background: url(../imatges/icon_excel.gif) no-repeat 0px 0%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	padding-top:3px;
	padding-bottom:3px;
}
#excel a:active  {
	padding-left: 20px;
	background: url(../imatges/icon_excel.gif) no-repeat 0px 0%;
	text-decoration: none;
	color: #407696;
	font-weight: normal;
	padding-top:3px;
	padding-bottom:3px;
}

#excel a:hover {
	color: #407696;
	padding-left: 20px;
	background: url(../imatges/icon_excel.gif) no-repeat 0px 0%;
	font-weight: bold;
}

/* LINKS ENLLAÇOS DESCARREGABLE PDF */
#link {
	text-align: left;
	float: left;
	width: 500px;
	text-decoration: none;
	font-size: 11px;
	clear: both; 
	padding-bottom:15px;
}
#link ul {
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#link li {
	padding-left:0px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	display: block;
	list-style: none;
	color: #407696;
	font-weight: bold;		
}

#link a:link {
	padding-left: 20px;
	text-decoration: none;
	color: #407696;
	background: url(../imatges/bullet3.gif) no-repeat 3px 20%;
	font-weight: normal;
	background-repeat: no-repeat;
}
#link a:visited {
	padding-left: 20px;
	text-decoration: none;
	background: url(../imatges/bullet3.gif) no-repeat 3px 20%;
	color: #407696;
	font-weight: normal;
}
#link a:active  {
	padding-left: 20px;
	text-decoration: none;
	background: url(../imatges/bullet3.gif) no-repeat 3px 20%;
	color: #407696;
	font-weight: normal;
}

#link a:hover {
	color: #407696;
	padding-left: 20px;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	background: url(../imatges/bullet3.gif) no-repeat 3px 20%;
}



/* DIVS TAULES CONTINGUT --------------------- */
#contentPaginaInicial {
	margin: 0; 
	width: 568px;
	height: 311px;
	float: right;
	/*background-image: url(../imatges/banner.jpg);
	background-repeat: no-repeat;*/
}
#flashcontent{
	margin: 0; 
	width: 568px;
	height: 311px;
	float: right;
	/*background-image: url(../imatges/banner.jpg);
	background-repeat: no-repeat;*/
}
#content {
	margin: 0;
	width: 500px;
	height: 100%;
	float: right;
	margin-left:20px;
	margin-right:20px;
	/*background-color: #00CCFF;*/	
}
#contentperfil {
	margin: 0;
	width: 800px;
	height: 100%;
	float: left;
	margin-left:0px;
	margin-right:0px;
	/*background-color: #00CCFF;*/	
}
/* taula 
----------------------------------------------- */
#contentperfil table {
		border-collapse:collapse;
		background:#EFF4FB ;
		/*border-left:1px solid #686868;
		border-right:1px solid #686868;*/
		font:14px 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

#contentperfil td, th {
		padding:8px;
}
.taulaperfilcapsalera td, th {
		color: #333;
		padding:8px;
		background:#009fd6;
		border-left:1px solid #ffffff;
		border-right:1px solid #ffffff;
		font-weight: bold;
}
.taulaperfilcapsalera2 td, th {
		color: #333;
		padding:8px;
		background:#009fd6;
		font-weight: bold;
}
#contentperfil caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}
/* =links
----------------------------------------------- */

#contentperfil table a {
		color:#950000;
		text-decoration:none;
}

#contentperfil table a:link {}

#contentperfil table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: none;
}

#contentperfil table a:hover {
		border-bottom: 1px dashed #000;
		color:#000000;
}

/* =head =foot
----------------------------------------------- */

#contentperfil thead th, tfoot th, tfoot td {
		background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;
		color:#fff
}

#contentperfil tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

#contentperfil tbody th, tbody td {
		border-bottom: dotted 1px #03349d;
}

#contentperfil tbody th {
		white-space: nowrap;
}

#contentperfil tbody th a {
		color:#333;
}

.odd {}

#contentperfil tbody tr:hover {
		background:#fafafa
}


/*/////////////////////////////////////////////////////////////////////*/
#contentForm {
	margin: 0;
	/*width: 500px;*/
	height: 100%;
	float: right;
	margin-left:20px;
	margin-right:20px;
	/*background-color: #00CCFF;*/	
}
#capsaleraText {
	width: 500px;
	height: 100%;
	background-image: url(../imatges/capsaleratext2.jpg);
	margin-top:1px;
	margin-bottom:9px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #407696;
}
#capsaleraTextPerfil {
	width: 495px;
	height: 50px;
	float:left;
	background-image: url(../imatges/capsaleratext2.jpg);
	margin-left:30px;
	margin-bottom:9px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #407696;
}
#capsaleraTextPerfilContractant {
	width: 800px;
	height: 20px;
	float:left;
	font-size:12px;
	background-image: url(../imatges/capsaleratext2.jpg);
	
	margin-top:10px;	
	margin-bottom:0px;

	padding-top:0px;
	padding-bottom:15px;
	
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #407696;
}
#capsaleraText2 {
	width: 500px;
	height: 100%;
	background-image: url(../imatges/capsaleratext2.jpg);
	margin-top:1px;
	margin-bottom:9px;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #407696;
}
#capsaleraText h1 {
  	text-align: left;
}
#text {
  	text-align: left;
	padding-bottom:20px; 
}
#banner {
	margin: 0; 
	width: 568px;
	height: 210px;
	float: right;
	/*background-image: url(../imatges/banner.jpg);
	background-repeat: no-repeat;*/
} 
#noticies {
	margin: 0; 
	width: 800px;
	height: 150px;
	clear: both;
	/*background-image: url(../imatges/noticies.jpg);*/
	background-image: url(../imatges/noticies.gif);
	background-repeat: no-repeat;
	font-size:8pt;
}

#noticia1{
	float:left;
	width:270px;
	height:110px;
	margin-top:32px;
}
#noticia2{
	float:left;
	width:270px;
	height:110px;
	margin-top:32px;
	border-style: dotted;
}
#noticia21{
	float:left;
	width:230px;
	height:110px;
	background-color:#EFFAFE;
	text-align:left;
	margin-left:18px;
	margin-top:32px;
}
.noticia11{
	float:right;
	width:230px;
	height:110px;
	background-color:#EFFAFE;
	text-align:left;
}
#flash_noticia11{
	float:right;
	width:230px;
	height:110px;
	background-color:#EFFAFE;
	text-align:left;
}

.noticia11 a{
	text-decoration:none;
	color:#407696;	
}
.noticia11 a:hover{
	text-decoration:none;
	color:#407696;
	font-weight:bold;	
}
.noticia3{
	float:left;
	width:230px;
	height:110px;
	text-align:left;
	margin-left:18px;
	margin-top:25px;
}
#capsalera_noticia{
	width:100%;
	height:13px;
	background-image:url(../imatges/capsalera_noticies.gif);
	font-size:8pt;
	text-align:left;
	color:#407696;	
}

#noticia{
	float:left;
	margin-top:32px;
	line-height:1.7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#img_noticia{
	position: relative;
	float:left;
	display: block;
	text-align:center;
	margin-left:1px;
	margin-top:4px;
	margin-right:6px;	
}
#img_noticia_gran{
	position: relative;
	float:left;
	display: block;
	text-align:center;
	margin-left:5px;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;	
}

#noticies .titol{
	font-weight:bold;
	font-size:8pt;
	color:#407696;
	text-align:left;
}

#hemeroteca{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height:1.7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 1px solid #DDDDDD;
	background: url(../imatges/bullet3.gif) no-repeat 3px 20%;
}
#hemeroteca a {
	text-decoration: none;
	color: #407696;
	
}
#hemeroteca a:hover{
	font-weight:bold;	
}

.ComboBox   {
	width:150px;
	border: 1px solid #0099CC;
	background-color: #FFFFFF;
	color: #333;
	margin-right: 5px;
	padding: 0px;
	text-align:left;
	font-size: 13px;
	}


/* FOOTER --------------------- */
#footer { 
	width: 800px;
	height: 80px; 
	background: url(../imatges/footer.png) no-repeat;
	clear: both; 
  	text-align: center; 
}

#footer p { color:#003399; margin-left:40px; text-align:left; float:left; font-size:10px; margin-top:44px; }

 #footer a:link, #footer a:visited   { color:#003399; text-decoration:none; }
 #footer p a:hover, #footer a:active { color:#fdb803; text-decoration:none; }

.subtaula{
	font-weight:bold;
}
