body {
	background: #CACACA url(imgs/fons.png) repeat-x;
	font-family: "Trebuchet MS", Verdana, serif
}
#container {
	margin: 0 auto;
	width: 960px;
	background: #FFFFFF;
}
#cap {
	width: 100%;
	height: 150px;
	background: #000000;
	background-image: url('imgs/cap.jpg');
}
#cos {
	margin: 0 auto;
	width: 100%;
	padding-top: 15px;	
} 
#peu {
	font-size: 12px;
	margin-top: 15px;
	padding: 4px 8px;
	color: #FFFFFF;
	background: #000000;
}
.contingut {
	float: left;
	width: 666px; /* 710 - 20 - 20. En FF saltava.. més petit */
	text-align: justify;
	padding: 0 20px 0 20px;
	font-size: 12px;
}
.lateral {
	width: 209px; /* 250 - 20 - 20 - 1 */
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px;
}

#cap h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #A40008
}
.contingut h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.titolLateral {
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
li {
	padding-top: 2px;
	list-style-image:url('imgs/fletxeta.gif');

}
#destacat {
	margin: 10px 0 15px 0;
}
.fletxeta {
	background-image: url('imgs/fletxeta.gif');
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-left: 15px;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
.vermell {
	color: #A40008
}
img {
	border: 0
}
/*--------------------------------------------
Elements del formulari
---------------------------------------------*/
#missatgeError {
	padding: 18px;
	border: 1px solid #ddd;
	color: #1f1f1f;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #F8E3E0;
}
.formEsquerra {
	float: left;
	width: 325px;
}
.formDret {
	float: right;
	width: 325px;
}
label {
	display:block;
	padding-bottom:5px;
}
input {
	border: 1px solid #dedede;
	font-size: 13px;
	padding: 5px;
	background: #fefefe;
	color: #222;
	margin-bottom:15px;
	width: 315px;
}
textarea {
	border: 1px solid #dedede;
	font-size: 13px;
	padding: 5px;
	background: #fefefe;
	color: #222;
	width: 315px;
	height: 100px;
	margin-bottom:15px;
}
input:focus {
	background: #fff;
	border-color: #ccc;
}
textarea:focus {
	background: #fff;
	border-color: #ccc;
}
.boto {
	color: #000000;
	background: #CACACA;
	border: 1px solid #000000;
	width: auto;
	padding: 4px 10px;
}

/*--------------------------------------------
Taula de finançament i detall vehicle
---------------------------------------------*/
table.financament {
	background: #CCCCCC;
	margin-bottom: 5px;
	width: 665px;
}
table.financament td {
	background: #F6F6F6;
	padding: 8px;
	text-align: right;
}
table.financament th {
	padding: 8px;
	text-align: right;
}

#detall img {
	float:right;
	margin: 0 0 5px 5px;
}
table.detall {
	background: #CCCCCC;
	margin-bottom: 5px;
	width: 325px;
	float: left;
}
table.detall  td {
	padding: 4px 8px;
}
table.detall td.a {
	background: #F6F6F6;
}

/*--------------------------------------------
Llistat de vehicles
---------------------------------------------*/
#cotxe {
	position: relative;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	height: 120px;
	width: 100%;
	border-bottom: 1px solid #8C8484;
	padding-top: 5px;
	padding-bottom: 5px;
}
#foto { float:left; padding-right: 15px; }
#info { position: absolute; color: #A40008; font-weight: bold; right: 0; bottom: 2px; }
#info a {
	color: #A40008;
	text-decoration: none;
}
#info a:hover {
	color: #000000;
	text-decoration: none;
}
