
/* General */
	*         { font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
	html      { height: 100%;}
	body      { height: 100%; margin: 0px; padding: 0px;}
	a         { text-decoration: none; color: #666;}
	a:visited { text-decoration: none; color: #666;}
	a:hover   { text-decoration: underline; color: #666;}
	img		  { border: 0px;}
	.vertical_spacing{display: block; height:20px; clear:both; }
	.clear {clear:both; }
	div { display: block;}
	
/* Color del tema */
	.temacolor{	color: #c70a8f;	}
	.temacolorborder{ border-color: #c70a8f; }
	.temacolorbackground{ background: #c70a8f; }

div#webbackground { 
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

div#webcontent { 
  background: #FFF;
  margin: 0 auto;
  width: 950px;
  height: 100%;

}

div#main_central{
	/*height: 100%;*/
	margin-top: 0px;

}
div#main_modul{
	width: 715px;
	float: left;
	display: block;
}
.amplemax{
	width:100%;
}

div#main_menu{
	width: 192px;
	float: right;
	margin: 0px 5px 0px 0px;
}

.header { 
  margin: 0 auto;
  width: 100%; 
  height: 137px;
  width: 950px;
}

.nou_tabmenu {
    height: 31px;
    width: 950px;

    float: left;
    
}

.nou_tabmenu_padding {
    height: 31px;
    width: 619px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: gray;
    float: left;

}
.nou_tabmenu_tabactive {
    background: url(../../../img/tab_active.jpg) no-repeat center;
    width: 165px;
    height: 22px;
    padding: 11px 0px 0px 0px;
    float: left;
    text-align: center;
    color: #444;
    cursor: pointer;
    font-weight: bolder;
}

.nou_tabmenu_tabinactive {
    background: url(../../../img/tab_inactive.jpg) no-repeat center;
    width: 165px;
    height: 22px;
    float: left;
    text-align: center;
    padding: 11px 0px 0px 0px;
    color: #FEFEFE;
    cursor: pointer;
    font-weight: bolder;
    
}

.headermenu { 
  height: 56px;
  width: 100%;
  text-align: right;
  margin: 0px;
}

.headermenudiv{
  color: #666;
  font-weight: bolder;
  vertical-align: text-bottom;
  padding: 0px 5px 0px 0px;
}

.spacerheader{
  clear: both;
  height: 40px;	
}

.justificat{
	text-align:justify;
}
/* ESTILS GENÈRICS PELS APARTATS */
	.apartat_titol {
	
		width: 100%;
		border-width: 0px 0px 2px 0px;
		border-color: #222;
		border-style: solid;
		clear:both;
	}
	
	.apartat_titoltext {
		font-weight: bolder;
		font-size: 20px;
		color: #333;
		text-decoration: none;
	}
	
	.apartat_text{
		margin: 20px 0px 0px 0px;
		color: #333;
		width: 100%;
	}
	


	.apartat_text_docadjunt{
		margin: 0px 0px 0px 20px;
		color: #333;
		height: 10px;
		vertical-align: top;
		font-weight: bolder;
		clear: both;
	}
	
	.indent{
		margin: 0px 0px 0px 20px;
	}	
	.apartat_formulari_body{
		margin: 20px 0px 0px 0px;
		padding: 0px 0px 0px 30px;
	}
	
	.apartat_formulari_fila{
		margin: 5px 0px 5px 0px;
		height: 23px;
		vertical-align: text-bottom;
		width: 100%;
	}
	.apartat_formulari_nom{
		padding: 3px 0px 0px 0px;
		float: left;
		width: 120px;
		color: #333;
		font-weight: bolder;
		display: inline;
	}

	.apartat_formulari_text{
		float: left;
		display: inline;	
	}
	
	.fix_span_textarea{
		height: 200px;
		clear: right;
	}
	
	.apartat_formulari_textbox{
		width: 200px;
	}
	.apartat_formulari_textarea{
		width: 550px;
		height: 200px;
	}
	
	.apartat_formulari_richtextarea{
		text-align: center;
		margin: 20px 0px 0px 0px;
		width: 100%;	
	}
	
	.apartat_formulari_richtextarea_inner{
		margin: 0 auto;
		width: 80%;
	}
	
	.apartat_formulari_submit{
		float: right;
		width: 100%;
		text-align: right;
	}
	
	.apartat_formulari_submitbutton{
		border: 0px;
		margin: 0px; 
		padding: 0px;
		background: url(../../../img/button_desar.jpg); 
		width: 110px; 
		height: 22px; 
		cursor: pointer; 
	}
	
	
	.apartat_formulari_br{
		clear: both;
	}
	
	.apartat_formulari_ample{
		width: 550px;
	}


/* Administracio */
	.adminback{
		/*background: #EEE;*/
		height: 300px;
	}
	
	.apartat_admintitoltext{
		color: #E00;
		font-weight: bolder;
		font-size: 20px;
		text-decoration: none;	
		padding: 3px 0px 0px 10px;
	}
	
	.apartat_adminsubtitoltext{
		color: #999;
		font-weight: bolder;
		font-size: 16px;
		text-decoration: none;	
		padding: 3px 0px 0px 5px;
	}

.atmi_verd{
    font-weight: bolder;
    color: #0f8f82;
    clear: both;
    font-size: 18px;
}

.atmi_text{
    clear:both;
    margin: 3px 0px 10px 3px;
}
