body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	line-height: 15px;
	background: url(../images/fondo_banner.gif) repeat-x 0 40px;	
	}

/******** LAYOUT *******/
#ventana { width: 1000px; } 
#cap_top {
	position: relative;
	display: block;
	height: 40px;	
	width: 1000px;
}	

#cap_top #login {
	position: absolute;
	top: 12px;
	right: 0;
	color: #b4b09a;
	font-weight: bold;
	font-size: 10px;
	text-align:right;
}

#cap_top #login input {
	width: 80px;
	margin-right: 5px;
}

#top {
	position: relative;
	display: block;
	margin: 0;
	padding: 0px;
	height: 240px;
	width: 1000px;
	}
#left {
	position: relative;
  float:left;
	margin: 0;
	padding: 0;
	background: #333;
	width: 240px;
	background: url(../images/fondo_col_izda.gif) repeat-x;
	}

#middle {
	position: relative;
  float:left;
	margin: 0;
	padding: 0;
	width: 760px;
	}
#left_content	{
	margin-left: 18px;
}
#middle_content,#middle_content2 {
	margin-left: 31px;
}

#col1, #col2, #col3 {
	position: relative;
	float:left;
	display:block;
}

#fin_ventana {
	clear:both;
	display: block;
	height: 35px;
}

#logos {
	position: relative;
	text-align: center;
	height: 70px;
	margin: 30px 0;
	text-align: center;
	/*border: 1px solid #000;*/
}

/******** FIN LAYOUT *******/

/******** CAP *******/

#logo_cbpae {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 240px;
	height: 240px;
	background: url(../images/cbpae.gif) no-repeat;
}

#logo_cbpae a.caib_link {
	position: relative;
	left: 36px;
	display: block;
	width: 95px;
	height: 113px;
	top: 15px;
}

#logo_cbpae a.cbape_link {
	position: relative;
	left: 18px;
	display: block;
	width: 220px;
	height: 90px;
	top: 14px;
}

#banner {
	position: absolute;
	top: 0;
	left: 240px;
	display: block;
	width: 760px;
	height: 196px;
	/*background: url(../images/banner1.gif) no-repeat;*/
	
}

#menu {
	position: absolute;
	top: 201px;
	left: 260px;	
	font-weight: bold;
}
#menu li {
	float: left;
	margin-right: 18px;
}
#menu li a {
	color: #f6f2e1;
	border-bottom: 3px solid #1b49b7;
	padding-bottom: 3px;	
}
#menu li a:hover,#menu li a.strong  {
	color: #000;
	border-bottom: 3px solid #a19c83;
	padding-bottom: 3px;	
}
/******** FIN CAP *******/

/*** COLUMNA IZQUIERDA ****/
.inicio {
  font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	border-bottom: 3px solid #d3cdc2;
	margin-bottom: 10px;
}
.inicio a {
  background: url(../images/boton_inicio.gif) no-repeat;
  padding-left: 20px;
}  
.leyenda {
	margin: 0;
	text-align: center;
	font-size: 9px;
}

.barra_gris {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding:4px 0 6px 8px;
	background-color: #d3cdc2;
	text-align: left;
	margin-top: 10px;
}
.barra_gris_petit {
	color: #fff;
	font-size: 10px;
	display: block;
	padding:6px 8px;
	background-color: #d3cdc2;
}

.petit {
	font: 9px/14px verdana;
	color: #949494;
}
/**** FIN COLUMNA IZQUIERDA *****/





	
/**** GENERALES ****/
ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color:  #35a211;
	outline: none;
	}
a:hover {
	text-decoration: none;
	color: #a19c83;
	}

.titulo, b.azul {
	font-weight: bold;
	color: #1160c5;
	margin-top: 20px;
}

b.negrita {
	color: #000;
	display: block;
}

}
p {
	margin-top: 20px;
	margin-bottom: 10px; 
	}

ul.descarga, ul.descargaleg {
	margin: 10px 0;
	margin-left: 2px;
}
ul.descarga li, ul.descargaleg li {
	display: block;
	margin-bottom: 5px;	
	/*color:  #35a211;*/
	line-height: 17px;
}
ul.descargaleg li {
	background: url(../images/descarga.gif) no-repeat;
	padding-left: 40px;
	/*font-weight: bold;		*/
}
ul.descarga li a {
	/*display: block;*/
	min-height: 18px;	
}

ul.descarga li a.doc, ul.descarga li a.pdf2, a.pdf2 {
	background: url(../images/pdf2.gif) no-repeat 0 2px;
	width: 30px;
	display: block;
	float:left;
	margin-right: 5px;
}	
ul.descarga li a.doc {	background: url(../images/doc.gif) no-repeat 0 2px;}	
ul.descarga li a.doc:hover {background-image: url(../images/doc_on.gif);}


ul.descarga li a.pdf2:hover, a.pdf2:hover {background-image: url(../images/pdf2_on.gif);}

input, select, textarea {
	font-size: 11px;
	color: #000;
	border: 1px solid #b5b19c;
	width: 166px;	
	font-weight: normal;
	padding-left: 2px;
}
textarea {
	width: 390px;
	height: 70px;
}
.colform {
	margin: 10px 0;
}
.item {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.colform select {
	position:absolute;
	right: 0;	
	}	
	

/**** FIN GENERALES ****/

h1,h2,h3,h4 { margin: 0; padding: 0}

h1, h1.amarillo {
	color: #1160c5;
	border-bottom: 2px solid #1160c5;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	}
h1.amarillo {	
	color: #ffca00;
	border-bottom: 3px solid #ffca00;
}			
h2 {
	font-size: 17px;
	color: #1f69c8;
	line-height: 25px;
	font-weight: bold;
	}
	
h3,h4 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
}


img {
	border: 0;
	}
	
.flechad, .buscar, .descargar {
	font-weight: bold;
	margin: 5px 0;
	display: block;
	text-align: right;
}
	
.flechad a {	
	background: url(../images/flechad.gif) no-repeat top right;
	padding-right: 20px;
}
.flechad a:hover {
	background-image: url(../images/flechad_on.gif);
}	

.buscar a {	
	background: url(../images/buscar.gif) no-repeat top right;
	padding-right: 20px;
}
.buscar a:hover {
	background-image: url(../images/buscar_on.gif);
}	
.descargar a {	
	background: url(../images/descarga.gif) no-repeat;
	padding: 3px 0 3px 27px;
}

#buscador {
	margin: 8px 0;
	display:block;
	background-color: #f3f1ee;
	color: #a19c83;
	padding: 0 12px;
	font-weight: bold;
}	

#buscador table#consulta { margin: 8px 0; }

a.peticio {
	display: block;
	width: 61px;
	height: 16px;
	background: url(../images/peticion.gif) no-repeat;
}


/***** TABLAS ****/
#middle_content table {
	/*width: 733px;*/
	border-collapse:collapse;
}
#middle_content th {
	text-align: left;
}

#middle_content td {
	border-top: 2px solid #e7e4de;
	padding: 7px 3px;
	vertical-align: top;
}
#middle_content td.revista {
	width: 15px;
}
table#consulta td {
	border: 0;
	padding: 5px 5px 0 0;
}
table#buscaform {
	width: 100%;
	border: 0px;
}
table#buscaform td {
	border: 0;
	vertical-align: middle;	
}	
table#buscaform td.etq {
	text-align: right;	
}	
table#resultados {
	width: 100%;
	margin-top: 15px;
}
table#resultados th {
	font-weight: bold;
}

/***** FIN TABLAS ******/

/***** PAGINACION ******/
#paginacion {
	border-top: 3px solid #d4cec3;
	float: right;
	padding-top: 4px;
	margin-top: 10px;
}

.pag_activo {
	border: 1px solid #000;
	display: inline;
}

/***** FIN PAGINACION ******/

/**** index.php *********/
#principal #col1 {
	width: 220px;
	margin-right: 30px;
}
#principal #col2 {
	width: 220px;
	margin-right: 30px;	
}
#principal #col3 {
	width: 223px;
	text-align: right;	
}

#principal ul {
	margin-top: 10px;
}

#principal li {
	margin-bottom: 7px; 
}

#principal ul#insc li a {
	font-weight: bold;
	background: url(../images/flechad.gif) no-repeat top right;
	padding-right: 20px;
}
#principal ul#insc li a:hover {
	background-image: url(../images/flechad_on.gif);
}
#portada_boletin, #portada_revista {
	position: relative;
	display: block;
	width: 222px;
	height: 197px;
	background: url(../images/boletin.gif) no-repeat;	
}
#portada_boletin .etiqueta, #portada_revista .etiqueta {
	position: absolute;
	top: 30px;
	left: 8px;
	color: #000;
	font-size: 10px;
}
#portada_revista {background: url(../images/revista.gif) no-repeat;	}

/**** FIN index.php *********/



/**** localitzacio.php *********/
#localitzacio b {
		margin-top: 14px;
		display: block;
}
#difusio #col1,#localitzacio #col1 {
	width: 471px;
	margin-right: 25px;
}
#difusio #col2,#localitzacio #col2 {
	width: 225px;
}

/**** FIN localitzacio.php *********/



/**** difusio.php *********/

img.boletin {
	float:right;
	margin-left: 10px;
}
/**** FIN difusio.php *********/

/**** formacio.php *********/
#formacion input,#formacion select {
	width: 130px;
}
/**** FIN formacio.php *********/

/**** organigrama.php *********/
.asamblea {
	display: block;
	color: #35a211;
	margin: 10px 0;
}
#arbol {
	margin-bottom: 10px;
}
#arbol li {
	padding-top: 6px;
	padding-left: 20px;	
}	
#arbol ul li {
	background: url(../images/arbol.gif) no-repeat top left;
	color: #1160c5;
}
#arbol ul li ul li {
	background: url(../images/arbol2.gif) no-repeat left 18px;
	color: #000;
	border-left: 1px solid #d4cec3;
}
/**** FIN organigrama.php *********/

/**** CARPETAS LEFT ****/
#carpeta_faqs,#carpeta_links,#carpeta_inscripcio,#carpeta_operador,#carpeta_formacion,#carpeta_consumidor,#carpeta_creditos,#carpeta_legal,#carpeta_consultas,#carpeta_difusio,#carpeta_cbpae,#carpeta_servicios,#carpeta_galeria {
	position: relative;
	display:block;
	min-height: 155px;
  height: auto !important;
  height: 155px;
}
#carpeta_operador {background: url(../images/carpeta_operador.gif) no-repeat;}
#carpeta_galeria {background: url(../images/carpeta_galeria.gif) no-repeat;}
#carpeta_servicios {background: url(../images/carpeta_servicios.gif) no-repeat;}
#carpeta_cbpae {background: url(../images/carpeta_cbpae.gif) no-repeat;}
#carpeta_difusio {background: url(../images/carpeta_difusio.gif) no-repeat;}
#carpeta_formacion { background: url(../images/carpeta_formacion.gif) no-repeat;}
#carpeta_consultas { background: url(../images/carpeta_consultas.gif) no-repeat;}
#carpeta_legal { background: url(../images/carpeta_legal.gif) no-repeat;}
#carpeta_creditos { background: url(../images/carpeta_creditos.gif) no-repeat;}
#carpeta_consumidor { background: url(../images/carpeta_consumidor.gif) no-repeat;}
#carpeta_faqs { background: url(../images/carpeta_faqs.gif) no-repeat;}
#carpeta_links { background: url(../images/carpeta_links.gif) no-repeat;}
#carpeta_inscripcio { background: url(../images/carpeta_inscripcio.gif) no-repeat;}

ul#carpeta {
	padding-top: 35px;
	margin-bottom: 30px;
}
ul#carpeta li a {
	font-weight: bold;
	display: block;
	height: 18px;	
	background: url(../images/item_carpeta.gif) no-repeat;
	padding-left: 40px;
	margin-bottom: 5px;
}
ul#carpeta li a:hover, ul#carpeta li a.strong {
	background: url(../images/item_carpeta_on.gif) no-repeat;
}
ul#carpeta li a.regist { 
	background: url(../images/item_carpetablog.gif) no-repeat;
}
ul#carpeta li a.registon { 
	background: url(../images/item_carpetablog_on.gif) no-repeat;
}
/**** Fin CARPETAS LEFT *****/
#faqs b.azul {
	margin: 10px 0 4px 0;
	display: block;
}
a.faq {
	display: block;
	margin-bottom: 4px;
}
a.top {
	background: url(../images/flechatop.gif) no-repeat 0 2px;
	padding-left: 15px;
	line-height:18px;
}
a.top:hover {
	background-image: url(../images/flechatop_on.gif);
}

/*** Faqs ***/

ul#groc {
	margin-bottom:5px;
}
ul#grocf li {
	padding-left: 20px;	
	float:left;
	width: 340px;
	margin-bottom: 10px;
}
ul#groc li {
	padding-left: 20px;	
	margin-bottom: 10px;
}
ul#groc li, ul#grocf li  {
	background: url(../images/lista.gif) no-repeat 0 4px;
}
ul#groc li:hover, ul#grocf li:hover {
	background-image: url(../images/lista_on.gif);
}

/*** RSS ***/
.rss {
	position: absolute;
	right: 2px;
	top: 7px;
}
.rss a {	
	display: block;
	width: 41px;
	height: 13px;
	background: url(../images/rss.gif) no-repeat top right;
	padding-right: 20px;
}
a.pdf {
	display: block;
	height: 16px;
	background: url(../images/pdf.gif) no-repeat top left;
	padding-left: 24px;
}

/*** Directori Ecològic ***/
/**** directori.php *********/
#directori #col1 {
	width: 473px;
	margin-right: 30px;
}
#directori #col2 {
	width: 225px;
}

#directori .negrita {
	font-weight: bold;
	margin-top: 14px;
	display: block;
}
.checkdiv {
float:left;width: 250px;padding:0;margin:0;
}

.checkdir {
	width:15px;border:0;padding:0;margin:0px;margin-right:4px;
}
.logo {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.fotofloat {
	display: block;
	float: left;
}
.fotoespai {
	display: block;
	float: left;
	width: 25px;
	border: 1px solid #fff;
}
.mapa {
	display: block;
	text-align: center;
	margin-top: 10px;
}
a.volver {
	display: block;
	margin-top: 30px;
	background: url(../images/volver.gif) no-repeat;	
	padding-left: 16px;
	font-weight: bold; 
}

/*** Fi Directori Ecològic ***/

.net {clear:both;}

/**** Galeria ****/

.item_album {
	float:left;
	display: block;
	width: 125px;
	margin-right: 25px;
}
.foto_album {
	display: block;
	width: 125px;
	height: 125px;
	background-color: #ebe9e4;
	text-align: center;
}
.foto_album img { margin: 5px;}


/**** Fin Galeria ****/

select.pub {width: 65px;}
select.corto { width: 120px;}

ul.inscr {	
	margin-bottom: 10px;
	list-style-type:square; 
	margin-left: 25px;	
}
ul.inscr li.asterisc {
	font-size:9px;
	list-style-type:none;
	margin-left:433px;
}

.temps {
	float:left;
	margin: 0 20px;	
}
#temps_petit {
	border: 1px solid #d3cdc2;
	position: relative;
	display:block;
	height:90px;	
}
#temps_petit td {width: 90px;}
.temps2 {
	float:left;
	margin: 0 10px;	
}
#temps_petit a.meteo {
	display:block;
	height:90px;
	position:absolute;
	width:100%;
	z-index: 5;
	top: 0;
	left:0;
	background: url(design/images/transpa.gif);
	}
#calendari {
	border: 1px solid #b5b19c;
	width: 180px;
}

#calendari table {width: 180px;}
#calendari tr {border: 0;}
#calendari td {border: 0;}

table#tab_galeria td { padding: 10px;}

ul.normal {
	list-style-position:outside;
	list-style-type:disc;
	margin-left: 25px;
}
.flujo {
	width: 345px;
}