body, table, input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

input, textarea {
	border-color: black;
	border-width: 1px;
}

.fonsBlanc { background-color: white;}
table.marc {
	border-style: solid;
	border-color: white;
	border-width: 9px;
}

.petit { font-size: xx-small; }

table.noBorder {
	border-style: none;
	border-width: 0px;
}

.paddingEsq { padding-left: 10px; padding-right: 10px; }
.paddingTotal { padding: 10px;}

a
{
	text-decoration:none;
	color: #0061dc;
}

a:hover 
{ 
	color:black;
	text-decoration: none; 
}

a.menuPrincipal {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

a.menuPrincipal:hover, a.menuPrincipalActivat {
	font-size: x-small;
	font-weight: bold;
	color: white;
}

a.idiomes, a.credits { color: #B8B8B8; }
a.idiomes:hover, a.credits:hover, a.seleccionat { color: white; }

.contingutTitol {
	text-transform: uppercase;
	font-size: x-small;
	font-weight: bold;
}


/* Fons continguts */
.fonsClar, table { background-color: #dfdbce; }

/* Fons titol continguts */
.fonsSemiClar { background-color: #d0ccbe; }

/* Fons submenu esquerre */
.fonsSubmenu { background-color: #bfb2a4; }

/* Fons menu principal */
.fonsMenu { background-color: #deb07e; }

/* Marc exterior */
.fonsFosc { background-color: #6d6c6c; }
