
body, table, input, select {
	font-family: Arial, Verdana;
	font-size: small;
	color: #666666;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}
a img { border:0px; }
/*** Neumáticos y llantas ************************************************************************/
.titulo  {
	font-weight: bold;
	color: #fff;
	padding-left: 35px;
	font-size: 10pt;
}

.rotulo {
	font-weight: bold;
	line-height: 23px;
	border-bottom: 1px dotted #ccc;	
	margin-bottom: 5px;
}

.rotulo2 {
	font-weight: bold;
	line-height: 23px;
	margin-bottom: 5px;
}

/*** Neumáticos ************/
#buscador_neumaticos {
	background-image: url(../../img/fondo_buscador_inicio.jpg);
	background-repeat: no-repeat;
	width: 290px;
	height: 357px;
	padding: 9px 10px 9px 15px;
}

#buscador_neumaticos .medidas {
	margin-top: 18px;
	height: 72px;
}

#buscador_neumaticos .marcas {
	margin-top: 8px;
	height: 56px;
}

#buscador_neumaticos .precios {
	margin-top: 12px;
	height: 56px;
}

#buscador_neumaticos .runflat {
	margin-top: 18px;
	height: 25px;
}

#buscador_neumaticos .recomendados {
	margin-top: 14px;
	height: 25px;
}

/*** Llantas ***************/
#buscador_llantas {
	background-image: url(../../img/fondo_buscador2_inicio.jpg);
	background-repeat: no-repeat;
	width: 290px;
	height: 282px;
	padding: 9px 10px 9px 15px;
}

#buscador_llantas .marcas {
	margin-top: 18px;
	height: 56px;
}

#buscador_llantas .modelos {
	margin-top: 14px;
	height: 56px;
}

#buscador_llantas .diametro {
	margin-top: 14px;
	height: 56px;
}

/*** Listados ************************************************************************************/
.listado {
	width: 100%;
}

.listado tr.b td {
	background-color: #eeeeee;
}

.listado td {
	height: 25px;
	padding-left: 2px;
}