
/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.wrapper-dropdown-1 {
  
}

.wrapper-dropdown-1 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background-color: white;
    list-style: none;
    font-weight: normal; /* Cancels previous font-weight: bold; */

    /* Hiding */
    opacity: 0;
    pointer-events: none;
   /* color: white;*/
   z-index: 9999;

}

.wrapper-dropdown-1 .dropdown li  {
    display: block;
    text-decoration: none;
    padding: 0px 5px;
	
	border-bottom:1px solid #dfdfdf;
	border-top:1px solid #fff;padding:0 15px;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	line-height:34px;
	font-size:14px
	
	
	
}

/* Hover state */
.wrapper-dropdown-1 .dropdown li:hover {
 background: #00519f;
    color:white;
}

/* Active state */
.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

.wrapper-dropdown-1.active {
  

}
.txtSeleccion{
display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 9px;
  font-size:16px;

}
.ddl{
  font-family: BlissPro-ExtraBoldItalic;
  padding: 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance : none;
  background-image:url("../img/selector_menu_button_off.png");
  background-repeat: no-repeat;
  background-position: right; 
   background-color: white;
      width: 869px;
  margin-left: 5px;
  cursor: pointer;
  position: relative; /* Enable absolute positionning for children and pseudo elements */
  outline: none;
  padding: 10px;
  text-align: left;
  height: 41px;
  color:#666666;
    padding-top: 12px;
}
.ddl:hover{

    background-image:url("../img/selector_menu_button_on.png");
  background-repeat: no-repeat;
  background-position: right; 
}

.ddl.grisHome{
   border: solid 1px #ccc;
  width: 578px;
  margin: 0;
  font-size: 16px;
}
.ddl span{
	display:block;
	position:absolute;
	top:7px;}

.modal-body.grisHome{
  position: relative;
 
   padding: 5px 10px 10px 10px;
    background-color: #fcfcfc;}
.modal-content.grisHome {
  width: 600px;
  margin: 0 auto;}
 .modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 16px;
  border-bottom: solid 1px #ccc;
  color: #00519f;
  font-weight: bold;
   font-family: BlissPro-Medium;
   text-align:left;
}
button.close.grisHome {
  width: 35px !important;
  height: 23px !important;
}
button.close.grisHome img{
	  width: 15px;
  height: auto;
  position: absolute;
  top: 8px;
  right: 10px;}
.modal.grisHome{
  margin-left: auto;
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0px;
  z-index: 99999;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  margin-top: -42px;
}



