.toast-message{
    display: none;
    width:290px;
    height:20px;
    height:auto;
    position:absolute;
    left: 32%;
    margin-left:-100px;
    bottom:40px;
    background-color: #383838;
    color: #F0F0F0;
    font-size: 13px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}
/* =============================================================================
--------------------------- STYLES LEFT-COL  ----------------------------------
=============================================================================== */
#left-col{
    width: 150px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 15px;
}
.search-frame, .filter-frame{
    width: 100%;
    background-color: white;
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: left;
    border: 1px solid #9FA0A5;
}
.search-frame .title-content{
    width: 100%;
    float: left;
    height: 30px;
    background: url('/images/frontend/title-search.png');
    margin-bottom: 5px;
}
.filter-frame .title-content{
    width: 100%;
    float: left;
    height: 30px;
    background: url('/images/frontend/title-filter.png') no-repeat;
    margin-bottom: 5px;
}
.search-frame, .announcer-frame{
    width: 100%;
    background-color: white;
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: left;
    border: 1px solid #9FA0A5;
}
.announcer-frame .title-content{
    width: 100%;
    float: left;
    height: 30px;
    background: url('/images/frontend/title-anunciante.png') no-repeat;
    margin-bottom: 5px;
}

/* =============================================================================
------------------------------ USER SEARCH -------------------------------------
=============================================================================== 

#user-search{
    padding: 0px 0px 0px 5px;
    float: left;
    padding-bottom: 0;
}
#user-search .advice-type-selector{
    margin-top: 4px;
}
#user-search .advice-type-selector li{
    float: left;
}
#user-search .advice-type-selector li select{
    width: 140px;
    margin-top: 5px;
    margin-bottom: 8px;
}
#user-search .advice-type-selector li.advice-type{
    float: right;
}
#user-search .search-parameters li{
    padding-right: 15px;
    margin-bottom: 1px;
    width: 125px;
    background-color: #E6E8EC;
}
#user-search .search-parameters{
    margin-top: 10px;
    margin-bottom: 10px;
}
#user-search .search-type,
#user-search .search-value{
    font-size: 12px;
    font-weight: bold;
}
#user-search .search-value{
    color: #4B4B4C;
    font-size: 13px;
    margin-left: 10px;
    float: left;
    margin-top: 4px;
    margin-bottom: 4px;
}
#user-search .search-type{
    position: relative;
    padding-right: 25px;
}
#user-search .search-type.top{
    padding-right: 5px;
}
#user-search select{
    *width: 110px;
    min-width: 110px;
}
#user-search .remove{
    vertical-align: bottom;
    width: 7px;
    height: 7px;
    position: absolute;
    right: -3px;
    top: 0;
    cursor: pointer;
    padding-top: 8px;
}

.btn-save .user-search-actions li{
    width: 60px;
    height: 34px;
    font-size: 10PX;
    font-weight: BOLD;
    background: url(/images/frontend/red-button-cuadrado.png) no-repeat;
    float: left;
    color: white;
    margin: 0 3px;
    padding: 3px;
}

.inmuebles .btn-save .user-search-actions li{
    background: url(/images/frontend/inmuebles/orange-button-cuadrado.png) no-repeat;
}
.empleos .btn-save .user-search-actions li{
    background: url(/images/frontend/empleos/green-button-cuadrado.png) no-repeat;
}
.varios .btn-save .user-search-actions li{
    background: url(/images/frontend/varios/blue-button-cuadrado.png) no-repeat;
}

.btn-save .alerts-disabled li{
    width: 145px !important;
    height: 34px;
    font-size: 10px;
    font-weight: bold;
    background: url(/images/frontend/red-button-rectangular_140x31.png) no-repeat;
    background-color: transparent;
    color: white;
    margin: 0 3px;
    padding: 8px 3px 3px 0px;
    text-align: center;
}

.inmuebles .btn-save .alerts-disabled li{
    background: url(/images/frontend/inmuebles/orange-button-rectangular_145x31.png) no-repeat;
}
.empleos .btn-save .alerts-disabled li{
    background: url(/images/frontend/empleos/green-button-rectangular_145x31.png) no-repeat;
}
.varios .btn-save .alerts-disabled li{
    background: url(/images/frontend/varios/blue-button-rectangular_145x31.png) no-repeat;
}

.btn-save .user-search-actions li.applysearch {
    width: 145px !important;
    height: 25px;
    font-size: 10PX;
    font-weight: BOLD;
    background: url(/images/frontend/red-button-rectangular_140x31.png) no-repeat;
    float: left;
    color: white;
    margin: 0 3px;
    padding: 3px;
    padding-top: 6px;
    padding-left: 17px;
}

.inmuebles .btn-save .user-search-actions li.applysearch {
    width: 145px !important;
    height: 25px;
    font-size: 10PX;
    font-weight: BOLD;
    background: url(/images/frontend/inmuebles/orange-button-rectangular_145x31.png) no-repeat;
    float: left;
    color: white;
    margin: 0 3px;
    padding: 3px;
    padding-top: 6px;
    padding-left: 17px;
}

.varios .btn-save .user-search-actions li.applysearch {
    width: 145px !important;
    height: 25px;
    font-size: 10PX;
    font-weight: BOLD;
    background: url(/images/frontend/varios/blue-button-rectangular_145x31.png) no-repeat;
    float: left;
    color: white;
    margin: 0 3px;
    padding: 3px;
    padding-top: 6px;
    padding-left: 17px;
}

.empleos .btn-save .user-search-actions li.applysearch {
    width: 145px !important;
    height: 25px;
    font-size: 10PX;
    font-weight: BOLD;
    background: url(/images/frontend/empleos/green-button-rectangular_145x31.png) no-repeat;
    float: left;
    color: white;
    margin: 0 3px;
    padding: 3px;
    padding-top: 6px;
    padding-left: 17px;
}
/* =============================================================================
-------------------------------- MIDDLE COL -----------------------------------
=============================================================================== */
#middle-col{
    float: left;
    width: 648px;
    margin-right: 15px;
}

#search-results-frame{
    margin-top: 10px;
    background-color: white;
}

#search-results-frame .pager{
    float: left;
    width: 100%;
}
/* =============================================================================
------------------------- SEARCH RESULTS ADVICES -------------------------------
=============================================================================== */

/*__RESULTS_TOP__*/

#search-results-frame .results-top{
    font-size: 13px;
    height: 1%;
    overflow: hidden;
    padding: 10px 10px;
    border-bottom: 3px solid silver;
    border-left: none;
    border-right: none;
    background-color: white;
}
.results-top .red-button-xlarge{
    font-size: 11px;
}
/* Fix IE */
.results-top .red-button-xlarge{
    font-size: 10px\9
}
/* Fix IE */
.results-top .red-button-xlarge{
    padding-top: 8px\9
}

#search-results-frame #header-pager{
    width: 130px;
    float: right;
}

#search-results-frame #header-pager .caption{
    text-align: center;
    width: 130px;
    font-weight: bold;
}

#search-results-frame #header-pager select, #search-results-frame #order-rs select{
    width: 120px;
}
#search-results-frame #order-rs{
    width: 130px;
    float: right;
}
#search-results-frame #order-rs .caption{
    padding-left: 20px;
    font-weight: bold;
}
#search-results-frame #compare-functionality{
    position: fixed;
    left: 49%;
    bottom: -1px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 4px 0 5px;
}

#search-results-frame #compare-functionality #compare-container{
    background-color: #f0f0f0;
    z-index: 1;
    padding: 5px 0px 5px 0px;
    /* border: #414141 4px solid; */
    color: #535353;
    left: inherit;
    bottom:32px;
    top: auto;
    border-radius: 0;
    position: fixed;
}

#search-results-frame #compare-functionality #compare-container a{
    cursor: default;
}

#search-results-frame #compare-functionality .delete_item_compare{
    float:right;
    font-weight: bold;
    line-height: 21px;
    padding: 0 6px 0 17px;
    cursor: pointer;
}

#search-results-frame #compare-functionality .caret{
    background: url(/images/frontend/caret-icon.png) 0px 0px no-repeat;
    width: 17px;
    display: inline-block;
    float: none;
}

#search-results-frame #compare-functionality .caret-up{
    background: url(/images/frontend/caret-icon-up.png) 0px 0px no-repeat;
    width: 17px;
    display: inline-block;
    line-height: 17px;
}
#search-results-frame #compare-functionality #compare-list-button{
    width: 188px;
    cursor: pointer;
    padding: 6px;
    color: #FFFFFF;
    font-weight: bold;
    float: left;
    font-size: 12px;
}

#search-results-frame #compare-functionality #compare-list-button label{
    cursor: pointer;
}

#search-results-frame #compare-functionality #compare-button .red-button-xlarge{
    float: left;
}

#search-results-frame #compare-functionality .compare{
    font-size: 12px;
    color: #FFFFFF !important;
    line-height: 30px;
    font-weight: bold;
    width: auto;
    padding: 0 22px 0 6px;
    height: 28px;
    float: left;
    margin-left: 6px;
    background-image: url('/images/frontend/arrow-right2.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.autos #search-results-frame #compare-functionality .compare,
.autos #search-results-frame #compare-functionality #compare-list-button{
    background-color: #F40000;
}

.inmuebles #search-results-frame #compare-functionality .compare,
.inmuebles #search-results-frame #compare-functionality #compare-list-button{
    background-color: #FF9002;
}

.empleos #search-results-frame #compare-functionality .compare,
.empleos #search-results-frame #compare-list-button {
    background-color: #279308;
}

.varios #search-results-frame #compare-functionality .compare,
.varios #search-results-frame #compare-functionality #compare-list-button {
    background-color: #055BD5;
}

#search-results-frame #order-container table{
    width: 100%;
}
#search-results-frame #order-container .results{
    text-align: right;
}
#search-results-frame #order-container .order-title{
    font-size: 13px;
    font-weight: bold;
    width: 85px;
}
#search-results-frame #order-container .order-filters{
    width: 305px;
}
#search-results-frame #order-container .order-filters li{
    margin-right: 8px;
}
#search-results-frame #order-container .order-filters li.last{
    margin-right: 0px;
}
#search-results-frame #order-container .order-filters a{
    font-size: 13px;
    color: black;
    padding: 1px 6px 2px;
}
#search-results-frame #order-container .order-filters a:hover{
    background: #e3e3e3;
    color: #333333;
}
#search-results-frame #order-container .order-filters a.active{
    font-weight: bold;
    color: white;
}
.autos #search-results-frame #order-container .order-filters a.active{ background: url(../../images/producto/bg-menu.png) left top repeat-x; }
.inmuebles #search-results-frame #order-container .order-filters a.active{ background: url(../../images/producto/inmuebles/bg-menu.png) left top repeat-x; }

#search-results-frame #order-container .order-filters .direction{
    width: 9px;
    height: 8px;
    display: none;
    background: url(../../images/producto/order-arrow.png) left top no-repeat;
}
#search-results-frame #order-container .order-filters a.asc .direction{
    background-position: left top;
    display: inline-block;
}
#search-results-frame #order-container .order-filters a.desc .direction{
    background-position: right top;
    display: inline-block;
}

#search-results-frame #advices-container-list{
    float: left;
    width: 100%;
    /*    padding: 10px;*/
}

#search-results-frame .frame-content.favorites{
    float:left;
    min-width: 648px;
}

/*Estilos para la preview de impresion*/
#search-results-frame.print .frame-content .advice.grid,
#search-results-frame.print .frame-content .recommend,
#search-results-frame.print .frame-content .brief_actions{
    display: none;
}
#search-results-frame.print .frame-content .advice.lineal{
    margin-bottom: 10px;
}
#search-results-frame.print .frame-content .stadistics_data{
    width: 250px;
}
#main-wrapper #print-container #print-header,
#main-wrapper #print-container #print-footer {
    width: 700px;
}

/* =============================================================================
---------------------------- BRIEF STYLE ADVICE --------------------------------
=============================================================================== */
#search-results-frame.grid #advices-container-list .lineal.advice{
    display: none!important;
}

#search-results-frame.linear #advices-container-list .grid.advice{
    display: none!important;
}
.grid .change-view{
    background: url("/images/frontend/list-style.png") no-repeat scroll right 0 transparent;
    width: 22px;
    height: 20px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    margin-top: 10px;
}
.linear .change-view{
    background: url("/images/frontend/grid-style.png") no-repeat scroll right 0 transparent;
    width: 22px;
    height: 20px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    margin-top: 10px;
}
/*__LINEAL ADVICE__*/
.advice.lineal{
    height: 110px;
    padding: 10px;
    margin-bottom: 2px;
    background-color: white;
    border: 2px solid #989A9F;
    margin-bottom: 5px;
    /*    border-bottom: 2px dotted #989A9F;
        border-left: 3px solid white;
        border-top: 3px solid white;
        border-right: 3px solid white;*/
}
.empleos .advice.lineal {
  height: 120px;
}
.advice.lineal a{
    color: black;
}
.advice.lineal:hover{
    border: 2px solid #D10000;
    cursor: auto;
}
.empleos .advice.lineal{
    padding: 5px 20px;
}
.empleos .advice.lineal:hover{
    border: 2px solid #279308;
}
.varios .advice.lineal:hover{
    border: 2px solid #055BD5;
}
.inmuebles .advice.lineal:hover{
    border: 2px solid #FF9002;
}
.favorites .brief_actions .advice-brief-actions .icon.favorite{
    display: none;
}
.advice.lineal .checkbox{
    position: relative;
    height: 22px;
    float: left;
    width: 100px;
    padding-top: 5px;
}
.advice.lineal .checkbox.has-tag{
    padding-bottom: 8px;
}
.advice.lineal .checkbox .advice-checkbox{
    float: left;
}
.advice.lineal .checkbox .checkbox-trigger{
    cursor: pointer;
    float: left;
    position: absolute;
    left: 0;
    padding-left: 15px;
    font-weight: bold;
}
/*.advice.lineal .image{
    width: 127px;
    height: 88px;
    float: left;
    margin-right: 15px;
}

.advice.lineal .image a{
    width: 127px;
    height: 88px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.advice.lineal .image .advice-image{
    width: 127px;
    height: 88px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}*/
.advice.lineal .image{
    width: 170px;
    height: 109px;
    float: left;
    margin-right: 15px;
}

.advice.lineal .image a{
    width: 170px;
    height: 109px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.advice.lineal .image .advice-image{
    width: 170px;
    height: 109px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.advice.lineal .image .tag{
    position: absolute;
    margin-top: -12px;
    margin-left: -10px;
}
.inmuebles .advice.lineal .image .tag{
    position: absolute;
    margin-top: -6px;
    margin-left: -6px;
}

.advice.lineal .conteint_advice_info{
    float: left;
    width: 407px;
    height: 80px;
    border-bottom: 1px solid #D8DADE;
}
.empleos .advice.lineal .conteint_advice_info{
    width: 550px;
    height: 65px;
}

.advice.lineal .main-info{
    float: left;
    width: 295px;
    height: 80px;
}
.empleos .advice.lineal .main-info{
    width: 100%;
    height: auto;
}

.advice.lineal .customer{
    width: 80px;
    height: 75px;
    margin-left: 15px;
    float: left;
}
.advice.lineal .customer .logo img{
    width: 80px;
    height: 75px;
    border: 1px solid #D4D5D8;
}

.advice.lineal .advice_actions{
    float: left;
    width: 415px;
    height: 20px;
    margin-top: 5px;
}
.empleos .advice.lineal .advice_actions{
    width: 550px;
}
.advice_actions .stadistics_data{
    float: left;
    width: 206px;
    height: 22px;
    padding-top: 5px;
}
.empleos .advice_actions .stadistics_data{
    /*margin-top: 5px;*/
}

.empleos .advice_actions .brief_actions{
    /*float: left;*/
}

.advice_actions .recommend,
.stadistics .recommend{
    width: 94px;
    height: 24px;
    float: left;
    background: url(../../images/frontend/fb-recommend.png) left top no-repeat;
}

.advice_actions .recommend {
    margin-left: 5px;
}

.stadistics .recommend {
    margin-top: 5px;
}

.advice_actions .brief_actions{
    float: left;
    width: auto;
    height: 22px;
}
.empleos .advice_actions .brief_actions {
  float: right;
}
/*__GRID ADVICE__*/

.advice.grid{
    height: 250px;
    width: 275px;
    padding: 10px;
    float: left;
    margin: 5px;
    background-color: white;
    border: 2px solid #989A9F;
}
.advice.grid a{
    color: black;
}
.advice.grid .title-advice{
    float:left;
    width: 100%;
    border-bottom: 2px dotted silver;
}
.advice.grid .title-advice .title{
    float:left;
    width: 206px;
    font-size: 17px;
    color: #464850;
    font-weight: bold;
    padding-bottom: 2px;
    height: 42px;
}

.advice.grid:hover{
    border: 2px solid #D10000;
    cursor: auto;
}
.varios .advice.grid:hover{
    border: 2px solid #055BD5;
}
.inmuebles .advice.grid:hover{
    border: 2px solid #FF9002;
}
.empleos .advice.lineal:hover{
    border: 2px solid #279308;
}
.advice.grid .checkbox{
     float: left;
     position: relative;
     width: 68px;
}
.advice.grid .advice-checkbox{
    position: absolute;
    right: 0;
}
.advice.grid .checkbox .checkbox-trigger{
    font-weight: bold;
    position: absolute;
    padding-right: 15px;
    cursor: pointer;
}
.advice.grid .info-advice{
    float: left;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid #D8DADE;
}
.advice.grid .image{
    width: 160px;
    height: 110px;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.advice.grid .image a{
    width: 160px;
    height: 110px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.advice.grid .image .advice-image{
    width: 160px;
    height: 110px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.advice.grid .image .tag{
    position: absolute;
    margin-top: -12px;
    margin-left: -10px;
}
.advice.grid .conteint_advice_info{
    float: left;
    width: 110px;
    margin-top: 10px;
}



/* Estilos para inmuebles */

.advice.grid .image-inmuebles{
    float: left;
    height: 110px;
    margin-right: 5px;
    margin-top: 6px;
    width: 160px;
}

.advice.grid .image-inmuebles a{
    width: 127px;
    height: 88px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.advice.grid .image-inmuebles .advice-image{
    display: inline-block;
    /*height: 110px;*/
    width: 160px
}
.advice.grid .image-inmuebles .tag{
    position: absolute;
    margin-top: -12px;
    margin-left: -10px;
}

/* *********************** */



.advice.grid .main-info{
    float: left;
    height: 80px;
    width: 100%;
}
.advice.grid .customer .logo img{
    width: 80px;
    height: 75px;
    border: 1px solid #D4D5D8;
}

.advice.grid .advice_actions{
    float: right;
    height: 20px;
    margin-top: 5px;
}

.advice.grid .stadistics{
    float: left;
    margin-top: 10px;
    width: 100%;
}
.advice.grid .stadistics .publication-data{
    float: left;
    width: 50%;
}
.advice.grid .stadistics .customer{
    float:right;
    width: 80px;
    height: 75px;
}
/*__END GRID ADVICE__*/
/*---- ADVICE BRIEF ADVICE -----*/

.advice_actions .brief_actions .advice-brief-actions .icon{
    width: 22px;
    height: 22px;
    margin-right: 1px;
    float: left;
    display: inline;
    overflow: hidden;
}
.advice_actions .brief_actions .advice-brief-actions .icon:hover{
    background-position: left bottom;
}
.advice_actions .brief_actions .advice-brief-actions .comments{
    background: url('/images/frontend/icon_advice_comment.png') left top;
}
.advice_actions .brief_actions .advice-brief-actions .denunciate{
    background: url('/images/frontend/icon_advice_denuciate.png') left top;
}
.advice_actions .brief_actions .advice-brief-actions .share{
    background: url('/images/frontend/icon_advice_share.png') left top;
}
.advice_actions .brief_actions .advice-brief-actions .favorite{
    background: url('/images/frontend/icon_advice_marks.png') left top;
}

.empleos .advice_actions .brief_actions .advice-brief-actions .comments{
    background: url('/images/frontend/empleos/icon_advice_comment.png') left top;
}
.empleos .advice_actions .brief_actions .advice-brief-actions .denunciate{
    background: url('/images/frontend/empleos/icon_advice_denuciate.png') left top;
}
.empleos .advice_actions .brief_actions .advice-brief-actions .share{
    background: url('/images/frontend/empleos/icon_advice_share.png') left top;
}
.empleos .advice_actions .brief_actions .advice-brief-actions .favorite{
    background: url('/images/frontend/empleos/icon_advice_marks.png') left top;
}
.empleos .advice_actions .brief_actions .advice-brief-actions .comments:hover{
    background: url('/images/frontend/empleos/icon_advice_comment.png') left bottom;
}
.empleos .advice_actions .brief_actions .advice-brief-actions .denunciate:hover{
    background: url('/images/frontend/empleos/icon_advice_denuciate.png') left bottom;
}
.empleos .advice_actions .brief_actions .advice-brief-actions .share:hover{
    background: url('/images/frontend/empleos/icon_advice_share.png') left bottom;
}
.empleos .advice_actions .brief_actions .advice-brief-actions .favorite:hover{
    background: url('/images/frontend/empleos/icon_advice_marks.png') left bottom;
}

.advice_actions .brief_actions .advice-brief-actions .icon a{
    padding-left: 22px;
    float: left;
}

.autos #search-results-frame .advice:hover{ border-color: #D10000; }
/*.inmuebles #search-results-frame .advice:hover{ border-color: #00629D; }*/

#search-results-frame .advice .main-info .title{
    font-size: 17px;
    margin-top: 5px;
    color: #464850;
    font-weight: bold;
}

.autos #search-results-frame .advice.lineal .main-info .title,
.inmuebles #search-results-frame .advice.lineal .main-info .title,
.varios #search-results-frame .advice.lineal .main-info .title{
    margin-top: -8px!important;
}
#search-results-frame .advice .main-info .subtitle{
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 5px;
    color: grey;
}
.empleos #search-results-frame .advice .main-info .subtitle{
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
#search-results-frame .advice .main-info .price{
    font-size: 15px;
    font-weight: bold;
    color: #D10000;
}

.inmuebles #search-results-frame .advice .main-info .price{
    color: #FF9002;
}
.varios #search-results-frame .advice .main-info .price{
    color: #055BD5;
    font-size: 12px!important;
}
#search-results-frame .advice .main-info .info{
    color: #888888;
    font-size: 12px;
    margin-top: 7px;
}
#search-results-frame .advice .other-info{
    text-align: right;
    padding-right: 8px;
}
#search-results-frame .advice .other-info .price{
    font-size: 22px;
    font-weight: bold;
    color: #990000;
}
.autos #search-results-frame .advice .other-info .price{ color: #990000; }
.inmuebles #search-results-frame .advice .other-info .price{ color: #00629D; }

#search-results-frame .advice .other-info .kilometers{
    font-size: 18px;
}
#search-results-frame .advice .customer .sell-title{
    font-size: 11px;
    color: #888888;
    margin-top: -15px;
    *margin-top: 0px;
    padding: 2px 0;
}



/*__FEATURED_ADVICES__*/

#search-results-frame .featured-advice{
    background-color: #fbffcb;
}

/*__PRINT__*/

#search-results-frame.print .advice,
#search-results-frame.print .advice:hover{
    border: 3px solid #e7e7e7;
}
#search-results-frame.print .featured-advice,
#search-results-frame.print .featured-advice:hover{
    border: 3px solid #fbffcb;
}

.count_advice{
    width: 628px;
    height: 30px;
    border-bottom: 2px dotted #989A9F;
    padding: 10px 0px 0px 0px;
    margin-bottom: 5px;
}

.count_advice .total_advice{
    font-size: 18px;
    font-weight: bold;
    color: #D10000;
    margin-left: 10px;
}

/* =============================================================================
------------------------------ GRID ACTIONS ------------------------------------
=============================================================================== */

#search-results-frame #search-results .grid-actions{
    background: none;
    margin-top: 5px;
}
#search-results-frame #search-results .grid-actions li{
    font-weight: normal;
}
#search-results-frame #search-results .grid-actions .checkbox{
    padding: 7px 0 11px;
}

#advices-container{
    padding: 0px 10px 0px 10px;
    /*float: left;*/
    /*width: 100%;*/
}

/* =============================================================================
---------------------------- SEARCH PARAMETERS ---------------------------------
=============================================================================== */

#search-parameters-frame .frame-title{
}

#search-parameters-frame .category{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}
#search-parameters-frame .from-to-input{
    width: 90px;
}
#search-parameters-frame .select2{
    margin-bottom: 5px;
}
<<<<<<< HEAD
#search-parameters-frame .value-from, #search-parameters-frame .value-to{
    line-height: 25px;
    color: #444;
    padding-left: 6px;
    border: 1px solid #aaa;
    height: 25px;
    box-sizing: border-box;
    width: 112px;
    font-size: 13px;
}
#search-parameters-frame .value-to{
    margin-top: 2px;
}
#search-parameters-frame .filter-submit{
    width: 112px;
    margin-top: 2px;
    height: 25px;
    background-color: #FF9002;
    cursor: pointer;
    font-size: 10PX;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    -moz-box-shadow:    2px 2px 0px 1px #ccc;
    -webkit-box-shadow: 2px 2px 0px 1px #ccc;
    box-shadow:         2px 2px 0px 1px #ccc;
}
=======
#search-parameters-frame .value-from, #search-parameters-frame .value-to{
    line-height: 25px;
    color: #444;
    padding-left: 6px;
    border: 1px solid #aaa;
    height: 25px;
    box-sizing: border-box;
    width: 112px;
    font-size: 13px;
}
#search-parameters-frame .value-to{
    margin-top: 2px;
}
#search-parameters-frame .filter-submit{
    width: 112px;
    margin-top: 2px;
    height: 25px;
    background-color: #FF9002;
    cursor: pointer;
    font-size: 10PX;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    -moz-box-shadow:    2px 2px 0px 1px #ccc;
    -webkit-box-shadow: 2px 2px 0px 1px #ccc;
    box-shadow:         2px 2px 0px 1px #ccc;
}
>>>>>>> mejora_buscador
#search-parameters-frame .category .options .option:hover,
#search-parameters-frame .category .options .option:hover .quantity{
    color: grey!important;
}
.autos #search-parameters-frame .category .options .option:hover,
.autos #search-parameters-frame .category .options .option:hover .quantity {
    color: grey!important;
}
.inmuebles #search-parameters-frame .category .options .option:hover,
.inmuebles #search-parameters-frame .category .options .option:hover .quantity{
    color: grey!important;
}

#search-parameters-frame .options{
    font-size: 13px;
    margin: 5px 0 5px 5px;
}
#search-parameters-frame .option{
    font-size: 13px;
    margin-bottom: 5px;
}
#search-parameters-frame .option a{
    color: black;
    /*font-weight: bold;*/
    display: block;
    padding: 1px 5px;
}
#search-parameters-frame .option a:hover{
    color: gray !important;
    text-decoration: none;
}
#search-parameters-frame .option .quantity{
    color: grey;
    font-weight: normal;
}
#search-parameters-frame .results{
    color: grey;
}
#search-parameters-frame li.icon-arrow-closed .options{
    display: none;
}
#search-parameters-frame .user-search-actions{
    font-size: 12px;
    font-weight: bold;
}
#search-parameters-frame .user-search-actions li{
    margin: 3px 0;
}
#search-parameters-frame .user-search-actions a{
    color: black;
}
#search-parameters-frame .user-search-actions a:hover{
    text-decoration: underline;
}

#print-container .advice input[type=checkbox]{
    display: none;
}
#print-container .advice:hover,
#print-container .advice.hover{
    border-color: white;
}

#search-frame-site-map a{
    color: #666666!important;
    text-decoration: underline;
}

#search-frame-site-map .option a:hover{
    text-decoration: none;
    color: white!important;
}

/* =============================================================================
--------------------------- STYLES RIGHT-COL  ----------------------------------
=============================================================================== */
#right-col{
    float: left;
    margin-top: 0px;
}

/* ---- Acordeon ----- */

.gallery_acordeon{
    width: 160px;
    margin-top: 10px;
    float: left;
}
.acordeon .pan{
    display:none;
}
.acordeon .pan.active{
    display:block
}
.title_bar_acordeon{
    background: url("/images/frontend/bg-title-acordeon.png") 0 0;
    float: left;
    width: 160px;
    height: 23px;
    margin-bottom: 1px;
}
.title_bar_acordeon:hover, .title_bar_acordeon.active{
    background: url("/images/frontend/bg-title-acordeon-over.png") 0 0;
}
.inmuebles .title_bar_acordeon:hover, .title_bar_acordeon.active{
    background: url("/images/frontend/inmuebles/bg-title-acordeon-over.png") 0 0;
}
.varios .title_bar_acordeon:hover, .title_bar_acordeon.active{
    background: url("/images/frontend/varios/bg-title-acordeon-over.png") 0 0;
}

.title_bar_acordeon span{
    font-size: 12px;
    font-weight: bold;
    color: white;
    margin-top: 4px;
    margin-left: 5px;
    width: 100%;
    float: left;
}
.title_bar_acordeon span a{
    width: 100%;
    float: left;
}
.gallery_acordeon ul li{
    width: 160px;
    height: 60px;
    float: left;
    background-color: #dadbe1;
    margin-bottom: 2px;
}
.gallery_acordeon ul li:hover{
    background-color: #c7c8cd;
}
.gallery_acordeon ul li img{
    width: 80px;
    height: 60px;
    float: left;
    margin-right: 4px;
}

/* ---- TAG COULD ----*/
#cloud-tag-frame{
    float: left;
    margin-top: 10px;
}
.tag-cloud .tag-item{
    display: inline-block;
    vertical-align: baseline;
    padding: 2px 5px;
}

/*BoxDenuncia*/
#fancybox-title-float-wrap{display:none !important;}
.form_pop_up{
    width: 300px;
    height: 100%;
    background-color: white;
    float: left;
}
.form_pop_up P{float:left;}
.ie7 .form_pop_up P.last{padding-bottom:13px;}
.form_pop_up H2{
    width:300px;
    float:left;
    padding-bottom:6px;
    margin-bottom:14px;
    font:bold 1.6em Arial, Helvetica, sans-serif;
    color:#333;
    border-bottom:2px solid #E5E5E5;
}
.form_pop_up LABEL{
    width:300px;
    float:left;
    padding-bottom:8px;
    font:bold 1.3em Arial, Helvetica, sans-serif;
    color:#666;
}
.form_pop_up SELECT{
    width:300px;
    float:left;
    margin-bottom:18px;
    background:#dbdbdb;
    border:1px solid #cccccc;
    font:1.3em Arial, Helvetica, sans-serif;
    color:#333;
    padding:3px 5px;
}
.form_pop_up TEXTAREA{
    width: 290px;
    height:79px;
    float:left;
    background:#dbdbdb;
    border:1px solid #cccccc;
    margin-bottom:10px;
    float:left;
    font:normal 1.3em Arial, Helvetica, sans-serif;
    color:#333;
}
.form_pop_up INPUT[type="submit"]{
    float:right;
    border:none;
    display:block;
    width:130px;
    height:30px;
    padding:0px;
    font:bold 1.2em Arial, Helvetica, sans-serif;
    color:#FFF;
    cursor: pointer;
    background:url(/images/frontend/btn_large_blue.png) 0 0 no-repeat;
}
.share-rs{
    background-color: #DDD;
    padding: 10px
}
.share-rs .share-links {
    margin-top: 15px;
    width: 300px;
    overflow: hidden;
}

.share-rs .share-links li {
    margin-bottom: 10px;
    float: left;
    width: 140px;
    margin-right: 10px;
}
.share-rs .share-links li a {
    font-size: 14px;
    color: black;
}
.share-rs .share-links li img {
    margin-right: 10px;
}

.varios .advice.grid .title-advice .title,
.varios .gallery_acordeon ul li .name{
    text-transform: uppercase;
}


.inmuebles .advice.grid .advice_actions{
    clear: both!important;
    float: left!important;
    height: 25px!important;
    margin-bottom: 10px!important;
    margin-top: 5px!important;
    width: 60%!important;
}

.inmuebles .advice.grid .publication-data{
    float: left!important;
    width: 150px!important;
}

.inmuebles .advice.grid .advice_actions .brief_actions {
    float: left;
    height: 30px;
    width: auto;
}

.ad-title{
    width: 240px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    white-space: nowrap;
    word-wrap: normal;
    line-height: 21px;
}
