/* -----   ELEMENTS GENERALS   ---- */
body {  
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size:80%;
	margin: 0;
}

h1, h2, h3 {
	font-family: arial, verdana, tahoma, sans-serif;
}

h1 {	
	font-size: 164%;
	font-weight: bold;
	font-style: italic;
	padding-top: 1em;
	border-top-style: solid;
	border-top-width: 1px;	
}

p {
	padding-bottom: 1ex;
}

img {
	border: none;
}


/* -----   LLISTES   ---- */

dt {
	font-weight: bold;
}

dd {
	padding-bottom: 1.5em
}



/* -----   CAPÇALERA   ---- */
#capçalera { 	
	width: 100%;
	height: 12%;
	padding: 0.8em 2.5em 0 4mm;
}

.capçaleraTitol {
	font-size:220%;
	text-decoration: none;
	/*font-weight:bold;*/
	font-style: italic;
	line-height: 1.5em;
}


.capçaleraLinks {
	font-size:87%;
	padding: 1ex 10ex 0.5ex 0.5ex;
	position: absolute;
	right:0;
	top:0;	
}

.capçaleraLinks * {
	text-decoration: none;
	padding: 0 2ex 0 1ex;
	border-width: 0 0 1px 1px;
	border-style: solid;	
}

.capçaleraLinks a:hover {
	text-decoration: none;	
}


/* -----   BARRA DE MENÚ   ---- */

.barraMenu {
	height: 1.2em;
	font-size:80%;
	text-align: center;
	padding: 0.2ex 0 0.2ex 0;
}

.barraMenu * {
	text-decoration: none;
	font-weight: bold;
	padding: 0 1ex 0 1ex;
}

.barraMenu a:hover{
	/* indexcolors.css */
}

/* -----   ESQUERRA   ---- */
.barraEsquerra {
	font-size:80%;
	width: 20%;
	height: 100%;
	margin: 0.1ex 0 0 0.2ex;
	float: left;
	clear: left;
}

.barraEsquerra .barraEsquerraTitol{
	font-weight: bold;
	text-align: center;
	padding: 0.3ex 1ex 0.3ex 1ex;
}

.barraEsquerra a, .barraEsquerra span {
	text-decoration: none;
	font-weight: normal;
	line-height: 1em;
	height: 2.5em;	
	padding: 1ex 1ex 0.3ex 1ex;
	display: block;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}


.barraEsquerra .barraText{
	font-weight: normal;
	padding: 1ex 0.75ex 1ex 1ex;
}


/* -----   DRETA   ---- */
.barraDreta {	
	width: 18%;
	height: 100%;
	margin: 1ex 0.2ex 0 0;
	float: right;
	clear: right;
	border-style: solid;
	border-width: 1px;
}

.barraDreta .barraEsquerraTitol{
	font-weight: bold;
	text-align: center;
	margin: 1ex 1ex;
	padding: 0.5ex 1ex;
	border-style: solid;
	border-width: 1px;
}

.barraDreta .barraText{
	font-size:87%;
	font-weight: normal;
	line-height: 1.4 em;
	padding: 0 2ex 1em 2ex;
}

.barraDreta a {
	font-weight: bold;
}

.barraDreta a:hover {
	text-decoration: none;
}


/* -----   PART CENTRAL   ---- */
#textCos {
	text-align: justify;
	line-height: 1.5 em;	
	padding: 0.5ex 20% 1em 20%;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 pt;
}


#textCos a:hover {
	text-decoration: none;
}

#textCos0 {
	text-align: justify;
	line-height: 1.5 em;	
	padding: 0.5ex 2em 1em 2em;
	border-left-style: solid;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 pt;
}

#textCos1 {
	text-align: justify;
	line-height: 1.5 em;	
	padding: 0.5ex 3% 1em 23%;
	border-left-style: solid;
	border-left-width: 1px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10 pt;
}



/*--------- FORMULARIS ------------*/

.formul { margin: 0; 
	  padding: 0.5ex 0.5ex 0.5ex 0.5ex;
	 border-width: 1px; 
	 border-style:solid;
}

.boto { height: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
}


.entrada { font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	height: 2em;	
}