
#motorResults {
    font-family: Arial, Helvetica, Sans, sans-serif, "Sans Serif";
    color: #444;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    border: 1px solid #ccc;
    overflow: auto;
    width: 350px;
    display: none;
}
#buscador_destino {
    width:100%;
}
#motorResults .search-row {
    padding: 5px;
    position: relative;
}



#motorResults .search-row:hover {
    background-color: #eee;
    cursor: pointer;
}

#motorResults .nom {
    text-transform: capitalize;
    font-size: 16px;
}

#motorResults .des {
    font-size: 12px;
    color: #888;
}

#motorResults .des span {
    text-transform: capitalize;
}

#motorResults .des .numH {
    float: right;
    padding-right: 2px;
    text-transform: lowercase;
}

#motorResults .seguir {
    background-color: #CEECF5;
    color: #666;
    padding: 5px;
    font-style: italic;
    font-size: 13px;
}


#motorResults .search-title {
    position: relative;
    width: 96%;
    padding: 20px 2%;
    display: block;
}

#motorResults .search-title .icon-hotel {
    position: absolute;
    top: 0;
    width: 16px;
    height: 18px;
    background: url("/desarrolloweb/img/motor/search.png") no-repeat 0 -42px;
}
#motorResults .search-title .icon-interes {
    position: absolute;
    top: 0;
    width: 16px;
    height: 18px;
    background: url("/desarrolloweb/img/motor/search.png") no-repeat 0 -61px;
}
#motorResults .search-title .icon-aero {
    position: absolute;
    top:-2px;
    width: 16px;
    height: 18px;
    background: url("/desarrolloweb/img/motor/search.png") no-repeat 0 -81px;
}

#motorResults .search-title .title{
    background-color: #fff;
    display: inline;
    position: absolute;
    top: 12px;
}
#motorResults .search-title .title .icon-name {
    display: inline-block;
    padding-right: 5px;
    padding-left: 20px;
    color: #0068A3;
}

#motorResults .search-title hr {
    border: 0;
    border-top: 1px solid #0068A3;
    height: 0;
}

#motor .pax{
    float:left;
}

#motor {
    width: 100%;
    float: left;
}
#motor .top, #motor .bottom {
    float: left;
    width: 100%;
}
#motor .top {
    background-color: #0068A3;
    padding: 10px 0;
}
#motor .bottom {
    background-color: #81A6AA;
}
#motor .content {
    margin: 0 auto;
    max-width: 1110px;
}
#motor label {
    display: block;
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#motor input[type="text"], #motor select {
    padding: 4px;
}
#motor select {
    width: 45px;
    margin: 0 2px;
}
#motor .clear {
    clear: both;
}

#motor .m-destino, #motor .m-fechas, #motor .m-noches, #motor .m-habs {
    margin: 5px 20px 0 0;
}
#motor .m-paxes {
    margin-top: 5px;
}
#motor .m-fechas {
    margin-top: 5px;
    margin-right: 5px;
}
#motor .m-fechas > div {
    margin-right: 10px;
}
#motor .m-fechas input {
    margin-right: 5px;
    width:90px;
}
#motor .m-destino {
    width: 210px;
    position: relative;
    float: left;
}
#motor #mt_tx_search{
    text-transform: uppercase;
    border: 1px solid #0068A3;
    width: 100%;
}

/* LISTA DE DESTINOS */
#motor #mt_lista_search {
    display: none;
}
#motor .mt_lista_search {
    margin-left: 1px;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-top: 0;
    display: none;
    float: left;
    padding: 4px;
    position: absolute;
    z-index: 9999;
    width: 500px;
}
#motor .mt_lista_search ul {
    background-color: #FFFFFF;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#motor .mt_lista_search ul li {
    float: left;
    font-size: 0.9em;
    padding: 5px 0;
    position: relative;
    width: 100%;
}
#motor .mt_lista_search ul li.first {
    border-top: 1px solid #ddd;
}
#motor .mt_lista_search ul li:first-child {
    border-top: 0 none;
}
#motor .mt_lista_search ul li div.d {
    float: left;
    padding: 1px 20px 1px 1px;
    text-transform: capitalize;
}
#motor .mt_lista_search ul li span.t2 {
    color: #666666;
    font-size: 0.8em;
    padding-left: 8px;
}
#motor .mt_lista_search ul li div.tag {
    background-image: url("/desarrolloweb/img/motor/search-b.png");
    background-position: right center;
    background-repeat: no-repeat;
    float: right;
    height: 16px;
    margin-right: 3px;
    width: 16px;
}
#motor .mt_lista_search ul li div.ico-p {
    background-position: right 0;
}
#motor .mt_lista_search ul li div.ico-r {
    background-position: right -22px;
}
#motor .mt_lista_search ul li div.ico-h {
    background-position: right -42px;
}
#motor .mt_lista_search ul li div.ico-i {
    background-position: right -61px;
}
#motor .mt_lista_search ul li.follow {
    padding-bottom: 1px;
}
#motor .mt_lista_search ul li.follow > span {
    background-color: #797878;
    color: #FFFFFF;
    display: block;
    padding: 2px 0;
    width: 100%;
}
#motor .mt_lista_search ul li.follow > span > strong {
    display: block;
    font-weight: normal;
    padding: 0 5px;
}
#motor .mt_lista_search ul li .t{
    color: #555555;
    float: right;
    font-size: 13px;
    margin-right: 2px;
    margin-top: 2px;
}
#motor ul#lista_destinos li:hover {
    background-color: #EEEEEE;
    cursor: default;
}

#motor .m-fechas, #motor .m-fent, #motor .m-fsal, #motor .m-noches, #motor .m-habs, #motor .m-paxes, #motor .m-paxes > div {
    float: left;
}

#motor #mt_fent, #motor #mt_fsal{
    /*z-index: 89;*/ 
    width: 90px;
    position: relative;
    border: 0;
}
#motor .m-fechas img {
    display: inline-block;
    vertical-align: middle;
}
#motor .m-noches {
    display: none;
}

#motor .m-paxes .m-hab1, #motor .m-paxes .m-hab3 {
    margin-right: 15px;
    width: 123px;
}
#motor #mt_adultos3, #motor #mt_nens3, #motor #mt_adultos4, #motor #mt_nens4 {
    margin-top: 10px;
}

#motor .m-boton {
    float: right;
    margin-top: 15px;
    box-shadow: -3px 3px 0px #fff;
}
#motor .m-boton:hover{
    box-shadow: -3px 3px 0px #f93;
}
#motor .m-boton button {
    background-color: #FF9933;
    border: 1px solid #FF9933;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
    padding: 7px 10px;
    text-transform: uppercase;
}
#motor .m-boton button:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #f93;
}

/* FILTROS */
#motor .mt-filtros{
    color: #fff;
    font-size: 0.9em;
    margin-top: 10px;
    position: relative;
    float: left;
    width: 100%;
}
#motor .mt-filtros .up, #motor .mt-filtros .down{
    font-size: 0.7em;
}
#motor .mt-filtro-button:hover{
    text-decoration: underline;
    cursor: pointer;
}
#motor .mt-filtros .up{
    display: none;
}
#motor .mt-filtro-box{
    display: none;
}
#motor .mt-filtro-box ul{
    width: 100%;
    float: left;
}
#motor .mt-filtro-box ul li{
    float: left;
    margin-right: 15px;
}
#motor .mt-filtro-box ul.precio {
    max-width: 375px;
    margin: 10px 0 20px 0;
}
#motor .mt-filtro-box ul.precio li {
    width: 96%;
}
#motor #mt-filtro-pre label{
    display: inline-block !important;
}
#motor #mt-filtro-pre span{
    color: #fff;
    float: right;
    font-size: .8em;
}
#motor .mt-filtro-box label{
    color: #fff !important;
}
#motor .mt-filtro-box select{
    width: 100% !important;
    margin-bottom: 15px;
}
#motor .mt-filtro-box .close{
    float: right;
    background: #fff;
    padding: 5px;
    text-transform: uppercase;
    box-shadow: -3px 3px 0px #ff9933;
    margin: 20px 0 0 0;
    color: #1a62aa;
}
#motor .mt-filtro-box .close:hover{
    text-decoration: underline;
    cursor: pointer;
}

@media all and (max-width:480px) {
    #motor label {
        margin: 5px 0;
        font-size: .9em;
    }
    #motor .content, #motor #mt_tx_search, #motor .mt_lista_search {
        width: 98%;
        padding: 1%;
        float: left;
        margin: 0;
    }
    #motor .m-boton {
        width: 100%;
    }
    #motor .m-boton button {
        width: 100%;
        padding: 10px 0;
    }
    #motor .m-destino {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #motor #mt_lista_search {
        top:89%;
    }
}


/*
@media all and (max-width:320px) {
    #motor .m-destino, #motor .m-fechas {
        margin: 5px 0;
        padding: 0;
        width: 100%;
        float: left;
    }
    #motor .m-fechas .m-fent {
        float: left;
    }
    #motor .m-fechas .m-fsal {
        float: right;
    }
}
*/
