@charset "utf-8";

/* ==================================================== */
/* ESTILS GENERALS										*/
/*														*/
/* Creat: 24/02/2006									*/
/* Ultima modificacio: 04/07/2006						*/
/*														*/
/* Per a aprofitar en qualsevol ficher					*/
/* ==================================================== */

/* =================== */
/* ===== GENERAL ===== */
/* =================== */

table img {
	display: block;
}

img {
	border: 0px none;
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
html,body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(fondo.png);
}
.tabla {
	margin-top: 0px;
}
.tabla thead th {
	padding: 2px 2px 2px 2px;
	background-color: #B8744C;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.tabla tbody td {
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
.tabla tbody tr {
}
.tabla tbody tr.par {
	background-color: #DDDDDD;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	letter-spacing: 3px;
	text-align: left;
	color: #666666;
}
h1  {
	font-size: 18px;
	margin: 10px 0px 5px 0px;
}
h2  {
	font-size: 16px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 14px;
}
acronym {
	color: #66CC00;
}
p, ul {
/*	text-align: justify;*/
	margin-top: 0px;
	margin-bottom: 14px;
	line-height: 14px;
}
p[align="right"] {
	text-align: right;
}
p[align="center"] {
	text-align: center;
}
p[align="left"] {
	text-align: left;
}
ul li, ol li {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 12px;
	list-style-position: outside;
}
li p {
	margin-bottom: 0px;
	text-align: left;
}
strong, b {
	color: #990000;
	font-weight: bold;
}
.peu {
	font-size: 10px;
	color: #666666;
}
.esquerra {
	margin-right: 10px;
	float: left;
}
.dreta {
	margin-left: 10px;
	float: right;
}
.borde {
	border: 1px solid #666666;
}
.centrat {
	text-align: center;
}
input, textarea, select {
	border: 0px none;
	padding: 0px 3px 0px 3px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #666666;
	background-color: #DDDDDD;
	border-bottom: 1px solid #CCCCCC;
}
input:hover, textarea:hover, select:hover {
	border-color: #B8744C;
	background-color: #E1B294;
}
label {
	display: block;
	margin: 2px 0px 2px 0px;
}
.campA, .campAdins {
	width: 285px;
}
.campB, .campBdins {
	width: 110px;
}
.campC, .campCdins, .cnum, .cnumdins {
	width: 25px;
}
.cnum, .cnumdins {
	text-align: right;
}
.memoA, .memoAdins,
.memoB, .memoBdins {
	width: 285px;
	height: 90px;
	padding: 0px 3px 0px 3px;
}
.memoB, .memoBdins {
	height: 45px;
}
.campAdins, .campBdins, .campCdins, .memoBdins, .cnumdins {
	border-color: #CCDB64;
	background-color: #F5F9E6;
}
.boto {
	background-color: #B8744C;
	border: 0px none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}
.boto:hover {
	border: 0px none;
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: none;
}
