
.imgLogin{
	background: url(../img/strozzi.png) no-repeat !important;
}

.transparentFont {
    color:transparent;
}

.derecha {
text-align: right;
}

/*Select busqueda*/
   #divSelect .zelect {
      display: inline-block;
      background-color: white;
      width: 100%;
      cursor: pointer;
      line-height: 36px;
      border: 1px solid #cccccc;
      border-radius: 6px;
      position: relative;
      height: 34px;
    }
    #divSelect .zelected {
      padding-left: 10px;
    }
    #divSelect .zelected.placeholder {
      color: #999f82;
    }
    #divSelect .zelected:hover {
      border-color: #c0c4ab;
      box-shadow: inset 0px 5px 8px -6px #cccccc;
    }
    #divSelect .zelect.open {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    #divSelect .dropdown {
      background-color: white;
      border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #cccccc;
      border-top: none;
      position: absolute;
      left:-1px;
      right:-1px;
      top: 0px;
      z-index: 2;
    }
    #divSelect .dropdown input {
      font-family: sans-serif;
      outline: none;
      font-size: 14px;
      border-radius: 4px;
      border: 1px solid #cccccc;
      box-sizing: border-box;
      width: 100%;
      height: 34px;
      padding: 7px 0 7px 10px;
    }
    #divSelect .dropdown ol {
      padding: 0;
      margin: 3px 0 0 0;
      list-style-type: none;
      max-height: 150px;
      overflow-y: scroll;
    }
    #divSelect .dropdown li {
      padding-left: 10px;
    }
    #divSelect .dropdown li.current {
      background-color: #cccccc;
    }
    #divSelect .dropdown .no-results {
      margin-left: 10px;
    }
/*Select busqueda*/