.titol3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
	background-color: #FFFFFF;
	text-indent: 0.5em;
	font-size: medium;
	text-align: center;
}
td img {
	display: block;
}
p {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12px;
	color: #000000;
	text-indent: 0.6em;
	padding-left: 0.3em;
}
li {
	font-family: Helvetica, sans-serif, Arial;
	font-size: x-small;
	font-weight: normal;
	list-style-type: square;
	list-style-position: outside;
}
.titol4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-indent: 0.5em;
	font-weight: bold;
}
.navegacio {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 10px;
	text-decoration:none;
	padding-bottom: -2px;
}
.navegacio a {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 10px;
	text-decoration:none;
	padding-bottom: -2px;
}
.navegacio a:link {
	color: #0a1a89;
	border-bottom: 2px solid #000;
}
.navegacio a:visited {
	color: #0a1a89;
	border-bottom: 2px dotted #090
}
.navegacio a:hover {
	color: #090;
	border-bottom: 2px solid #090;
}
.navegacio a:active {
	color: #090;
	border-bottom: 2px solid #090;
}
	/* estas clases son para el formulario y sus errores */
	#form {
	background-color: #FFF;
	padding: 1px;
	width: auto;
	margin: auto;
}

#form .campo {
	border: 1px solid #999;
	padding: 2px;
	font-size: 12px;
}

#form .error {
	border: 1px solid #F00;
	padding: 0.3em;
	font-size: 12px;
}

#form .com {
	border: 1px solid #999;
	padding: 2px;
	font-size: 12px;
	width:auto;
	height: auto;
}

#form .com-error {
	border: 1px solid #F00;
	padding: 2px;
	font-size: 12px;
	width:auto;
	height: auto;
}

#error {
	border: 1px solid #F00;
	background-color: #FFF;
	color: #F00;
	padding: 5px;
		  }

#ok {
	border: 1px solid #090;
	background-color:#FFF;
	padding: 5px;
	color: #090;
}

