@charset "utf-8";
/* CSS Document */


.sindatosMarcas {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	font-weight:bold;
}


#searchItemsMenu {
	/*min-height:200px;*/
	float:left;
	width:175px;
}


#searchItemsMenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
}

#searchItemsMenu li {
	background-image: url(../images/marca_bkg.jpg);
	background-repeat: repeat-x;
	list-style:none;
	width:175px;
	/*height:50px;*/
	float:left;
	margin:0px;
	cursor:pointer;
}


.itemLogo {
	margin:0px;
	width:175px;
	/*height:40px;*/
}

