.butonDalt {
	font-family: "trebuchet MS", Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
	text-decoration:none;
}
.butonDalt:hover {
	font-family: "trebuchet MS", Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFB6D5;
	padding-left: 8px;
}
.nosotros {
	font-family: "Verdana", Verdana;
	font-size: 11px;
	font-weight: lighter;
	color: #231F20;
	text-align: justify;
	line-height: 13px;
}
.nosotrosTitol {
	font-family: "Verdana", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #B12C1A;
	text-align: justify;
}
.contacto {
	font-family: "Verdana", Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #231F20;
}

.contacto:hover {
	font-family: "Verdana", Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: #231F20;
}
.li {
	font-family: "trebuchet MS", Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #811D29;
}
.li:hover {
	font-family: "trebuchet MS", Tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #811D29;
}

.descripcio {
	font-family: "trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #C19F75;
	text-align: justify;
}
.titol {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #C19F75;
}
.errMsg {
	color: red;
	display: inline;
}
.errFld {
	border-color: red;
}