/* ============================ */
/* PARTE DEL CATALOGO DE LA WEB */
/* ============================ */
h2.togglerCat {
    background-image: url(/img/bg-categories.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	color: #ffffff;
    cursor: pointer;
    font-family: Verdana;
	font-size: 0.65em;
	font-weight: bold;
    line-height: 24px;
    margin: 0 0 2px 0;
    padding: 3px 5px 4px;
	text-align: left;
	text-transform: uppercase;
}

h2.togglerCat:hover {
    background-image: url(/img/bg-categories.png);
	background-position: 0px -31px;
	background-repeat: no-repeat;
	color: #ffcc00;
    cursor: pointer;
    font-family: Verdana;
	font-size: 0.65em;
	font-weight: bold;
    line-height: 24px;
    margin: 0 0 2px 0;
    padding: 3px 5px 4px;
	text-align: left;
	text-transform: uppercase;
}

#contenedorWebContentContenidoMotorcare  .content {
    background-image: url(/img/bg-subcategories.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 0.65em;
	font-weight: normal;
}

#contenedorWebContentContenidoMotorcare  .content p {
    margin: 0.5em 0;
    padding: 0 6px 2px 6px;
	line-height: 30px;
}

#contenedorWebContentContenidoMotorcare  .content p a{
    text-decoration: none;
	color: #ffffff;
}

#contenedorWebContentContenidoMotorcare  .content p a:hover{
    text-decoration: underline;
	color: #ffffff;
}

#contenedorWebContentContenidoDerecha  h3 {
	background-image: url(/img/bg-registry.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
    color: #ffffff;
    cursor: pointer;
    font-family: Verdana;
	font-size: 0.75em;
	font-weight: bold;
    line-height: 24px;
    margin: 0 0 2px 0;
    padding: 3px 5px 4px;
	text-align: right;
	text-transform: uppercase;
}

#contenedorWebFormularioRegistroHome {
    min-height: 150px;
	height: auto;
	background-color: #000000;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 0.65em;
	font-weight: normal;
}

#contenedorWebFormularioRegistroHome p {
    margin: 0.5em 0;
    padding: 2px 3px 2px 3px;
	line-height: 14px;
	text-align: left;
	color: #ffffff;
}

img.ico-category {
	width: 22px;
	height: 22px;
	margin-top: 2px;
	margin-right: 2px;
}

font.buscadorProductos {
	color: #ffffff;
    cursor: pointer;
    font-family: Verdana;
	font-size: 0.65em;
	font-weight: bold;
    line-height: 24px;
	text-align: left;
	text-transform: uppercase;
}
