.combobox_container {
	position: absolute;
	height: 27px;
	background-image: url(../img/combo-box-dondecomprar-02.png);
	background-repeat: no-repeat;
	z-index: 4500;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #1A171B;
	padding-top: 5px;
	padding-left: 30px;
	font-weight: normal;
	width: 152px;
}
.combobox_flecha {
	position: absolute;
	height: 23px;
	width: 53px;
	top: 6px;
	left: 101px;
}
.combobox_lista_container {
	position: absolute;
	width: 162px;
	top: 0px;
	left: -1px;
	overflow: visible;
	z-index: 2;
	padding-top: 26px;
}
.combobox_lista_item {
	position: relative;
	height: 18px;
	width: 162px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #003882;
	background-image: url(../img/combo-box_fondo_lista.png);
	background-repeat: repeat-y;
	z-index: 5000;
}
.combobox_lista_fondo {
	position: relative;
	height: 13px;
	width: 162px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #003882;
	background-image: url(../img/box_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
}
.combobox_control {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
}
.combobox_lista_txt {
	position: absolute;
	left: 8px;
	top: 0px;
	height: 14px;
	padding-top: 4px;
	padding-left: 7px;
	width: 138px;
}

.combobox_container2 {
	position: absolute;
	height: 24px;
	width: 119px;
	top: 2px;
	left: 0px;
	background-image: url(../img/pogoproveedores.png);
	background-repeat: no-repeat;
	z-index: 4500;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #1A171B;
	padding-top: 7px;
	padding-left: 25px;
	font-weight: normal;
}
.combobox_lista_container2 {
	position: absolute;
	width: 119px;
	top: 0px;
	left: 0px;
	overflow: visible;
	z-index: 2;
	padding-top: 24px;
}
.combobox_lista_item2 {
	position: relative;
	height: 18px;
	width: 119px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #003882;
	background-image: url(../img/combobox2_fondo.png);
	background-repeat: repeat-y;
}
.combobox_lista_txt2 {
	position: absolute;
	left: 3px;
	top: 0px;
	height: 14px;
	padding-top: 4px;
	padding-left: 7px;
	width: 105px;
	overflow: hidden;
}
.combobox_lista_fondo2 {
	position: relative;
	height: 13px;
	width: 119px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #003882;
	background-image: url(../img/combobox2_pie.png);
	background-repeat: no-repeat;
	background-position: top;
}


.combobox_container_grande {
	position: absolute;
	height: 24px;
	width: 210px;
	top: 2px;
	left: -45px;
	background-image: url(../img/icono_comparacion.png);
	background-repeat: no-repeat;
	z-index: 4500;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #1A171B;
	padding-top: 7px;
	padding-left: 25px;
	font-weight: normal;
}

.combobox_lista_container_grande {
	position: absolute;
	width: 210px;
	top: 0px;
	left: -45px;
	overflow: visible;
	z-index: 2;
	padding-top: 24px;
}
.combobox_lista_item_grande {
	position: relative;
	height: 18px;
	width: 210px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #003882;
	background-image: url(../img/combobox_fondo_grande.png);
	background-repeat: repeat-y;
}
.combobox_lista_txt_grande {
	position: absolute;
	left: 3px;
	top: 0px;
	height: 14px;
	padding-top: 4px;
	padding-left: 7px;
	width: 196px;
	overflow: hidden;
}
.combobox_lista_fondo_grande {
	position: relative;
	height: 13px;
	width: 210px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #003882;
	background-image: url(../img/combobox_pie_grande.png);
	background-repeat: no-repeat;
	background-position: top;
}
