.cboVerde {
	background-color: #EAEAEA;
	/*
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	text-shadow: 2px 2px 15px #353535;
	
	-webkit-box-shadow: 0px 0px 5px #353535;
	-moz-box-shadow: 0px 0px 5px #353535;
	box-shadow: 0px 0px 5px #353535;
	
	font-family: Arial;
	font-weight: bold;
	*/
	color: #000;
	font-size: 15px;
	border: solid #ffffff 0px !important;
	text-decoration: none;
	padding-left: 1em;
	
	padding-right: 1em;
	cursor: pointer;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	display: block;
	max-width: 20em;
	max-width: none;
}

.cboVerde option {
	color: #000 !important;
	background-color: #EAEAEA !important;
	text-shadow: none;
}



.cboVerde :focus 
{
	background: #EAEAEA;
}

.wrapper .container section.contenido td div.btn-group .cboVerde{
	padding-top:0px;
}

.comboNew{
  
   position: relative;
   
}
.comboNew:after {
	
	height: 27px;
	display: block;
	content: '';
	position: absolute;
	top: 0;right: -5px;
	pointer-events: none;
	border: 0px solid #FFF;
	background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: #4AB937;
    background-image: url("../images/bullet--arrow--down.gif");    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto, auto auto;

	text-shadow: 2px 2px 15px #353535;
	font-family: Arial;
	color: #ffffff;
	font-size: 15px;
	
	text-decoration: none;
	padding-left: 1em;
	font-weight: bold;
	padding-right: 1em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	display: block;

}

.wrapper .container section.contenido select:focus{
	box-shadow: 0px 0px 2px 1px #353535;
    background: #EAEAEA;
}

.wrapper .container section.contenido .editable-container select{
	width:100%;
	border: none;
}
.wrapper .container section.contenido .editable-container select:focus{
	outline: none;
    text-shadow: none;
	background: #EAEAEA;
	
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	text-shadow: 2px 2px 15px #353535;
	-webkit-box-shadow: 0px 0px 5px #353535;
	-moz-box-shadow: 0px 0px 5px #353535;
	box-shadow: 0px 0px 5px #353535;
	font-family: Arial;
	color: #000;
	font-size: 15px;
	/*border: solid #ffffff 1px;*/
	text-decoration: none;
	padding-left: 1em;
	font-weight: bold;
	padding-right: 1em;
	cursor: pointer;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	display: block;
	max-width: 20em;	
}
.wrapper .container section.contenido .data{
	/*color: #F3763A;*/
	text-align:center; /*estaba right*/
	line-height: 0.95em;
	height: 10px;
	vertical-align: middle;
}

.wrapper .container section.contenido select
	{
	background-color: #EAEAEA;
	transition: all 0.35s ease-in-out 0s;
	width:100%;
	/*border: 1px solid #FFF;*/
	}