
/* fulla general de e_pimeef */
BODY {
 	font-family: Verdana, Arial, sans-serif;  
}

#mant_menu {
	
}

.mant_menu_entrada {
	float:left;
	margin-right: 1em;
	background-color: #ECECEC;
}



/**
* Taules(llistats) de dades
*/

/* aquest element només serveix per centrar 
   la taula a la pàgina */
#cont_taula {
	text-align: center;
}

/* el conjunt d'elements de la taula */
#taula {	
	margin: 0 auto;
	/*float: left;*/
	border: 1px solid #DADADA;
	width: 60%;
	padding: 1em;
}

/* el cap inclou el titol i els menus */
#taula_cap {
	width: 100%;
	text-align: left;
	clear: both;
	}

#taula_llistat {
	width: 100%;
	clear: both;
}

/* titols de les taules de dades */
#taula_titol {
	font-size: medium;
	width: 100%; 
	float:left;
	font-weight: bold;
	clear: both;
}

#taula_menu {
	float: right;
	width: 30%;
}

.taula_a {
	font-size: small;
}

/* numero de registres de la taula */
#taula_nr {
	margin-top: 1em;
	text-align: left;
}




/* contenidor principal de la pàgina */
#cont_pagina {	
	margin-left: 1em;	
	margin-right: .5em;
}

/**
* Cos de la pàgina
*/
#cos_pagina{
	margin-top: 2em;
	width: 100%;
	clear: both;
	margin-left: 0em;
	margin-right: 2em;	
}

/**
* Cap de pàgina provisional
*/
/* conté el titol, el menú i la crumbtaila */
#cap_pagina {
	width: 100%;
	clear: both;
	border-bottom: 1px solid Gray;
}

#cap_titol22 {	
	width: 100%;
	clear: both;
	font-size: x-large;
	background-color: #D1D1D1;
	padding-left: .5em;
}

/* contenidors del titol i subtitol */
#cap_titol {
	width: 60%;
	font-size: x-large;
	float:left;
	font-weight: bold;
	color: #0099CC;
	background-color: white; 	
}


#vertmell {
	color: Maroon;
	background-color: white; 	
}

#cap_subtitol {
	width: 100%;
	clear: both;
	font-size: large;		
	padding-bottom: .3em;
}


#cap_menu{
	margin-top: .3em;
	width: 100%;
	clear: both;
	margin-bottom: .5em;
	padding-bottom: .3em;	
	clear: both;
}

DIV.mant_menu_entrada {
}



/**
*  Peu de pàgina
*/
/* div contenidor del peu de pàgina */
#pie_pagina {
	border-top: 1px dotted gray;
	margin-top: 1.5em;
	width : 100%;
}

/* conté el texte de descripció de pimeef, copyright, etc... */
#pie_texto {
	float: left;
	width: 55%;	
}

/* baix de pie_texto, mostra el nom de l'usuari logged actualment */
#pie_usuario {
	float: left;
	font-size: x-small;
}

#pie_info {
	float: left;
	width: 80%;		
	font-size: xx-small;
	margin-left : -.8em;
}

.linea_pie_info {
	float: left;
	width: 100%;		
	font-size: xx-small;	
}


.linea_pie_info A {
text-decoration: underline;	
color: #555;
}

.linea_pie_info A:hover {
text-decoration: underline;	
color: Blue;
}


/* dins del peu, conté les banderetes d'idiomes */
#pie_banderitas {
	float: right;
	width: 23%;
	text-align: right;
	margin-right: -0.6em;	
}

/* conté cada una de les banderetes */
.pie_banderita {
	float: right;
	padding-right: 1em;
}


TABLE {
	border-color: gray;
	
}


/*banda esquerra del peu */
DIV#peu_esquerra {
	width: 60%;
	float: left;
	font-size: medium;
	color: Gray;
	border-top: 1px dotted Silver;
	text-align: left;
	background-color: white; 	
	margin-top: 1em;
}

DIV#peu_esquerra DIV.linea_pie_info {	
	font-size: x-small;
}

DIV#peu_esquerra DIV.linea_pie_info A {	
	color: gray;
	text-decoration: none;
}

DIV#peu_esquerra DIV.linea_pie_info A:hover {	
	text-decoration: underline;
}

/* banda dreta del peu */
DIV#peu_dreta {
	width: 40%;
	float: right;
	text-align: right;
	border-top: 1px dotted Silver;	
	background-color: white; 	
	padding-top: .1em;
	margin-top: 1em;
}

/* powered */
DIV#peu_dreta DIV.powered {
	text-align: right;
	font-size: smaller;
	color: Silver;
	width: 100%;		
	background-color: white; 	
}

DIV#peu_dreta DIV.powered A {
	text-decoration: none;
	color: silver;
	background-color: white; 	
}

DIV#peu_dreta DIV.powered A:hover {
	text-decoration: underline;
	color: blue;
	background-color: white; 	
}

