/* SELECTORES *********************/
.zzzelect{
	float: left;
	margin-left: 5px;
	line-height: 15px;
	position: relative;
}
.btn_zzzelect{
	width: 116px;
	background: url(../img/select.png) no-repeat 0 2px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding: 0px 0 0px 10px;
	border: none;
	cursor: pointer;
	outline: none;
}
.zzzelect .opciones_zzzelect{
	width: 75px;
	position: absolute;
	top: 14px;
	background: #b09ce4;
	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: #9f8cd0;
}
/**********************************/