/* SELECTORES *********************/
.zzzelect{
	position: relative;
	margin: -15px 0 0 115px;
	line-height: 15px;
}
.btn_zzzelect{
	width: 116px;
	height: 20px;
	
	background: url(../img/select.png) no-repeat 0 5px !important;
	background-image: none;
 	filter: none !important;
 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/select.png', sizingMethod='crop');

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 3px 0 0px 10px;
	border: none;
	cursor: pointer;
	outline: none;
}
.zzzelect .opciones_zzzelect{
	width: 75px;
	position: absolute;
	top: 19px;
	background: #a18c76;
	border-bottom: 1px solid #67594c;
	left: 0;
	display: none;
}
.zzzelect .opciones_zzzelect a{
	display: block;
	width: 100%;
	text-decoration: none;
	text-indent: 5px;
	border-top: 1px solid #67594c;
}
.zzzelect .opciones_zzzelect a:hover{
	background: #847262;
}
/**********************************/