﻿@charset "utf-8";
/* CSS Document */

/* CARSYSTEM  */


/*ESTRURA DE PÁGINAS INTERNAS*/

.conteiner_display-produtos span.pAutos, .conteiner_display-produtos span.pBike, .conteiner_display-produtos span.pCamiones, .conteiner_display-produtos-ultimo span.pInmuebles {
	height:34px;
	margin:auto;
	display:block;
	margin-bottom:15px;
	text-indent:-9999px;
}
.conteiner_display-produtos span.pAutos {
	background:url(../imagens/paraCarros.gif) center top no-repeat;
}
.conteiner_display-produtos span.pBike {
	background:url(../imagens/paraMotos.gif) center top no-repeat;
	height:40px;
	margin-top:-6px;
}
.conteiner_display-produtos span.pCamiones {
	background:url(../imagens/paraCaminhoes.gif) center top no-repeat;
	height:36px;
	margin-top:-2px;
}
.conteiner_display-produtos-ultimo span.pInmuebles {
	background:url(../imagens/paraImoveis.gif) center top no-repeat;
	height:39px;
}




.produtoAutosHome, .produtoBikeHome, .produtoCamionesHome, .produtoInmueblesHome {
	height:150px;
	display:block;
	text-indent:-9999px;
}

.produtoAutosHome {
	background:url(../imagens/paraCarros_Home.gif) center 5px no-repeat;
}

.produtoBikeHome {
	background:url(../imagens/paraMotos_Home.gif) center 5px no-repeat;
}

.produtoCamionesHome {
	background:url(../imagens/paraCaminhoes_Home.gif) center 5px no-repeat;
}

.produtoInmueblesHome {
	background:url(../imagens/paraImoveis_Home.gif) center 5px no-repeat;
}