body {
  margin: 0px !important;
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif !important;
  text-align: center !important;
	background-color: #EFEFEF !important;
  }
h1, h2, h3, h4{
  margin: 0px;
  }
p {
  margin: 0px;
  padding-bottom: 5px;
  text-align: left;
  }
ul {
  margin: 0px;
  padding: 0px;
	list-style-type: none;
  }
img {
  border: 0px;
  }
a {
  text-decoration: none;
  }
a:hover, a:active {
  text-decoration: underline;
  }  
/*classes GENERALS*/
.lamosqueta{
  text-transform: none;
  }
.imatge_centrada{
  text-align: center;
  }
.imatge_esquerra{
  float: left;
  margin-right: 10px;
  }
.clau_acces{
  text-decoration: underline;
  }
.causaefecte{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #990000;
  }
.competencies{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFCC00;
  }
.contes{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #006600;
  }
.pintar{
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000066;
  }
/* identificadors especifics */
/*CONTENIDOR PRINCIPAL*/
#contenidor {
  margin: 15px auto;
  width: 95%;
  min-width: 980px;
  text-align: left;
  display: table;
  background-color: #FFFFFF;
  }
/*CAPÇALERA*/
#capsalera {
  display:block;
  height: 110px;
  background: #FFFFCC url(imatges/capsalera1.gif) no-repeat;
  }
#capsalera h1 {
  display: block;
  margin: 0px;
  padding: 0px;
	background: transparent url(imatges/capsalera2.gif) no-repeat;
	width: 107px;
  height: 110px;
  float: right;
  }
#capsalera h1 span {
	display: none;
  }
#capsalera_activitats {
  display:block;
  height: 110px;
  background: #FFFFCC url(imatges/capsalera1.gif) no-repeat;
  }
#capsalera_activitats h1 {
  display: block;
  margin: 0px;
  padding: 0px;
  background: transparent url(imatges/capsalera2.gif) no-repeat;
	width: 107px;
  height: 110px;
  float: right;
  }
#capsalera_activitats h1 span {
	display: none;
  }
/*
#capsalera_activitats {
  height: 30px;
  background-color: #FFFFCC;
  }
#capsalera_activitats h1 {
  margin: 0px;
  padding: 0px;
	background: transparent url(imatges/capsalera_activitats.gif) no-repeat;
	width: 980px;
  height: 30px;
  float: left;
  }
#capsalera_activitats h1 span {
	display: none;
  }
*/
/*MENU*/
#menu {
  height: 30px;
  display: block;
  background-color: #999999;
  }
#menu .seccions div{
  margin-top: 8px;
  padding-right: 6px;
  padding-left: 6px;
  padding-bottom: 6px;
}
#menu .seccions a{
  font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
  }
#menu .seccions a:hover, #menu .seccions a:active{
	color: #0000FF;
  }
#menu .seccions ul li{
  height: 30px;
  margin: 0px;
  padding: 0px;
  float: left;
	background: url(imatges/_separa_menu.gif) no-repeat left top;
  }
#menu .seccions .primer{
  background: none;
  }
#menu .seccions .actiu{
  color: #FF9900;
  }
#menu .seccions .subseccio{
  height: 30px;
  display: block;
  padding: 0px;
  margin: 0px;
  z-index: 1;
  position: absolute;
  border-width: 0px;
  }
#menu .seccions .subseccio ul li{
  height: 30px;
  margin: 0px;
  padding: 0px;
  float: left;
	background: url(imatges/_separa_submenu.gif) no-repeat left top;
  }
#menu .seccions .subseccio a{
  font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
  }
#menu .seccions .subseccio a:hover, #menu .seccions .subseccio a:active{
	color: #0000FF;
  }
#menu .seccions .subseccio .primer{
  background: none;
  }
#menu .eines {
  padding: 8px 6px 0px 0px;
  float: right;
  }
/*#menu .eines a:hover img, #menu .eines a:active img {
  border: 2px;
  border-color: #0000FF;
  }*/
#menu .eines ul li{
  padding-left: 10px;
  float: left;
  }
#menu .eines a span {
	display: none;
  }
/*MENU -> BARRA SUBSECCIO*/
#barra_subseccio{
  height: 30px;
  display: block;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
  border-width: 1px;
  border-bottom-style: solid;
  }
/*BLOC DE CONTINGUTS*/
#contingut {
  /*ULL en tocar aquests estils*/
  height: 100%;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 20px;
  background-color: #FFFFFF;
	display: block;
  }
.marge_inferior{
  height: 30px;
  clear: both;
  display: block;
  }
.bloc20{
  width: 20%;
  float: left;
  display: block;
  }
.bloc30{
  width: 30%;
  float: left;
  display: block;
  }
.bloc30_nomargin{
  width: 30%;
  float: left;
  display: block;
  }
.bloc33{
  width: 33%;
  float: left;
  display: block;
  }
.bloc40{
  width: 40%;
  float: left;
  display: block;
  }
.bloc50{
  width: 50%;
  float: left;
  display: block;
  }
.bloc60{
  width: 60%;
  float: left;
  display: block;
  }
.bloc70{
  width: 70%; 
  float: left;
  display: block;
 /* padding-right: 30px;
  float: left;
  display: block;*/
  }
.bloc70_nomargin{
  width: 70%; 
  float: left;
  display: block;
  }
.bloc80{
  width: 80%;
  /*width: 74%;
  padding-right: 0px;
  */
  float: left;
  display: block;
  }
.bloc100_nomargin{
  width: 100%;
  clear: both;
  display: block;
  }
.bloc100{
  width: 100%;
  clear: both;
  display: block;
  }
.capsa25{
  width: 20%;
  padding-right: 30px;
  float: left;
  }
.capsa25_nomargin{
  width: 25%;
  float: left;
  }
.capsa30{
  width: 25%;
  margin-right: 30px;
  float: left;
  }
.capsa30_nomargin{
  width: 30%;
  float: left;
  }
.capsa33{
  width: 29%;
  padding-right: 30px;
  float: left;
  }
.capsa33_nomargin{
  width: 31%;
  float: left;
  }  
.capsa40{
  width: 35%;
  margin-right: 30px;
  float: left;
  }
.capsa40_nomargin{
  width: 39%;
  float: left;
  }
.capsa50{
  width: 43%;
  margin-right: 30px;
  float: left;
  }
.capsa50_nomargin{
  width: 50%;
  float: left;
  }
.capsa60{
  width: 55%;
  margin-right: 30px;
  float: left;
  }
.capsa60_nomargin{
  float: left;
  width: 60%;
  }
.capsa70{
  width: 65%;
  padding-right: 30px;
  float: left;
  }
.capsa100_nomargin{
  width: 100%;
  float: left;
  }
/*BLOC DE CONTINGUTS -> NOTICIES*/
#bloc_noticies{
  }
.noticia {
  margin-right: 30px;
  margin-bottom: 30px;
  padding-bottom: 25px;
	border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC; 
  }
.noticia h1{
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #FF9900;
  text-align: left;
  text-transform: uppercase;
  }
.noticia h2{
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #999999;
  text-align: left;
  text-transform: uppercase;
  }
.noticia h2 a{
  color: #999999;
  }
.noticia h2 a:hover, .noticia h2 a:active{
	color: #0000FF;
  }
.noticia h3{
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  float: right;
  }
.noticia ul{
  clear: both;
  }
.noticia ul li{
  margin-top: 5px;
  padding-left: 8px;
  background: url(imatges/_mes_g.gif) no-repeat left center;
  font-weight: normal;
  font-size: 12px;
  color: #808080;
}
.noticia ul a{
  color: #808080;
  }
.noticia ul a:hover, .noticia ul a:active{
	color: #0000FF;
  }
.noticia img{
  margin-top: 5px;
  margin-bottom: 10px;
}
#bloc_enllasos_breus{
  text-align: center;
  margin-bottom: 30px;
}
#bloc_enllasos_breus .enllas{
  margin-bottom: 30px;
}
#bloc_noticies_breus{
  overflow: hidden;
  /*clear: right;*/
  /*width: 20%;
  float: right;*/
  /*width: 100%;*/
  padding: 0px 15px 15px;
  margin-bottom: 35px;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;
  }
#bloc_noticies_breus .titol h1{
  margin: 20px 0px 0px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #FF9900;
  text-align: center;
  text-transform: uppercase;
  }
#bloc_noticies_breus .activitats_breus{
  /*text-align: center;*/
  margin-bottom: 50px;
  }
#bloc_noticies_breus .activitats_breus .icona_activitats{
  margin-left: auto;
  margin-right:auto;
  display: block;
  padding: 0px;
  float: none;
  }
.breu {
  margin: 15px 0px 10px;
  }
.breu h1{
  margin: 0px 0px 5px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #000000;
  text-align: left;
  text-transform: none;
  }
.breu h3{
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-align: right;
  }
.breu .enllasos{
  padding-top: 2px;
  clear: both;
  }
.breu .enllasos ul li{
  padding-left: 8px;
  background: url(imatges/_mes_g.gif) no-repeat left center;
  font-weight: normal;
  font-size: 14px;;
  }
.breu .enllasos a{
  color: #808080;
  }
.breu .enllasos a:hover, .breu .enllasos a:active{
	color: #0000FF;
	}
/*BLOC DE CONTINGUTS -> ENLLAÇOS*/
#bloc_enllasos{
  }
#bloc_enllasos .enllas { 
  padding-bottom: 20px;
  padding-right: 40px;
	padding-left: 20px;
  }
#bloc_enllasos .enllas h1{
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #FF9900;
  text-align: left;
  text-transform: uppercase;
  }
#bloc_enllasos .enllas ul {
  margin-top: 8px;
  padding-left: 8px;
  background: url(imatges/_mes_g.gif) no-repeat left center;
  font-weight: normal;
  font-size: 12px;
  }
#bloc_enllasos .enllas a{
  color: #808080;
  }
#bloc_enllasos .enllas a:hover, #bloc_enllasos .enllas a:active{
	color: #0000FF;
  }
/*BLOC DE CONTINGUTS -> ACTIVITATS*/
#bloc_activitats{
  }
.activitats_info{
  float: right;
  }
.activitats_info a{
  padding-left: 14px;
  font-weight: normal;
  font-size: 12px;
  color: #666666;
  background: url(imatges/_fletxa_g.gif) no-repeat left;
  }
.activitats_info a:hover, .activitats_info a:active{
	color: #0000FF;
  }
.titol_activitats{
  margin-right: 7px;
  float: left;
  }
.titol_activitats h1{
  padding-top: 10px;
  font-weight: bold;
  font-style: normal;
  color: #FF9900;
  text-transform: uppercase;
  font-size: 25px;
  text-align: left;
  }
.titol_activitats .enllas{
  padding-top: 14px;
  }
.titol_activitats h1 a{
  padding-right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #FF9900;
  background: url(imatges/_separa_seccio_activitats.gif) no-repeat right center;
  }
.titol_activitats h1 a:hover, .titol_activitats h1 a:active{
	color: #0000FF;
  }
.icona_activitats{
  width: 154px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  display: block;
  }
.icona_activitats .imatge{
  margin-bottom: 0px;
  }
.paginacio_activitats{
  height: 30px;
  margin-top: 10px;
  clear: both;
  display: block;
  }
.pagback_activitats{
  float: left;
  }
.pagnext_activitats{
  float: right;
  }
/*.icona_activitats .imatge a:hover img, .icona_activitats .imatge a:active img{
  border: 3px;
  }*/
.icona_activitats .mes{
  text-align: right;
  }
/*BLOC DE CONTINGUTS -> LLISTAT ACTIVITATS*/
#bloc_llistat{
  padding-left: 30px;
  padding-right: 30px;
  }
#bloc_llistat h1{
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FF9900;
  text-align: left;
  text-transform: uppercase;
}
#bloc_llistat img{
  margin-left: 5px;
  margin-right: 5px;
  }
#bloc_llistat ul{
  text-align: right;
  padding-right: 10%;
}
#bloc_llistat table{
  border: none;
  border-collapse: collapse;  
  }
#bloc_llistat thead th{
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  }
#bloc_llistat tbody tr td, #bloc_llistat tbody tr th{
  height: 40px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #CCCCCC;
  border-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  }
#bloc_llistat .col_nom{
  width: 70%;
  text-align: left;
  }
#bloc_llistat tbody .col_nom{
  border-color: #CCCCCC;
  border-width: 2px;
  border-left-style: solid;
  }
#bloc_llistat .col_funcionament{
  padding: 0px;
  width: 20%;
  text-align: center;
  }
#bloc_llistat .col_idioma{
  padding: 0px;
  width: 20%;
  text-align: center;
  }
#bloc_llistat tbody .col_idioma{
  border-color: #CCCCCC;
  border-width: 2px;
  border-right-style: solid;
  }
/*BLOC DE CONTINGUTS -> DOCUMENTACIÓ*/
#bloc_documentacio{
  }
.doc_menu{
  width: 40%;
  margin-right: 15px;
  margin-bottom: 20px;
  padding-bottom: 50px;
  float: left;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #CCCCCC; 
  }
.doc_menu h1{
  padding-bottom: 10px;
  padding-right: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #FF9900;
  text-align: left;
  text-transform: uppercase;
  }
.doc_menu ul li{
  margin-bottom: 8px;
  }
.doc_menu ul li a{
  padding-left: 10px;
  font-weight: normal;
  font-size: 13px;
  color: #666666;
  background: url(imatges/_guio_g.gif) no-repeat left;
  }
.doc_menu ul li a:hover, .doc_menu ul li a:active{
	color: #0000FF;
  }
.doc_menu ul ul{
  margin-top: 5px;
  }
.doc_menu ul ul li{
  margin-left: 10px;
  margin-bottom: 5px;
  background: none;
  }
.doc_menu ul ul li a{
  padding-left: 10px;
  font-weight: normal;
  font-size: 12px;
  background: url(imatges/_punt_g.gif) no-repeat left;
  }
.doc_menu ul ul ul li{
  margin-left: 15px;
  margin-bottom: 5px;
  background: none;
  }
.doc_menu ul ul ul li a{
  padding-left: 10px;
  font-weight: normal;
  font-size: 11px;
  background: url(imatges/_punt_g.gif) no-repeat left;
  }
.doc_introduccio{
  clear: right;
 } 
.doc_contingut{
  clear: both;
  padding-right: 10px;
  }
.doc_seccio{
  padding-bottom: 30px;
}
.doc_seccio h1{
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #FF9900;
  text-transform: uppercase;
  }
.doc_seccio h2{
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  }
.doc_seccio h3{
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  }
.doc_seccio h4{
  padding-top: 8px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
  color: #333333;
  }
.doc_seccio p{
  padding-left: 5px;
  }
.doc_seccio ol{
  margin-top: 3px;
  }
.doc_seccio a{
  color: #666666;
  }
.doc_seccio .seccio_menu{
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 10px;
  }
.doc_seccio .seccio_menu a {
  padding-left: 8px;
  color: #666666;
  background: url(imatges/_guio_g.gif) no-repeat left center;
  }
.doc_seccio .seccio_menu a:hover, .doc_seccio .seccio_menu a:active{
	color: #0000FF;
  }
.doc_seccio .imatge_tab{
  margin-top: 10px;
  margin-left: 70px;
  margin-bottom: 30px;
  }
.doc_seccio .imatge_icones{
  padding-right: 5px;
  vertical-align: middle;
  }
.doc_seccio .llistat_punt{
  margin-left: 30px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  }
.doc_seccio .llistat_punt ul{
  list-style-type: disc;
  }
.doc_seccio .llistat{
  margin-left: 30px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  }
.doc_seccio .enllasos{
  padding-top: 5px;
  padding-left: 5px;
  display: block;
  clear: right;
  }
.doc_seccio .link_inici{
  float: right;
  }
.doc_seccio .enllasos a{
  padding-left: 8px;
  font-weight: normal;
  font-size: 12px;
  color: #808080;
  background: url(imatges/_up_g.gif) no-repeat left;
  }
.doc_seccio .enllasos a:hover, .doc_seccio .enllasos a:active{
	color: #0000FF;
  }
.doc_seccio .enllasos ul li a{
  margin-top: 5px;
  padding-left: 8px;
  font-weight: normal;
  font-size: 12px;
  color: #808080;
  background: url(imatges/_mes_g.gif) no-repeat left center;
  }
/*BLOC DE CONTINGUTS -> DIBUIXOS*/
#bloc_dibuixos{
  }
#bloc_dibuixos .titol{
  padding-top: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
  text-transform: uppercase;
  }
#bloc_dibuixos ul li{
  margin-bottom: 5px;
  margin-left: 15px;
  }
#bloc_dibuixos ul li a{
  padding-left: 10px;
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 13px;
  color: #666666;
  background: url(imatges/_guio_g.gif) no-repeat left;
  }
#bloc_dibuixos ul li a:hover, #bloc_dibuixos ul li a:active{
	color: #0000FF;
  }
.dibuix{
  width: 130px;
  padding-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  }
.dibuix_imatge{
  height: 110px;
  background: url(imatges/dib_marc.gif) no-repeat left
  }
.dibuix_imatge img{
  margin-top: 5px;
  margin-left: 5px;
  }
.dibuix_text{
  height: 30px;
  width: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
  }
.dibuix_text p{
  font-size: 14px;
  font-weight: bold;
  color: #FF9900;
  text-align: center;
  text-transform: uppercase;
  }
/*BLOC DE CONTINGUTS -> MAPA WEB*/
#bloc_mapa{
  }
#bloc_mapa h1{
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FF9900;
  text-align: left;
  text-transform: uppercase;
}
#bloc_mapa ul li{
  padding-top: 10px;
  margin-left: 20px;
  }
#bloc_mapa ul li a{
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  background: url(imatges/_fletxa_n.gif) no-repeat left;
  }
#bloc_mapa ul li a:hover, #bloc_mapa ul li a:active{
	color: #0000FF;
  }
#bloc_mapa ul ul li a{
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
  background: url(imatges/_guio_n.gif) no-repeat left;
  }
#bloc_mapa ul ul ul li a{
  font-size: 13px;
  background: url(imatges/_punt_n.gif) no-repeat left;
  }
#bloc_mapa ul ul ul ul li a{
  font-size: 12px;
  background: url(imatges/_punt_n.gif) no-repeat left;
  }
/*BLOC DE CONTINGUTS -> VIDEOS*/
#bloc_videos{
  }
.grup_videos{
  margin-bottom: 40px;
  padding-bottom: 20px;
	border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #CCCCCC; 
  display: block;
  }
.video {
  padding-bottom: 15px; 
  display: block;
  }
.video h1{
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  color: #FF9900;
  text-align: left;
  text-transform: uppercase;
  }
.video h2{
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #999999;
  text-align: left;
  text-transform: uppercase;
  }
.video ul{
  clear: both;
  }
.video ul li{
  margin-top: 5px;
  padding-left: 8px;
  background: url(imatges/_mes_g.gif) no-repeat left center;
  font-weight: normal;
  font-size: 12px;
  color: #808080;
}
.video ul a{
  color: #808080;
  }
.video ul a:hover, .video ul a:active{
	color: #0000FF;
  }
.video .text{
  width: 40%;
  margin-right: 30px;
  float: left;
  display: block;
  }
.video .contingut{
  text-align: right;
  display: block;
  }
/* BARRA INFERIOR ICONES*/
#barra_inferior{
  padding-top: 30px;
  display: block;
  }
#barra_inferior .bloc_avis{
  float: right;
  }
#barra_inferior .bloc_avis a{
  color: #808080;
  font-size: 11px;
  text-transform: uppercase;
  }
#barra_inferior .bloc{
  padding-bottom: 20px;
  padding-right: 60px;
  float: left;
  }
#barra_inferior p{
  padding-bottom: 10px;
  font-size: 11px;
  color: #808080;
  text-transform: uppercase;
  }
#barra_inferior a{
  padding-right: 20px;
  }
#barra_inferior img{
  vertical-align: middle;
  }

  /*MARINA*/

.titol_modal{
  margin: 0px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #FF9900;
  text-transform: uppercase;
}

.titol_entrada{
    padding-right: 7px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    text-transform: uppercase;
    margin: 0px;
}

.titol_funcionament{
  margin-right: 10px;
  padding-right: 20px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

.titol_sub{
  font-weight: bold;
    color: #999999;
}