/* INICI DEFINIM ENTITATS HTML */

/* estil linia horitzontal */
hr
{
	color:#E27000;
	height:1px;
	margin:0;
	padding:0;
	
}


/* usat en titols de mòduls  i seccions */

h1
 {
	font-family: Georgia;
	font-size: 1.5em;
	color: #454918;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-weight: bold;
}

h2
{
	font-family: Georgia;
	font-size: 1.0em;
	color: #454918;
	text-decoration:none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;	
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #454918;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;	
	font-size: 0.8em;

}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #454918;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 0.7em;

}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #454918;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;	

}

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #454918;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;	

}


/* redefinim llistes no ordenades */
ul li
{
	list-style-image: url(../img/comu/punt_contingut.gif); 
}
	
/* fi redefinim llistes no ordenades */

.no_visible {
	DISPLAY: none
}


/* estil per anllaç */
a {
	
	color:#912f1f;	
	text-decoration: none;
}

a:hover 
{
	color: #454918;
	text-decoration: none;	
}



/* FINAL DEFINIM ENTITATS HTML */




	
/* estil de text normal*/
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454918;
	text-decoration: none;
	text-align: justify;
}



/* estil per a credits*/
.txtcredit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454918;
	font-size: 0.6em;
	text-decoration: none;
}

.txt_portada {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454918;
	text-decoration: none;
	}

.txt_banerportada {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454918;
	text-decoration: none;
	font-size: 0.8em;
	text-align:center
	}

/* estil per al text contingut amb fotos */
.txt_clavar_fotos {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #454918;
	text-decoration: none;
	text-align: justify;
}

/* estil per a formularis */
.txt_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #454918;
	background-color: #ffffff;
	border: 1px solid #c7c896;
	padding: 1px;
	margin: 1px;

}


/* estil per al peu de foto (clavar_fotos.cfm) */
.txt_peu_foto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	color: #454918;
	text-decoration: none;
	line-height: 1em;
}




.titol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #454918;
	text-decoration: none;
	text-align: justify;
}

/* estil per defecte d'una cel·la d'una taula (coincidirà amb txt) */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #454918;
	text-decoration: none;
}




.txt_submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #454918;
	background-color: #ffffff;
	border: 1px solid #C7C896;
	padding: 0px;
	margin: 0px;
}




.peu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.9em;*/
	font-size: 1.0em;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.peu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #E27000;
	font-weight: normal;
	text-decoration: none;
}

.txt_foto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 7pt;*/
	font-size: 0.6em;
	color: #454918;
	font-weight: normal;
	text-decoration: none;
}



	

/* recuadre d'informació , tant de la portada com dels interiors */
.linia_inferior_menu {
	border-bottom: 1px solid #E5E5EB;
}

/*linia pels associats */
.linia_inferior_verd {
	border-bottom: 1px solid #339933;
}


/* estil per a "molles de pa"*/

a.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E27000;
	text-decoration: none;
	font-size: 0.9em;
}

a.breadcrumbs:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	font-size: 0.9em;
}


.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #E27000;
	text-decoration: none;
	font-size: 0.9em;
}



/* requadrament directori entitats */
.linia_directori {
	border-bottom: 1px solid #77777B;
	border-right: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #333333;
	text-decoration: none;
}

.linia_inferior_directori {
	border-bottom: 1px solid  #77777B;
}




.linies
{
	
	border-bottom: 1px solid #77777B;
}




.requadrat_directori {
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	
}


.requadrat_fitxers {
	border-top: 1px solid #77777B;
	border-left: 1px solid #77777B;
	border-bottom: 1px solid #77777B;
	border-right: 1px solid #77777B;
	
}



/* LLISTA NO ORDENADA MULTICOLUMNA (PER DUES COLUMNES) */
/* si es volem més columnes, sols cal tocar l'amplada del li i deixar suficient espai 
	al div que la contingui */

/* separate the list from subsequent markup */
div.wrapper
{
    margin-bottom: 1em;
}


div.wrapper br
{
    clear: left;
}


.llista_multi_columna
  {
    width: 99%;
    margin:0;
    padding:6px;
  }

/* float & allow room for the widest item */
.llista_multi_columna li
  {
    float: left;
    /*width: 10em;*/
    width:50%;
	list-style: none;
	list-style-image: none; 
}
/* FINAL  LLISTA MULTICOLUMNA */




/* estil per a mapa */
#mapa
{
	
 margin-left:20px;	
	
}

#mapa li
{
	list-style-image: url(../img/comu/punt_contingut_mapa.gif); 
	padding:1px;
}


.invisible {
	display:none;
}


.invisible_fals {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3pt;
	color: #ffffff;
	background-color : #ffffff;
	border : 0px;
	margin: 0px;
	padding: 0px;
}



/* menú superior */


/* maquetació general de la pàgina */


.body_normal
{
	margin-top:0px;	
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:0.6em;
	color: #454918;
	margin: 0 auto;	
	background: url(../img/comu/fons.jpg);
}



.body_imprimir
{
	margin-top:0px;	
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:0.6em;
	color: #454918;
	margin: 0 auto;	
	background-color:#FFFFCC;
	
}


/*BODY {
	margin-top:0px;	
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:0.6em;
	color: #454918;
	margin: 0 auto;	
	background: url(../img/comu/fons.jpg)
}*/






FORM {

	margin-top:5px;
	margin-bottom:5px;
}



/* estils per a submenu - segon nivell de navegació */

#amplada_menu_principal
{
	width:126px;
	float:right;
}

.espai_menu_principal
{
	padding-top:5px;
	padding-bottom:4px;
}


#menu_principal
{
	padding-top:17px;
	padding-left:0px;
	padding-right:0px;
	margin:0;	
	padding-bottom:20px;	
	margin-bottom:6px;
	width:126px;
	text-align:left;
	
	
	
	
}

#menu_principal li
{
	list-style: none;
	list-style-image: none; 
	margin:0 0 0 0;	
	padding-left:0px;		
	padding-bottom:0px;
	text-align:left;
	
}



#menu_principal li.seleccionat
{
	
	list-style: none;
	list-style-image: none; 
	margin:0 0 0 0;	
	padding-left:0px;		
	padding-bottom:0px;
	text-align:left;
	
}


#submenu_principal
{
	padding-top:5px;
	padding-left:16px;
	padding-right:0px;
	margin:0;	
	padding-bottom:0px;	
	margin-bottom:0px;	
	text-align:left;
}

#submenu_principal li
{
	list-style: none;
	list-style-image: none; 
	margin:0 0 0 0;	
	padding-left:0px;		
	padding-bottom:0px;
	text-align:left;
	
}



#submenu_principal li.seleccionat
{
	
	list-style: none;
	list-style-image: none; 
	margin:0 0 0 0;	
	padding-left:0px;		
	padding-bottom:0px;
	text-align:left;
		
}

/* linies discontinues del menú esquerre */
div.hr_vermell {
  height: 1px;  
  background: url(../img/comu/linia_vermell_menu.gif) bottom left repeat; 

}

div.hr_verd {
  height: 1px;  
  background: url(../img/comu/linia_verd_menu.gif) bottom left repeat;
 
 
}

div.hr_vermell hr {
  display: none;
}
div.hr_verd hr {
  display: none;
}



a.menu 
{
	color: #454918;
	text-decoration: none;
	
}

a.menu:hover 
{
	color: #912F1F;
	text-decoration: none;
	
}	
	
a.menu_seleccionat
{
	color:#912F1F;
	text-decoration: none;
	font-weight:bold;
	
	
}

a.menu_seleccionat:hover 
{
	color: #454918;
	text-decoration: none;
	font-weight:bold;
	
}	


a.submenu_seleccionat
{
	color:#912F1F;
	text-decoration: none;
	
	
	
}

a.submenu_seleccionat:hover 
{
	color: #454918;
	text-decoration: none;
	
	
}	



a.llista_fills
{
	
	color: #454918;
	text-decoration: none;
	font-weight:bold;
	font-family: Georgia;	
}

a.llista_fills:hover 
{
	color:#912F1F;
	text-decoration: none;
	font-weight:bold;	
	font-family: Georgia;
}	
	


.banner
{
	
	margin-bottom:5px;
	
	
}

.banner_text
{
	
	margin-bottom:4px;
}

.banner_text p
{
	margin:4px;
	text-align:center;

}

.pastilla_banner
{
	padding-top:11px;
	padding-bottom:7px;
	clear:both;
}
.fons_banner
{
	height:305px;
	width: 193px;
	background:url(../img/comu/fons_banners.gif);
}

.top_banners
{
	padding-top:11px;
}
.top_banners_interior
{
	padding-top:30px;
}



/* ############################################################## */
/* ### estils que defineixen l'estructura general de la index ### */
/* ############################################################## */

#contenidor 
{
	width: 744px;
	text-align: left;		
	/*background-color:#ffffcc;*/
	margin: 0 auto;		
}




/* maquetació general de la pàgina */




/* pastilles del menú lateral dret */

#form_extranet
{
  	width:100%;
  	padding-top:12px;
  
  
}

.pastilla_superior
{
	width:193px;
	height:23px;
	color:#ffffff;
	font-weight:bold;
	background:url(../img/comu/pastilla_superior_lateral_dret.gif);
}

.espai_form_extranet
{
	clear:both;
	padding-top:5px;
}

.peu_form_extranet
{
	width:193px;
	height:6px;
	
}

#extranet_loginat
{
	margin:0;
	padding:4;
	text-align:center;
}


#form_butlleti
{
  	width:100%;
  	border: 1px solid #999999;  	
  	margin-bottom:6px;
}



.form_butlleti_baixa
{
	text-align:center;
	padding-top:6px;
	padding-bottom:2px;
	clear:both;
}

#meteocat_lateral
{
  	width:100%;
  	height: 60px;
  	border: 1px solid #cccccc;  	
  	margin-bottom:6px;

}


#meteocat_lateral_esquerre
{
	float:left;
	width:100px;
	padding-left:10px;
	color:#676664;

}

#meteocat_lateral_dret
{
	float:right;
	width:60px;
	margin-bottom:5px;

}


#meteocat_lateral_inferior
{
	clear:both;
	text-align:left;
	padding-bottom:4px;
	padding-left:10px;

}


/*  FI pastilles del menú lateral dret */

#cap_inf_esquerre_sup
{
	height:57px;
	border-bottom:1px solid white;
	background-color:#ffffff;

}

#cap_inf_esquerre_sup_esquerre
{
	float:left;
	width:168px;
}

#cap_inf_esquerre_sup_dret
{
	float:right;
	background-color:#E6E6EC;
	height:57px;
	width:481px;

}

#cap_inf_esquerre_sup_dret p
{
	margin:0;
	padding:32px 0px 0px 10px;
}

#cap_inf_esquerre_inf
{
	
}





#cos
{
	width: 744px;
	background:url(../img/comu/fons_cos.gif);
	
}



#cos_dret
{
	width:584px;
	float:right;
	
}

#cos_esquerre
{
	width:160px;
	float:left;		
}


#cos_dret_contingut
{
	clear:both;
	padding-top:0px;
	padding-left:57px;
	
	/*padding-right:185px;*/
	
	
}


#cos_dret_contingut_esquerre
{
	float:left;
	width:341px;
	padding-top:36px;
	
	
	
}


#cos_dret_contingut_dret
{
	float: right;
	width: 131px;	
	/*padding-top:150px;*/

}




.sense_float
{
	clear:both;
}

#peu
{
	clear:both;	
	width:744px;
	background:url(../img/comu/fons_cos.gif);
	padding-top:0px;
	font-size:0.9em;
}

#peu_esquerre
{
	width:624px;
	float:left;
	
	
}


#peu_dret
{
	width:120px;
	float:right;
	
	
}





/* INICI FI titols de pastilles de portada  i lateral dret*/
.titol_gris{
	height:25px;
	background: url(../img/comu/img_fons_titol_gris.gif); 	
	width:100%;
}

.titol_gris p{
	margin:0px;
	padding:4px;
	padding-left:6px;
}


.titol_gris_gran{
	height:25px;
	background: url(../img/comu/img_fons_titol_gris.gif); 	
	width:100%;
}

.titol_gris_gran p{
	margin:0px;
	padding:4px;
	padding-left:10px;
}


.titol_blau{
	height:25px;
	background: url(../img/comu/img_fons_titol_blau.gif); 	
	width:100%;
}

.titol_blau p{
	margin:0px;
	padding-top:4px;
	padding-left:6px;
}

.titol_gris_fort{
	height:25px;
	background: url(../img/comu/img_fons_titol_gris_fort.gif); 	
	width:100%;
}

.titol_gris_fort p{
	margin:0px;
	padding-top:4px;
	padding-left:6px;
}


/*cercador lateral */
#form_buscador_lateral{
	border:1px solid #999999;
	background-color:#999999;
	text-align:center;
	height:24px;
	
}



#form_buscador_lateral form{
	margin:0px;
	padding:0px;
	padding-top:2px;

}

.form_buscador_lateral_txt_form 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #454918;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding: 1px;
	margin: 1px;

}










  
.credits
  {
  	width:100%;  
  	text-align:center;
  
  }
  
.form_fila
{
	/*border:black solid 1px;*/

}

.form_fila label
{
 	width:50px;
 	text-align:right;
}



/* presentació continguts */


.contenidor_contingut{
	text-align:center;
	margin:0;
	padding:0;
	padding-bottom:0px;
	margin-bottom:0px;	
	width:100%;	
}

.contenidor_contingut_sense_linia{
	text-align:center;
	margin:0;
	padding:0;
	padding-bottom:10px;
	margin-bottom:8px;
	width:100%;
	
}

.c_breadcrumbs{

	height:20px;	
	width:100%;
	text-align:left;
	
}

.c_breadcrumbs p
{
	margin:0;
	padding-left:12px;
	padding-top:7px;
	height:24px;
}


.c_cap
{
	
	width:100%;
	text-align:left;	
		
}


.c_titol {

	width:290px;	
	text-align:left;
	float:left;	
}



.c_enviar_imprimir
{
	float:right;
	padding:0px;
	padding-right:0px;
	padding-top:0px;
	width:50px;
	text-align:right;	
}

.c_contenidor_interior
{
	width:100%;
	padding-top:29px;
	padding-left:0px;
	margin:0 auto;
	text-align:left;
	clear:both;
	
	
	
}
.c_contenidor_interior_empresa
{
	width:97%;
	padding-top:20px;
	padding-left:14px;
	margin:0 auto;
	text-align:center;


}

.c_contenidor_interior_no_centrat
{
	width:98%;
	padding-top:20px;
	text-align:left;
}

.c_contenidor_interior_index_mail
{
	width:95%;
	padding-top:20px;
	text-align:left;
}


.c_vista_previa
{
	width:100%;
	text-align:left;
	clear:both;
	margin:0;
	height:81px;
	background:url(../img/comu/fons_vista_previa.gif)
	
}


.c_vista_previa_esquerre
{
	float:left;
	width: 80px;
	padding-bottom:0px;
	padding-top:0px;
	text-align:center;
	height:80px;
}


.c_vista_previa_dret
{
	/*width:260px;*/
	width:76%;	
	float:right;
	height:80px;
	text-align:justify;
	

	
}

.c_vista_previa_espai
{
	padding-right:0px;
	padding-left:10px;
	
	
}




.c_vista_previa_no_foto
{
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	height:80px;
	text-align:justify;
	
}


.c_vista_previa_espai_no_foto
{
	padding-right:0px;
	padding-left:0px;
	
	
}



.vista_imatge
{
	
	background: url("../img/comu/fons_vista_imatge.gif");
	height:87px;
	width:341px;
}



.c_info_estadistica
{
	text-align:center;

}

.c_documents
{
	border: 1px solid #C7C896;
	width:100%;
	margin:0 auto;
}

.c_tramits
{
	text-align:left;
}

.c_informacio
{
	text-align:justify;
}

.c_paginador
{
	text-align:right;
	width:100%;	
	height:20px;	
}

.c_paginador p
{
	padding:3px;
}

.c_llista_continguts_fills
{
	text-align:left;

}

/* Maquetació per formulari gran, el que apareix a l'area de contingut */
/* està en %, per tant tindra un marge de maniobra , pobablement sols haurem de redefinir els més petits */

div.fila_form_gran 
{
  clear: both;
  padding-top: 5px;
  width:100%;
 
}

div.fila_form_gran span.etiqueta 
{
  float: left;
  width: 35%;
  text-align: right;
  padding-top:2px;
}

div.fila_form_gran span.informacio 
{
  /*float: right;*/
  width: 65%;
  text-align: left;
} 
 

div.fila_form_petit 
{
  clear: both;
  padding-top: 0px;
  width:100%;
  color:#666666;
  
}

div.fila_form_petit span.etiqueta 
{
  float: left;
  width: 33%;
  text-align: right;
  padding-top:5px;
  padding-right:2px;
}

div.fila_form_petit span.informacio 
{
  float: right;
  width: 65%;
  text-align: left;
}   
  
.form_submit
{
	clear:both;
	text-align:right;
	padding-right:8px;
	padding-top:4px;
	width:195px;
}



.info_no_centrat
{
	
	text-align:justify;
	
}



/* estils per pàgina impresió i mail */

#imp_contenidor {
	width: 100%;
	text-align: center;
	margin: 0 auto;	
	
	
}




#imp_cap
{
	width: 100%;
	height:97px;
	text-align: left;
	background: url(../img/comu/fons_cap_imprimir.gif);
}

#imp_cap_esquerre
{
	float:left;

}



#imp_cos
{
	clear:both;
	width:90%;
	text-align: left;
	padding-top:6px;
	padding-bottom:6px;
	margin:0 auto;
	
}

#imp_peu
{
	clear:both;
	text-align:center;	
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#A2A472;
}

#imp_peu_foto
{
	text-align:center;
	height:11px;
	width:95%;
	background: url(../img/comu/fons_peu.gif); 	
}

#imp_cos_seephoto
{
	clear:both;
	width:95%;
	text-align: center;
}



#imp_peu_seephoto
{
	background-color:#E6E6EC;
	height:20px;
	
}

#imp_logo_aladetres
{
	text-align: left;	
	width:95%;
}


#imp_cos_enviar_amic
{
	clear:both;
	width:100%;
	text-align: center;
}



.dreta
{
	text-align:right;
	width:100%;
}


.condicions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888888;
	text-decoration: none;
	font-size:0.9em;
}


/* fi estils per pàgina impresio i mail */




#menu_superior
{
	height:35px;
	border-top:1px solid #E27000;
	border-bottom:1px solid #E27000;
	background-color: ffffff;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
}



#menu
{
	margin:0;
	padding-top:12px;
	padding-left:28px;
	padding-right:10px;
	padding-bottom:10px;	
	width:100%;
	font-weight:bold;
	
	
	
}

#menu li
{
	list-style: none;
	list-style-image: none; 
	margin:0;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:30px;	
	margin:0;
	display:inline;		
	text-align:left;
	
	
}


#breadcrumbs
{
	clear:both;
	width:775px;	
}


#breadcrumbs_esquerre
{
	float:left;
	width:198px;
}


#breadcrumbs_dret
{
	float:right;
	width:577px;
}


#breadcrumbs_espai
{
	padding-left:28px;
	padding-right:9px;
	padding-top:9px;
	
}

#main_imprimir {
	margin: 0 auto;
	padding: 0;
	width: 360px;
	text-align:center;
	
}

.alt_3
{
	padding-top:3px;
}


.portes_obertes
{
	font-family: Georgia;
	font-size: 2.0em;
	color: #933121;
	font-weight: bold;
	padding-bottom:20px;
}


/* banner text */

.banner_titol
{

	background:url(../img/comu/titol_banner_text.gif);
	color:#ffffcd;
	padding-left:10px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:5px;
	font-size:1.2em;
}

.banner_text
{
	background:url(../img/comu/fons_banner_text.gif);
	color:#933121;
	text-align:center;
	padding-top:10px;
	padding-bottom:15px;
	font-size:1.1em;
	padding-left:5px;
	padding-right:5px;
}

.banner_imatge
{
	width:130px;	
}

.banner_espai
{
	padding-bottom:5px;
}


/*fi banner text */


.idiomes_web
{
	color:#933121;
	padding-left:10px;
	padding-right:6px;
	font-size:0.9em;
}


.idiomes_web a
{
	color:#a1a16f;	
}


.idiomes_web a:hover
{
	color:#933121;
	text-decoration:none;
}

