/* =================== */
/* ===== GENERAL ===== */
/* =================== */

/* div { border: dashed 1px #00FF00; } */
table img {
	display: block;
}

img {
	border: 0px none;
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	overflow: visible;
}
body {
	background-color: #FFFFFF;
	margin: 0px 0px 15px 0px;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #407EFF;
}
a:hover {
	text-decoration: underline;
}
.izquierda {
	margin-right: 10px;
	float: left;
}
.derecha {
	margin-left: 10px;
	float: right;
}
.borde {
	border: 1px solid #666666;
}
.centrado {
	text-align: center;
}

/* ===================== */
/* ===== FORMULARI ===== */
/* ===================== */

form {
	padding: 0px;
	margin: 0px;
}
#formulari div {
	width: 100%;
	display: block;
	float: left;
}
label {
	border: 0px none;
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-align: right;
}
	label.dreta {
		width: 145px;
		float: right;
	}
	label.esquerra {
		width: 340px;
		float: left;
	}
input, textarea, select {
	padding: 1px 3px 1px 3px;
	margin: 0px 0px 5px 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	background-image: url(input.png);
	background-repeat: repeat-x;
	vertical-align: middle;
}
textarea {
	vertical-align: text-top;
}
	label.dreta input, label.dreta select {
		width: 75px;
		text-align: left;
	}
	label.dreta select {
		width: 83px;
		padding-left: 0px;
	}
	label.esquerra input, label.esquerra select {
		width: 250px;
		text-align: left;
	}
	label.esquerra select {
		width: 258px;
		padding-left: 0px;
	}
	label.esquerra textarea {
		width: 250px;
		height: 100px;
		overflow: auto;
		text-align: justify;
	}
	label#cLloguer {
		display: none;
	}
	label#cTemps {
		display: none;
	}
	label.comentaris textarea {
		width: 420px;
		height: 150px;
		overflow: auto;
		text-align: justify;
	}
	#botonera {
		position: absolute;
		text-align: right;
		bottom: 25px;
		right: 25px;
	}
input:focus, textarea:focus, select:focus,
input:hover, textarea:hover, select:hover {
	border-color: #000000;
	color: #000000;
}
button, .boto, .boto:link, .boto:visited, .boto:active {
	padding: 1px 3px 1px 3px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	color: #333333;
	background-color: #FFFFFF;
	border: 2px solid #333333;
	background-image: url(input.png);
	background-repeat: repeat-x;
	background-position: top;
	cursor: pointer;
	text-decoration: none;
	height: 22px;
}
button.chicotet {
	height: 18px;
	font-size: 9px;
}
button:hover, .boto:hover {
	color: #000000;
	text-decoration: none;
}

/* *********************
.tabla {
	border: 1px solid #666666;
}
.tabla td, .tabla th {
	border: 1px solid #FFFFFF;
	padding: 0px 5px 0px 5px;
}
.tabla th {
	background-color: #E9EFBA;
	text-align: left;
	color: #FFFFFF;
}
.impar {}
.par {
	background-color: #EEEEEE;
}
.pie {
	font-size: 10px;
	color: #FFFFFF;
}

******************************* */