#combos {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	background-color:#666666;
	/*padding:2px 6px 1px 0px;*/
	width:194px;
	margin-top: 0px !important;
	margin-top: -3px;
}
.dhtmlselect{ /*style of DHTML Select Menu, main box */
	width: 110px; /*default  width of main box */
	left: 10px;
	background-color:#444444;
	border: 1px #333333 solid;
	position: relative;
	text-indent: 0.454em;
	cursor: pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:14px;
	color:#CCC;
	padding-left: 4px;
	padding-bottom:2px;
	margin-bottom:1px;
	text-align:left;
}
.dhtmlselect .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
	position: absolute;
	margin-left: -4px;
	margin-top: -1px;
	background-color:#333333;
	padding-bottom:2px;
	border:0px;
}
.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	left: -0.091em;
	width: 10.909em; /* 140 default width of drop down menu*/
	border: 1px solid black;
	display: none;
	z-index: 5;
	font-weight: normal;
	margin: -2px 0em 0em 0em;
	
}
.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	border-bottom: 0.091em solid #000000;
	padding: 0.091em 0em;
	text-indent: 0.454em;
	text-decoration: none;
	background-color:#444444;
	color:#CCC;
}
* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
	width: 100%;
}

.dhtmlselect .dropdown a:hover{
	background: #000000;
	color: #FFFFFF;
}
.caja{
	display: block;
	margin-left: 0.454em;
}

#dhtml_b_modelo {
	margin-top: 0px !important;
	margin-top: -10px;
}

#dhtml_b_version {
	margin-top: 0px !important;
	margin-top: -10px;
}

.dhtmlselect2{ /*style of DHTML Select Menu, main box */
	width: 100px; /*default  width of main box */
	left: 0px;
	background-color:#333333;
	border: 1px #333333 solid;
	position: relative;
	text-indent: 0.454em;
	cursor: pointer;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	line-height:14px;
	color:#FFFFFF;
	padding-left: 4px;
	padding-bottom:2px;
	margin-bottom:1px;
	text-align:left;
}
.dhtmlselect2 .downimage{ /*style of "down" image to the right of the DHTML Select Menu*/
	position: absolute;
	margin-left: -4px;
	margin-top: -1px;
	background-color:#333333;
	padding-bottom:2px;
	border:0px;
}
.dhtmlselect2 .dropdown{ /*style of Drop Down Menu that appears onMouseover */
	position: absolute;
	left: -0.091em;
	width: 100px; /* 140 default width of drop down menu*/
	border: 1px solid black;
	display: none;
	z-index: 5;
	font-weight: normal;
	margin: -2px 0em 0em 0em;
	
}
.dhtmlselect2 .dropdown a{ /*style of Drop Down Menu's links */
	width: auto;
	display: block;
	border-bottom: 0.091em solid #000000;
	padding: 0.091em 0em;
	text-indent: 0.454em;
	text-decoration: none;
	background-color:#333333;
	color:#FFFFFF;
}
* html .dhtmlselect2 .dropdown a{ /*IE 6 (and below) hack */
	width: 100%;
}
.dhtmlselect2 .dropdown a:hover{
	background: #000000;
	color: #FFFFFF;
}
