.fons_mnu_esq {
	background-image: url(img/fons_mnu_esq.gif);
}
.fons_mnu_dret {
	background-image: url(img/fons_mnu_dret.gif);
}
.tit_mnu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #FFFFFF;
}
.subtit_mnu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	height: 24px;
}
.txt_mnu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	height: 21px;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.txt_black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	height: 24px;
}
.fons_taulacentral {

	background-image: url(img/fons_tcentral.gif);
}
.subtitol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.fons_linepunts {
	background-image: url(img/fons_linepunts.gif);
	height: 2px;
}
.txt_black_xl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	height: 24px;
	line-height: 125%;
}
.txt_general {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}
.txt_botons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	height: 24px;
	font-weight: bold;
}
.formularis {
	background-color: #FFFF99;
	border: 1px dotted #FD4703;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}
.botons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FD4703;
}

/* #ok i #error = Missatge després de enviat el formulari */
#ok, #error {
	clear: both;
	background-color: #DEFFD4;
	border: 1px solid #AADF99;
	padding: 10px;
	margin-bottom: 20px;
}

#error {
	background-color: #FFCCCC;
	border: 1px solid maroon;
}

/* .captcha */
.captcha  {
	background-color: #EEE;
	text-align:center;
	padding:5px;
}

.captcha img {
	width:150px;
	margin:auto;
}

.captcha input {
}

