@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: #666666;
}
html,body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
/*	overflow: auto;*/
}
body {
   padding: 0px 0px 20px 0px;
}
.tabla {
	margin-top: 0px;
}
.tabla thead th {
	padding: 0px 5px 0px 5px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	text-align: left;
	color: #333333;
	font-weight: bold;
}
.tabla tbody td {
	padding: 0px 5px 0px 5px;
	text-align: left;
	vertical-align: top;
}
.tabla tbody tr {
}
.tabla tbody tr.par {
	background-color: #CCCCCC;
}

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: normal;
	text-align: center;
	color: #333333;
}
h1  {
	font-size: 15px;
}
h2  {
	font-size: 13px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-style: italic;
}
h3 {
	font-size: 11px;
}
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;
	margin: 0px 0px 0px 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #666666;
	background-color: transparent;
	border: none;
	border-bottom: 1px dashed #CCCCCC;
}
label {
	color: #666666;
}
.campA, .campAdins {
	width: 255px;
	margin-bottom: 10px;
	text-align: right;
}
.campB, .campBdins {
	width: 100px;
}
.campC, .campCdins, .cnum, .cnumdins {
	width: 50px;
}
.cnum, .cnumdins {
	text-align: right;
}
.memoA, .memoAdins,
.memoB, .memoBdins {
	width: 525px;
	height: 150px;
	padding: 0px 3px 0px 3px;
	margin-bottom: 10px;
	border: 1px dashed #CCCCCC;
}
.memoB, .memoBdins {
	height: 45px;
}
.campAdins, .campBdins, .campCdins, .memoBdins, .cnumdins {
	border-color: #CCDB64;
	background-color: #F5F9E6;
}
.boto {
	width: 60px;
	border: 0px none;
	padding: 0px 3px 0px 3px;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: pointer;
	text-decoration: none;
}
.boto:hover {
	width: 60px;
	text-decoration: none;
	border-left: 1px dashed #CCCCCC;
	border-right: 1px dashed #CCCCCC;
}
