.taula1 {
	background-color: #EFEFEF;
	border: 1px solid #000000;
}
.lletra1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.buto1 {
	background-color: #999999;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-size:14px;
}
.buto2 {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
.lletraCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-image:url(imatges/fondo_index.gif);
	background-repeat:repeat-x;
	font-weight: bold;
}
.lletraCapError {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #FF0000;
}
