/*Defaults Styling*/
div#selectuno {
	width:100%;
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #C74277;
	position: relative;
	z-index:4;

}
div#selectunogrande {
	width:100%;
	height: 48px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #C74277;
	position: relative;
	z-index:3;
}
div#selectcuatro {
	width:100%;
	height: 48px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #8EC641;
	position: relative;
	z-index:3;
}
div#selecttres {
	width:100%;
	height: 48px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #C74277;
	position: relative;
	z-index:2;
}
div#selectdos {
	width:100%;
	height: 48px;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #C74277;
		font-weight: bold;
	position:relative;
	z-index:5;
	
}

/*Selects*/
.NFSelect {
	position:static;
	border:1px solid transparent;
	width: 212px;

}
.NFSelectLeft {float:left; width:3px; background:url(img/select-left.png) no-repeat 0 0; height:47px;  vertical-align:middle;}
.NFSelectRight {
	height:47px;
	cursor:pointer;
	padding-left:3px;
	margin-left:3px;
	background-image: url(img/select-right.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	line-height: 46px;
	
}
.NFSelectTarget {
	position:absolute;
	background:none;
	margin-left:-13px;
	margin-top:47px;
	
	left:0;
	top:0;
	padding-bottom:13px;
	width: 100%;
	margin-right: 3px;
}
.NFSelectOptions {
	position:relative;
	margin-left:16px;
	margin-top:0;
	list-style:none;
	padding:4px 0;
	color:#C74277;
	z-index:4;
	max-height:200px;
	overflow-y:auto;
	overflow-x:hidden;
	left:0;
	top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 13px;
	font-weight: bold;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #999999;
}
.NFSelectOptions li {padding-bottom:1px;}
.NFSelectOptions a {
	display:block;
	text-decoration:none;
	color:#C74277;
	padding:2px 3px;
	background-image: none;
}
.NFSelectOptions a.NFOptionActive {
	color: #C74277;
}
.NFSelectOptions a:hover {
	background-color: #F0F0F0;
	color: #333333;
}
/*Hidden*/
.NFhidden {opacity:0; z-index:-1; position:relative;}
/*Safari*/
select {outline:none; resize:none;}

