html,body {
	margin: 0; 
	padding: 0; 
	height: 100%; 

}
body {
	font-size: 12px;

}
a {
	color: #20b5a2;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:hover {
	text-decoration:underline;
}
#container {
	margin-right:auto;
	margin-left:auto;	
	width: 970px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#contingut {
	background-repeat: repeat-y;
	padding-bottom:75px;
	min-height:550px;
	}

#contingut:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0px;
  visibility: hidden;
}
#cap {
	width: 100%;
	height: 120px;
}
#menu {
	background-image: url(../imgs/fonsMenu.gif);
	background-repeat: repeat-x;
	height: 35px;
	width: 100%;
	margin-bottom:0px;
	/*float:left;
	display:inline;*/
}
#cercar {
	background-image: url(../imgs/fonsCercar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 235px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #2F5B54;
	padding-top: 5px;
}
#menu ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #4D9488;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	float: left;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 25px;
	padding-top: 10px;
	background-image: url(../imgs/separadorMenu.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#icones {
	float: right;
}

#menu li a {
	text-decoration:none;
	color: #4D9488;
}
#menu .separador {
	background-image: url(../imgs/separadorMenu.gif);
	background-repeat: no-repeat;
	height: 35px;
	display: inline;
	float: left;
	width: 2px;
}


#cap img {
	margin-top: 20px;
}
#cercar .label {
	background-image: url(../imgs/fonsCercar.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	float:left;
	padding-top: 4px;
}
#cercar .camp {
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #666666;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #F3F3F3;
	float:left;
	margin-top: 3px;
	height: 14px;
}
#barraH {
	background-image: url(../imgs/fonsBarraH.jpg);
	background-repeat: repeat-x;
	height: 43px;
	margin-top: 0px;
}

#cercar .boto {
	margin-right: 4px;
	float:left;
	margin-top: 4px;
}
#icones {
	background-image: url(../imgs/fonsIcones.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 25px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #2F5B54;
	padding-top: 10px;
	padding-right: 15px;
	text-align: right;
}
.barraH2 {
	float: right;
	display: inline;
}
.actualidad {
	float: left;
	display: inline;
}
#actualitat {
	width: 580px;
	margin-left: 55px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	display: inline;
}


#peuOLD {
	background-color: #ffffff;
	width:100%;
	position: absolute;
	text-align: center;
	background-image: url(../imgs/fonsPeu.gif);
	background-repeat: repeat-x;
	bottom: 0 !important;
	bottom: -1px;
	height: 34px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
	background-color: #E8E8E8;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#peu {
	width: 100%;
	background-image: url(../imgs/fonsPeu.gif);
	background-repeat: repeat-x;
	height: 34px;
	text-align: center;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
	background-color: #E8E8E8;
	padding-bottom: 25px;
	clear: both;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.dataNot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #999999;
}
.titolNot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #1e536f;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 150%;
}
.contNot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	font-weight: normal;
	line-height: 150%;
}
.llegirmes {
	margin-top: 5px;
	margin-bottom: 5px;
}
.llegirmes a {
	color: #20b5a2;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.llegirmes a:hover {
	text-decoration:underline;
}
.sepNot {
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4D9AC6;
	margin-top: 10px;
	margin-bottom: 30px;
}
.mes {
	color: #FFFFFF;
	background-color: #20B5A2;
	height: 10px;
	padding-right: 1px;
	padding-left: 1px;
}
#destacats {
	float: right;
	width: 269px;
	display: inline;
	background-color: #e6f6f4;
	margin-right: 1px;
	text-align: center;
	padding-top: 30px;
}
#peu a {
	width: 100%;
	height: 34px;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #20B5A2;
	padding-bottom: 25px;
}
#icones a {
	color: #4D9488;
	text-decoration: none;
}



/* MENÚ LATERAL */
#subMenu {
	background-image: url(../imgs/fonssubMenu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 239px;
	background-color: #e6f6f4;
	padding-bottom: 30px;
	padding-top: 20px;
}
#subMenu ul {
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subMenu .top {
	font-size: 1px;
	/*display: block;*/
	height:5px;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5dcd7;
	margin-right: 2px;
	margin-left: 2px;
}
#subMenu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	list-style-type: none;
	text-decoration:none;
	color: #1e7067;
	margin-bottom:0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f4fcfb;
	border-bottom-color: #b5dcd7;
}


#subMenu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	display: block;
	list-style-type: none;
	text-decoration:none;
	color: #1e7067;
	margin-bottom:0px;
	padding-left:20px;
	padding-top:7px;
	padding-bottom: 7px;
}
#subMenu li a:hover {
	display: block;
	list-style-type: none;
	background-color:#f2faf9;
	padding-top:7px;
	padding-bottom: 7px;
	
}
#subMenu li a.actiu {
	display: block;
	list-style-type: none;
	background-color:#f2faf9;
	padding-top:7px;
	font-weight:bold;
	padding-bottom: 7px;
}
.puntAlt {
	float: left;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.atras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}
.titolJornada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 30px;
	margin-top: 0px;
}

.pdf {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#descEstatuts {
	background-color: #EBEBEB;
	padding: 15px;
	width: 550px;
	background-image: url(../imgs/imgEstatuts.jpg);
	background-repeat: no-repeat;
	height: 180px;
	position: relative;
	margin-top: 20px;
}
.descEstatuts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left: 185px;
	font-weight: normal;
	margin-top: 100px;
}
.descEstatuts a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E7067;
	font-weight: bold;
}



#barra {
width:970px;
	background-image: url(../imgs/fonsBarra.jpg);
	background-repeat: repeat-x;
	height: 43px;
	margin-top: 0px;
	float:left;
	display:inline,
}
#barra h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	float: left;
	width: 235px;
	padding-left: 40px;
	margin-top: 8px;
	margin-bottom: 0px;
}
#barra h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	float: left;
	width: 500px;
	margin-top: 8px;
	margin-bottom: 0px;
}
#barra2 {

	background-image: url(../imgs/fonsBarra.jpg);
	background-repeat: repeat-x;
	height: 37px;
	margin-top: 0px;
}
#barra2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	float: left;
	width: 235px;
	padding-left: 40px;
	margin-top: 8px;
	margin-bottom: 0px;
}
#barra2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #FFFFFF;
	display: inline;
	float: left;
	width: 500px;
	margin-top: 8px;
	margin-bottom: 0px;
}
/* CONTINGUTS */ 
#contCentral{
	width: 690px;
	padding-top: 30px;
	padding-left: 40px;
	display: inline;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	min-height:350px;
}
*html #contCentral{
	height:350px;
}
.firma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	float: left;
	width: 250px;
}

#contCentral p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:150%;
}
#contCentral a {
	color: #1E7067;
	text-decoration: none;
}
#contCentral a:hover {
	color: #2FB0A4;
	text-decoration: none;
}
#contCentral h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	line-height:150%;
	color: #2E6C92;
	margin-bottom: 10px;
}
#contCentral h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	line-height:150%;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #52BBAD;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;

}
.pdf2 {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	margin-top: 3px;
}

#antiguesjuntes {
	font-family: Arial, Helvetica, sans-serif;
}
#antiguesjuntes table,tr,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.tdantigues {
	background-color: #64A3CC;
	color: #FFFFFF;
}
.tdantigues2 {
	background-color: #F2FAF9;
	color: #666666;
}
#antiguesjuntes td {
	padding:3px;
}
.socio {
	width: 500px;
}
.logoSoci {
	display: inline;
	float: left;
	height: 80px;
	width: 200px;
	text-align: center;
}
.nomSoci {
	width: 400px;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 80px;
	clear: right;
}
.nomSoci a {
	width: 400px;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #1E7067;
	text-decoration: none;
}
.titolLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	display: block;
	margin-bottom: 5px;
}
.sepLinks {
	clear: both;
	float: none;
	height: 1px;
	width: 630px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 50px;
}
#subscripcio {
	background-color: #4D9AC6;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-align: left;
	border: 5px solid #FFFFFF;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
}
#subscripcio .titol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-bottom: 5px;
}
#subscripcio a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	margin-top: 5px;
}
#banner {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#formulari {
	width: 660px;
}
#formulari br {
	clear: left;
}
#formulari .label {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	display: block;
	float: left;
	width: 200px;
	padding-top: 2px;
	text-align: right;
	margin-right: 10px;
	padding-left: 0px;
	padding-bottom: 2px;
	margin-top: 1px;
	background-color: #FFFFFF;
}
#formulari .label1 {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	display: block;
	float: left;
	width: 200px;
	padding-top: 2px;
	text-align: left;
	margin-right: 10px;
	padding-left: 0px;
	padding-bottom: 2px;
	margin-top: 1px;
	background-color: #FFFFFF;
}
#formulari .camp {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	display: block; 
	float: left;
	margin-right: 20px;
	width: 250px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
#formulari .camp1 {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
/*	display: block; 
	float: left; */
	margin-right: 20px;
	width: 250px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
#formulari .boto {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	float: left;
	margin-right: 25px;
	width: 100px;
	margin-bottom: 5px;
	border: 1px solid #2F514E;
	background-color: #467772;
	font-weight: bold;
	text-align: center;
}
#formulariAcces {
	background-color: #ebebeb;
	padding: 20px;
	width: 220px;
	height: 90px;
	margin-left: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#formulariAcces .olvidado {
	text-align: right;
	width: 212px;
	display: block;
	padding-top: 10px;
	font-size: 11px;
	padding-bottom: 10px;
}
#formulariAcces a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E7067;
	text-decoration: underline;

}
#formulariAcces br {
	clear: left;
}
#formulariAcces .label {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	display: block;
	float: left;
	width: 80px;
	padding-top: 2px;
	text-align: right;
	margin-right: 10px;
}
#formulariAcces .camp {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	display: block;
	float: left;
	width: 120px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
#formulariAcces .boto {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 122px;
	margin-bottom: 5px;
	border: 1px solid #2F514E;
	background-color: #467772;
	font-weight: bold;
	text-align: center;
}
#menuArea {
	position: absolute;
	top: 220px;
	width: 631px;
	font-family: Arial, Helvetica, sans-serif;
	left: 259px;
}
#menuArea a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1E7067;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
.titolActa {
	background-color: #EEEEEE;
	display: block;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #000000;
}
.titolCuestionari {
	background-color: #EEEEEE;
	display: block;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #000000;
}
.titolActaAny {
	background-color: #EEEEEE;
	display: block;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	font-weight: bold;
	color: #000000;
	
}
.linkActa {
	background-color: #F2FAF9;
	display: block;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	margin-top: 1px;
	margin-bottom: 20px;
}
#contCentral ul.jornadas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contCentral li.jornadas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
}
.tit {

	background-color: #EEEEEE;
	display: block;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #000000;
}
.desc {

	background-color: #F2FAF9;
	display: block;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	margin-top: 1px;
	margin-bottom: 20px;
}
#contCentral ul.llistat {

	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:150%;
}
#descBoletin {

	background-color: #EBEBEB;
	padding: 15px;
	width: 550px;
	min-height: 180px;
	position: relative;
	margin-top: 20px;
}
#descBoletin p {
margin-bottom:-50px;
}
*html #descBoletin {
	height: 180px;
}
.descBoletin {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 185px;
	font-weight: normal;
	margin-top: 100px;
}
.tdSumari {
	color: #FFFFFF;
	background-color: #4E9BC5;
	font-size: 100%;
	font-weight: bold;
}
.tdSumari2 {
	font-size: 100%;
}


.descBoletin a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1E7067;
	font-weight: bold;
}
#descBoletin .imgBoletin {
	float: left;
	margin-right: 20px;
}
#descBoletin ul {
	line-height: 20px;
}
.tdSumari1 {
	font-size: 100%;
	font-weight: bold;
}
#formulari .camp2 {

	font-family: Arial;
	font-size: 12px;
	color: #666666;
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}
.subtxt {
	font-size: 10px;
	color: #666666;
}
.imgD {
	float: right;
	margin-left: 15px;
	border: 1px solid #D4D0C8;
}
.llibret {
	background-color: #f2faf9;
	padding: 5;
	font-size: 11px;
}
.Negreta {
	font-size: 12px;
	color: #265C79;
	font-weight: bold;
}
.sep3 {
	clear: both;
	height: 15px;
	width: 500px;
}

.taula {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
}	