* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}
body {
	font-family: Trebuchet MS;
	color: #5a5d64;
	font-size: 12px;
}
p+p {
	margin-top: 10px;
}
p.j {
	text-align: justify;
}
img {
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: #5a5d64;
}
a:hover {
	color: #000;
}
.fosc {
	color: #000;
}
.negreta {
	font-weight: bold;
}

input[type=radio], input[type=checkbox] {
	vertical-align: middle;
}

/* ESTRUCTURA */
.cont {
	width: 980px;
	margin: 0px auto;
}

#ajax_actualitzar {
	color: #fff;
	display: none;
	position: fixed;
	top: 2px;
	right: 20px;
	width: 200px;
	height: 9px;
}
#ajax_actualitzar img {
	width: 200px;
	height: 9px;
}

#cap {
	text-align: center;
}

#cos {
	padding: 10px 0;
	background-color: #ece9e2;
	border-top: 1px solid #dfdcd5;
	border-bottom: 1px solid #dfdcd5;
	text-align: center;
}
#menu {
	float: left;
	width: 200px;
	text-align: left;
}
#cos_inner {
	float: left;
	width: 765px;
	margin-left: 15px;
	text-align: left;
}

#flash_final {
	width: 980px;
	height: 196px;
	margin-top: 12px;
}

#final {
	text-align: center;
	background-color: #cccabb;
	border-top: 1px solid #dfdcd5;
	margin-top: 1px;
	padding-top: 12px;
	padding-bottom: 20px;
	color: #565656;
	font-size: 10px;
}

/************** FLASH ***************/
#flash_home {
	width: 765px;
	height: 256px;
	background-color: #f5f4f0;
}
#flash_multiupload {
	width: 433px;
	height: 277px;
	margin: 0 auto;
	float: left;
}

/**************** CAP ****************/
#logo {
	background-color: #000;
	height: 127px;
	background-repeat: no-repeat;
	background-position: center;
}
#nav {
	height: 47px;
}
#nav .home {
	display: block;
	float: left;
	margin-right: 26px;
	height: 16px;
	width: 11px;
	margin-top: 15px;
	background-image: url('../imatges/picto_casa.gif');
}
#nav .home:hover {
	background-position: -11px 0px;
}
#nav .bandera, #nav .bandera_select {
	display: block;
	float: left;
	margin-left: 5px;
	height: 16px;
	width: 21px;
	margin-top: 15px;
	background-repeat: no-repeat;
}
#nav .bandera {
	background-position: 0px 0px;
}
#nav .bandera:hover, #nav .bandera_select {
	background-position: -21px 0px;
}
#nav .cat { background-image: url('../imatges/cat.gif'); }
#nav .es { background-image: url('../imatges/es.gif'); }
#nav .uk { background-image: url('../imatges/uk.gif'); }
#nav .arab { background-image: url('../imatges/arab.gif'); }
#nav .ru { background-image: url('../imatges/ru.gif'); }
#nav .fr { background-image: url('../imatges/fr.gif'); }
#nav .boto {
	display: block;
	margin-top: 10px;
	width: 79px;
	font-size: 10px;
	background-image: url('../imatges/boto_superior.gif');
	background-repeat: no-repeat;
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-left: 11px;
	line-height: 26px;
	height: 26px;
}
#nav .boto2 {
	display: block;
	margin-top: 10px;
	width: 79px;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: underline;
	float: right;
	line-height: 12px;
	height: 25px;
	padding-top: 1px;
}
#nav .boto2:hover {
	text-decoration: none;
}
#nav .unselect {
	color: #000;
	background-position: 0px 0px;
}
#nav .unselect:hover, #nav .select {
	background-position: -79px 0px;
	color: #fff;
}
#nav .bcerca {
	display: block;
	float: right;
	margin-top: 10px;
	margin-right: 8px;
	width: 70px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	background-image: url('../imatges/boto_buscar.gif');
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
}
#nav .bcerca:hover {
	background-position: -70px 0px;
}
#nav .cercador {
	float: right;
	margin-right: 8px;
	margin-top: 10px;
	background-image: url('../imatges/fons_buscador.gif');
	background-repeat: repeat-x;
	height: 24px;
	width: 235px;
	border: 1px solid #d9d7cb;
	color: #000;
	font-size: 16px;
	line-height: 24px;
	text-indent: 5px;
}

/**************** FINAL ****************/
#logo_6tems {
	display: block;
	float: right;
	width: 57px;
	height: 19px;
	margin-top: 40px;
	background-image: url('../imatges/logo_6tems.gif');
	background-repeat: no-repeat;
}
#logo_6tems:hover {
	background-position: -57px 0px;
}

/**************** TITOLS ****************/
.titol1 {
	color: #b3afa4;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.titol2 {
	color: #c4bdb3;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.titol3 {
	color: #595758;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
}
.titol4 {
	color: #595758;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
.titol5 {
	color: #ee7f11;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px solid #d5d5d5;
}
.titol6 {
	color:#5A5D64;
	font-size:12px;
	line-height: 14px;
}

/**************** MENU ****************/
.categories {
	width: 198px;
	margin-top: 8px;
	border: 1px solid #dbdbd3;
	background-image: url('../imatges/fons_menu_categories.gif');
	background-repeat: no-repeat;
	background-color: #fff;
}
.categories div {
	padding: 8px 8px;
	color: #595d66;
	text-transform: uppercase;
	font-size: 11px;
	width: 182px;
	cursor: pointer;
}
.categories a.last {
	border-bottom: 0;
}
.categories a {
	display: block;
	border-bottom: 1px dotted #dbdbd3;
	width: 198px;
	color: #595d66;
}
.categories a:hover div, .categories .select {
	color: #fff;
	background-image: url('../imatges/fons_menu_dinamic.gif');
	background-position: -198px 0px;
	background-color: #706c6c;
	background-repeat: no-repeat;
}

.categories2 {
	list-style-type: none;
	width: 200px;
	margin-top: 10px;
}
.categories2 div {
	background-image: url('../imatges/fons_menu_dinamic.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	width: 198px;
	padding: 8px 0;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 4px;
	text-indent: 8px;
	border: 1px solid #dbdbd3;
	cursor: pointer;
}
.categories2 a {
	display: block;
	color: #595d66;
}
.categories2 a:hover div, .categories2 .select {
	background-position: -198px 0px;
	background-color: #706c6c;
	color: #fff;
}


#butlleti {
	width: 180px;
	height: 175px;
	padding: 10px;
	background-image: url('../imatges/fons_butlleti.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
	position: relative;
}
#butlleti .t1 {
	color: #434343;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	font-family: Arial;
}
#butlleti .t2 {
	color: #434343;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial;
}
#butlleti .t3 {
	color: #434343;
	font-size: 11px;
	line-height: 11px;
}
#butlleti .t4 {
	color: #434343;
	font-size: 10px;
	line-height: 12px;
	margin-top:5px;
}
#butlleti_inner {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 180px;
}
#butlleti_inner input[type=text] {
	background-color: #fff;
	color: #ee7f11;
	padding: 3px;
	font-size: 11px;
	border: 1px solid #dfdcd5;
}
#butlleti_inner input[type=text].error {
	border: 1px solid #f00;
}
#butlleti_inner select {
	width: 178px;
	font-size: 10px;
	border: 1px solid #dfdcd5;
	background-color: #fff;
	color: #ee7f11;
}
#fnname {
	width: 172px;
}
#fnemail {
	width: 126px;
}
#butlleti_boto {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.boto_ok, #butlleti_boto {
	display: block;
	width: 37px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-image: url('../imatges/boto_butlleti.gif');
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
}
.boto_ok:hover, #butlleti_boto:hover {
	background-position: -37px 0px;
}

#butlleti_gracies {
	display: none;
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 160px;
	height: 36px;
	padding-top: 10px;
	text-align: center;
	background-image: url('../imatges/butlleti_gracies.gif');
	background-repeat: no-repeat;
	color: #434343;
	font-size: 11px;
	line-height: 13px;
}

#banner_contactar {
	display: block;
	padding: 15px;
	width: 170px;
	height: 120px;
	margin-top: 10px;
	background-image: url('../imatges/fons_banner_contactar.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

#banner_noencuentra {
	display: block;
	padding: 15px;
	width: 170px;
	height: 144px;
	margin-top: 10px;
	background-image: url('../imatges/banner_noencuentra.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

#banner_quierecomprar {
	display: block;
	padding: 15px;
	width: 170px;
	height: 161px;
	margin-top: 10px;
	background-image: url('../imatges/banner_quierecomprar.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

#banner_contactar .estatic, #banner_contactar:hover .animat, #banner_noencuentra .estatic, #banner_noencuentra:hover .animat, #banner_quierecomprar .estatic, #banner_quierecomprar:hover .animat {
	display: block;
}
#banner_inici_noencuentra .estatic, #banner_inici_noencuentra:hover .animat, #banner_inici_quierecomprar .estatic, #banner_inici_quierecomprar:hover .animat {
	display: inline;
}
#banner_contactar .animat, #banner_contactar:hover .estatic, #banner_noencuentra .animat, #banner_noencuentra:hover .estatic, #banner_quierecomprar .animat, #banner_quierecomprar:hover .estatic, #banner_inici_noencuentra .animat, #banner_inici_noencuentra:hover .estatic, #banner_inici_quierecomprar .animat, #banner_inici_quierecomprar:hover .estatic {
	display: none;
}

.banner1 {
	color: #fff;
	font-size: 15px;
	line-height: 19px;
}
.banner2 {
	color: #ee7f11;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
.banner3 {
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

#banner_contactar:hover .banner1, #banner_noencuentra:hover .banner1, #banner_quierecomprar:hover .banner1, #banner_inici_noencuentra:hover .banner1, #banner_inici_quierecomprar:hover .banner1 {
	color: #ee7f11;
}
#banner_contactar:hover .banner2, #banner_noencuentra:hover .banner2, #banner_quierecomprar:hover .banner2, #banner_inici_noencuentra:hover .banner2, #banner_inici_quierecomprar:hover .banner2 {
	color: #fff;
}

/**************** COS ****************/
.cos_quadre {
	width: 743px;
	padding: 30px 10px;
	background-color: #f5f4f0;
	border: 1px solid #dcdcd4;
}

#banner_inici_noencuentra {
	display: block;
	margin-top: -20px;
	float: right;
	padding: 20px;
	width: 329px;
	height: 93px;
	background-image: url('../imatges/banner_inici_noencuentra.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}
#banner_inici_quierecomprar {
	display: block;
	margin-top: -20px;
	float: left;
	padding: 20px;
	width: 329px;
	height: 93px;
	background-image: url('../imatges/banner_inici_quierecomprar.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

#sidebar {
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 8px;
}

.pestanyes {
	margin-bottom: -1px;
	min-height: 29px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url('../imatges/fons_pestanyes.jpg');
}
.pestanyes .p {
	display: block;
	float: left;
	padding: 0 13px;
	margin-right: 5px;
	border: 1px solid #dcdcd4;
	border-bottom: 0;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}
.pestanyes .select {
	margin-top: 4px;
	line-height: 28px;
	height:28px;
	background-color: #f5f4f0;
	color: #ee7f11;
}
.pestanyes .unselect {
	margin-top: 12px;
	line-height: 20px;
	height:20px;
	background-color: #e1e1d9;
}
.pestanyes .comparar {
	position: absolute;
	left: 645px;
	top: -13px;
	display: block;
	width: 90px;
	height: 67px;
	background-image: url('../imatges/comparar.gif');
	background-position: -90px 0px;
	color: #fff;
	text-align: center;
	line-height: 65px;
}
.pestanyes .comparar:hover {
	background-position: 0px 0px;
	color: #ff9e01;
}

#googleMaps {
	float: left;
	width: 435px;
	height: 200px;
	background-color: #f1f1f1;
	border: 3px solid #cecece;
	overflow: hidden;
}


/**************** LLISTES ****************/
.toferta {
	color: #ff8601;
}
table.list_vehicles {
	empty-cells: show;
}
.list_vehicles thead tr td > div {
	font-weight: bold;
	font-size: 11px;
	position: relative;
	cursor: pointer;
	float: left;
	height: 16px;
}
.list_vehicles thead tr td div.separador { width: 102px; }
.list_vehicles thead tr td div.img { width: 92px; }
.list_vehicles thead tr td div.marca { width: 210px; }
.list_vehicles thead tr td div.familia { width: 151px; }
.list_vehicles thead tr td div.km { width: 115px; }
.list_vehicles thead tr td div.any { width: 65px; }
.list_vehicles thead tr td div.preu { width: 100px; }
.list_vehicles thead tr td div div+div {
	margin-left: 12px;
}
.list_vehicles thead tr td div .f {
	position: absolute;
	bottom: 4px;
	left: 0px;
	width: 9px;
	height: 8px;
	background-image: url('../imatges/fletxes_taula.gif');
	background-repeat: no-repeat;
}
.list_vehicles thead tr td div .f1, .list_vehicles thead tr td div:hover .f3 {
	background-position: 0px 0px;
}
.list_vehicles thead tr td div:hover .f1, .list_vehicles thead tr td div .f3 {
	background-position: -18px 0px;
}
.list_vehicles thead tr td div .f2, .list_vehicles thead tr td div:hover .f4 {
	background-position: -9px 0px;
}
.list_vehicles thead tr td div:hover .f2, .list_vehicles thead tr td div .f4 {
	background-position: -27px 0px;
}
.list_vehicles tbody tr {
	cursor: pointer;
}
.list_vehicles tbody tr td {
	border: 1px solid #d2d2c6;
	border-left: 0;
	valign: center;
	padding: 0 19px;
	color: #5a5d64;
	font-size: 11px;
}
.list_vehicles tbody tr td.img {
	padding: 3px;
	width: 94px;
	background-color: #e9eae2;
	border-left: 1px solid #d2d2c6;
}
.list_vehicles tbody tr:hover td.img {
	background-color: #f5f4f0;
}
.list_vehicles tbody tr td.img img {
	width: 92px;
	height: 69px;
	border: 1px solid #d2d2c6;
}
.list_vehicles tbody tr td.marca {
	background-color: #e1e1d9;
	width: 172px;
}
.list_vehicles tbody tr td.marca a {
	text-decoration: underline;
}
.list_vehicles tbody tr:hover td.marca {
	background-color: #edece7;
}
.list_vehicles tbody tr:hover td.marca a {
	color: #ee7f11;
}
.list_vehicles tbody tr td.oferta {
	background-image: url('../imatges/picto_oferta.png');
	background-position: top right;
	background-repeat: no-repeat;
}
.list_vehicles tbody tr td.familia {
	background-color: #e9eae2;
	width: 113px;
}
.list_vehicles tbody tr:hover td.familia {
	background-color: #f5f4f0;
}
.list_vehicles tbody tr td.km {
	background-color: #e1e1d9;
	width: 77px;
	text-align: center;
}
.list_vehicles tbody tr:hover td.km {
	background-color: #edece7;
}
.list_vehicles tbody tr td.any {
	background-color: #e9eae2;
	width: 25px;
	text-align: center;
}
.list_vehicles tbody tr:hover td.any {
	background-color: #f5f4f0;
}
.list_vehicles tbody tr td.preu {
	background-color: #e1e1d9;
	width: 62px;
	text-align: center;
}
.list_vehicles tbody tr:hover td.preu {
	background-color: #edece7;
}

.paginacio {
	background-color: #fff;
	border-top: 1px solid #dcdcd4;
	text-align: right;
	line-height: 25px;
	height: 25px;
	width: 753px;
	margin-top: 20px;
	margin-bottom: -30px;
	margin-left: -10px;
	margin-right: -10px;
	padding-right: 10px;
}
.paginacio .select {
	color: #ffa700;
	font-weight: bold;
}

table.list_buscats {
	empty-cells: show;
}
.list_buscats thead tr td > div {
	font-weight: bold;
	font-size: 11px;
	position: relative;
	cursor: pointer;
	float: left;
}
.list_buscats thead tr td div.familia { width: 222px; }
.list_buscats thead tr td div.marca { width: 120px; }
.list_buscats thead tr td div.model { width: 140px; }
.list_buscats thead tr td div.km { width: 117px; }
.list_buscats thead tr td div.any { width: 65px; }
.list_buscats thead tr td div div+div {
	margin-left: 12px;
}
.list_buscats thead tr td div .f {
	position: absolute;
	bottom: 4px;
	left: 0px;
	width: 9px;
	height: 8px;
	background-image: url('../imatges/fletxes_taula.gif');
	background-repeat: no-repeat;
}
.list_buscats thead tr td div .f1, .list_buscats thead tr td div:hover .f3 {
	background-position: 0px 0px;
}
.list_buscats thead tr td div:hover .f1, .list_buscats thead tr td div .f3 {
	background-position: -18px 0px;
}
.list_buscats thead tr td div .f2, .list_buscats thead tr td div:hover .f4 {
	background-position: -9px 0px;
}
.list_buscats thead tr td div:hover .f2, .list_buscats thead tr td div .f4 {
	background-position: -27px 0px;
}
.list_buscats tbody tr {
	cursor: pointer;
}
.list_buscats tbody tr td {
	border: 1px solid #d2d2c6;
	border-left: 0;
	valign: center;
	padding: 10px 15px;
	color: #5a5d64;
	font-size: 11px;
}
.list_buscats tbody tr td.familia {
	width: 190px;
	background-color: #e1e1d9;
	border-left: 1px solid #d2d2c6;
}
.list_buscats tbody tr:hover td.familia {
	background-color: #edece7;
}
.list_buscats tbody tr td.marca {
	background-color: #e9eae2;
	width: 88px;
}
.list_buscats tbody tr:hover td.marca {
	background-color: #f5f4f0;
}
.list_buscats tbody tr td.model {
	background-color: #e1e1d9;
	width: 108px;
}
.list_buscats tbody tr:hover td.model {
	background-color: #edece7;
}
.list_buscats tbody tr td.km {
	background-color: #e9eae2;
	width: 85px;
	text-align: center;
}
.list_buscats tbody tr:hover td.km {
	background-color: #f5f4f0;
}
.list_buscats tbody tr td.any {
	background-color: #e1e1d9;
	width: 33px;
	text-align: center;
}
.list_buscats tbody tr:hover td.any {
	background-color: #edece7;
}
.list_buscats tbody tr td.contactar {
	border: 0;
	padding-left: 0;
	padding-right: 0;
	width: 83px;
	text-align: center;
	text-decoration: underline;
}
.list_buscats tbody tr:hover td.contactar {
	text-decoration: none;
	color: #ff9e01;
}


/**************** FORMULARIS ****************/
#iform {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
#forms_overlay {
	z-index: 998;
	display: none;
	position: absolute;
	background-color: #f5f4f0;
}
#forms_alert {
	z-index: 999;
	display: none;
	position: absolute;
	width: 337px;
	height: 107px;
	padding: 20px;
	text-align: center;
	background-image: url('../imatges/fons_gracies.png');
}
.form {
	
}
.form .separador, .form2 .separador {
	clear: both;
	height: 4px;
}
.form .separador2, .form2 .separador2 {
	clear: both;
	height: 8px;
}
.form .camp, .form .camp2 {
	width: 167px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}
.form .camp2 {
	text-indent: 10px;
}
.form .camp3 {
	width: 93px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}
.form .camp4 {
	width: 300px;
	margin-right: 10px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
}
.form .valor2 {
	float: left;
	width: 133px;
}
.form .valor2 input[type=text] {
	width: 133px;
}
.form .valor3 {
	width: 427px;
	padding: 3px;
	float: left;
	background-color: #ece9e2;
}
.form .valor3 .caracs {
	float: left;
	width: 33%;
}

.form .valor3 .caracs * {
	float: left;
}
.form .valor3 .caracs div {
	margin-left: 3px;
}
.form .valor4 {
	width: 140px;
	float: left;
}
.form .valor4 input {
	width: 140px;
	background-color: #f5f4f0;
	font-size: 12px;
	height: 15px;
}
.form .valor {
	width: 433px;
	float: left;
}
.form .valor input, .form .valor2 input {
	background-color: #ece9e2;
	font-size: 12px;
	height: 15px;
}
.form .valor textarea {
	background-color: #ece9e2;
	line-height: 15px;
	font-size: 12px;
	height: 15px;
	width: 433px;
	height: 110px;
}
.form .valor input[type=file] {
	height: 20px;
}
.form .valor .llarg {
	width: 433px;
}
.form .valor .mitja {
	width: 163px;
}
.form .valor .curt {
	width: 75px;
}
.form .valor .error {
	border: 1px solid #f00;
}
.form .acc_llei {
	background-color: #c1c1c1;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	padding: 2px;
	padding-left: 5px;
}
.form .inscr_news {
	padding: 2px;
	padding-left: 5px;
}
.form .inscr_news a {
	text-decoration: underline;
}
.form .cerror {
	color: #f00;
}
.form .acc_llei input[type=checkbox], .form .inscr_news input[type=checkbox] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 8px;
}
.form .llei {
	text-align: justify;
	font-size: 10px;
	line-height: 12px;
}
.form .enviar {
	border: 1px solid #bebebc;
	background-color: #ff9e01;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	height: 24px;
	width: 120px;
	cursor: pointer;
}


/*********** FITXA ***************/
.cont_fitxa {
	float: left;
	width: 348px;
}
.marc_imatge_fitxa {
	width: 340px;
	border: 1px solid #e2e2da;
	padding: 3px;
}
.marc_imatge_fitxa img {
	width: 340px;
}

.mes_info, .benviar_amic, .buscar {
	border: 1px solid #bfbfbf;
	padding: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}
.mes_info div, .benviar_amic div, .buscar div {
	background-color: #ff9e01;
	color: #fff;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
}
.mes_info:hover div, .benviar_amic:hover div, .buscar:hover div  {
	background-color: #fff;
	color: #ff9e01;
}
.enviar_amic{
	float: right;
	background-image: url('../imatges/enviar_amigo.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	font-size: 9px;
	line-height: 10px;
	text-align: right;
	cursor: pointer;
}
.download{
	float: left;
	background-color: #f5f4f0;
	background-image: url('../imatges/pdf.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
	font-size: 9px;
	line-height: 10px;
	cursor: pointer;
}

.info_fitxa {
	float: left;
	width: 370px;
	margin-left: 25px;
}
.info_fitxa .img {
	float: left;
	width: 92px;
	height: 69px;
	border: 1px solid #d2d2c6;
	margin-right: 44px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
	cursor: pointer;
}
.info_fitxa .img:hover, .info_fitxa .select {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.info_fitxa .last {
	margin-right: 0px;
}
.info_fitxa .info {
	float: left;
	display: block;
	width: 160px;
	text-align: right;
	padding: 2px 4px;
	background-color: #ece9e2;
}
.info_fitxa .valor {
	float: left;
	display: block;
	width: 192px;
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	padding: 2px 0;
}
.info_fitxa .valor2 {
	font-weight: bold;
	float: right;
	width: 192px;
	text-align: left;
}

#enviar_amic_overlay {
	z-index: 998;
	display: none;
	position: absolute;
	background-color: #333;
}
#enviar_amic {
	z-index: 999;
	display: none;
	position: absolute;
	top: 300px;
	width: 336px;
	height: 238px;
	padding: 20px;
	text-align: left;
	background-image: url('../imatges/fons_enviar_amic.png');
}
#enviar_amic .separador {
	clear: both;
	height: 2px;
}
#enviar_amic .separador2 {
	clear: both;
	height: 20px;
}
#enviar_amic .camp {
	width: 116px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}
#enviar_amic .valor {
	width: 220px;
	float: left;
}
#enviar_amic .valor input  {
	background-color: #ece9e2;
	font-size: 12px;
	height: 15px;
	width: 220px;
}

/********* PROCEDIMENT *************/
.img_procediment {
	float: left;
	width: 115px;
	text-align: center;
}
.text_procediment {
	float: left;
	width: 628px;
}
.text_procediment .text {
	height: 85px;
}
.important {
	color: #f00;
	font-size:16px;
}

