﻿/*-----------Generales-------------*/
body{
    background-color: #F1F1F1;
    overflow-x: hidden;
}
*{
    padding:0;
    margin: 0;
}
select:disabled{
    cursor: not-allowed;
    color: #888;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.no-padding{ /*Sólo padding...*/
    padding: 0;
}
.container{
	/*max-width:1100px;*/
    max-width:1024px;
    padding: 0px;
}
.fondoBlanco{
    background-color:#FFF;
}
.btn {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-primary {
    background-color: #FB944C!important;
    border-color: #FB944C!important;
    color: #fff;
    font-family: BrandonGrotesqueBold;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #b5b5b5!important;
    border-color: #b5b5b5!important;
}
.btn-default:hover {
    color: #fff;
    background-color: #b5b5b5;
    border-color: #b5b5b5;
}
.btn-default[disabled]:hover{
    color: #666;
}
#divPaginaError{
    font-family: BrandonGrotesqueBold;
    text-align: center;
}
#divPaginaError h1{
    color: #266a9c;
}
#divPaginaError h4{
    color: #666;
}
textarea{
    resize: vertical;
}
/*--------modal popup boostrap---------*/
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal {
    text-align:center;
}
/*----------header------------*/
.linea1{
	background-color: #fb944c;
	height: 20px;
    text-align: left;
}
.linea1 .spnVersion, .linea1 .spnRegresarSitio{
    color:#FFFFFF;
}
.linea1 .spnVersion{    
    margin-left: 15px;     
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
.linea1 .spnRegresarSitio{
    margin-right: 15px;
    display: inline-block;
    width: 210px;
    font: 11pt BrandonGrotesque;
    float: right;
    text-align: right;
    background: url("../imagenes/flecha-regresar.png") no-repeat;
}
@media(max-width: 373px){
    .linea1 .spnVersion {
        margin-left: 5px;
        font-size: 11px;
    }

    .linea1 .spnRegresarSitio {
        margin-right: 5px;
        width: 183px;
        font: 10pt BrandonGrotesque;
    }
}
.linea2{
	background-color: #f16f22;
	height: 10px;
	margin-bottom: 5px;
}
.rowLogo{
    margin-top: 15px;
    text-align: left;
}
.textCenter{
    text-align: center;
}
.logoLosEconomicos{
	width: 	390px;
}
.linkMenu{
	color:#f87a27;
	font:12pt BrandonGrotesque;
}
.linkMenu:hover{
	text-decoration: none;
}
.menu{
	/*padding-top: 15px !important;*/
	text-align: center;
}
.nowrap{
    white-space: nowrap;
}
.colBtnPublicar{
    text-align: right;
    padding-right: 15px !important;
}
/*.botonPublicar{
	background-image: url(../imagenes/btn-publicar.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height:	37px;
	width: 129px;
	border:	none;
	margin-top: 10px;
}
.botonPublicar:hover{
    background-image: url(../imagenes/btn-publicar2.png);
}*/

.botonPublicar{
    display: inline-block;
    /* height: 37px; */
    /* width: 129px; */
    border: none;
    /* margin-top: 10px; */
    background: #0089d0;
    font: 13pt BrandonGrotesqueBold;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    border-radius: 6px;
    padding: 10px;
}


.botonPublicar:hover, .botonPublicar:active, .botonPublicar:focus{
    /*background-image: url(../imagenes/btn-publicar2.png);*/

    background: #b5b5b6;
    color: #fff;
    text-decoration: none;
}

.comboCiudades{
	color:#969696;
	font: 11pt BrandonGrotesque;
	margin-right: 5px;
    cursor: pointer;
    background: url(../imagenes/flecha-gris-ciudad.png) 97% no-repeat;
    padding-right: 15px;
}
#divCiudades{
    display: none;
    border: 1px solid #f16f22;
    width: 100px;
    vertical-align: top;
    margin-left: -15px;
    padding: 5px;
    background-color: #FFF;
    margin-top: 3px;
    border-radius: 5%;
    position: absolute;
    z-index:2;
}
#divCiudades ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#divCiudades li{
	margin-left: 8px;
}
#divCiudades li a{
	color:#969696;
	font: 11pt BrandonGrotesque;
	text-decoration: none;
}
#divCiudades li:hover{
	cursor: pointer;
	background-color: #EFEFEF;
}
.btnMenuLateral{
    margin-top: 5px;
    position: absolute;
    right: 20px;
    cursor: pointer;
}
.divMenuLateral{
    background-color: #e6e4e4;
    display: none;
    position: fixed;
    z-index: 9;
    right: 0px;
    top:17px;
    width: 200px;
    height: 100%;
}
#menuLateral{
    font: 14pt BrandonGrotesqueBold;
    color:#0089d0;
    list-style-type:none;
}
#menuLateral li{
    padding: 5px 10px;
    cursor: pointer;
}
#menuLateral li:hover{
    background-color: #F9F9F9;
}
#liCerSesion{
    display:none;
}
/*----- Buscar En -------*/
.colBarraBusqueda{
    display: table;
    width: 100%;
}
.colBarraBusqueda span{
    display: table-cell;
    vertical-align: top;
}
#barraBusqueda{
	display: table-cell;
    width: 484px;
    min-width: 484px;
}
.spntxtBusqueda{
    position: relative;
}
.spntxtBusqueda img{
    position: absolute;
    top: 4px;
    right: 8px;
    cursor: pointer;
}
#txtTextoBusqueda{
    border: 1px solid #fb944c;
    line-height: 31pt;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    padding-left: 15px;
    width: 100%;
    height: 43px;
    padding-right: 50px;
}
#barraBusqueda .divEn{
    width: 40px;
    height: 43px;
    background-color: #fb944c;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #FFF;
    padding-top: 10px;
    font: 13pt Arial;
}
#barraBusqueda .separadorBusqueda{
    background-color: #fdc8a4;
    width: 5px;
    height: 43px;
    display: inline-block;
    vertical-align: top;
}
#barraBusqueda #cmbClasificaciones{
    width: 100%;
    min-height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    color: #FFF;    
    font: 13pt Arial;
    background: url(../imagenes/flecha-linea.png) 97% no-repeat;
    background-color: #fb944c;    
    cursor: pointer;
    /*padding-top: 10px;
    padding-left: 20px;*/
    padding: 0 54px 0 10px;
    line-height: 1;
}
#barraBusqueda #clasificacionesContainer{
    display: inline-table;
    width: 360px;
    height: 43px;
    overflow: hidden;
}
#barraBusqueda .btnLupa{
    width: 74px;
    height: 43px;
    display: inline-block;
    vertical-align: top;
    background: url(../imagenes/icon-lupa.png) center no-repeat;
    background-color: #fb944c;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
}
#divOpcionesBusqueda{
    width: 160px;
    background-color: #f1f1f1;
    padding: 10px;
    position: absolute;
    z-index: 9;
    right: -110px;
    display: none;
}
#divOpcionesBusqueda label{
    color: #6e6c6c;
    font: 11pt Arial;
    margin-left: -19px;
    top: -4px;
    background-position: 0 -4px;
}
#divOpcionesBusqueda input[type=checkbox]:not(old):checked + label {
    background-position: 0 -28px;
}
.sinMargenDerecho{
    padding-right: 0px;
}
.sinMargenIzquierdo{
    padding-left: 0px;
}
#divBienvenidoCel{
    text-align: center;
}
#divBienvenido, #divBienvenidoCel{
    font: 13pt BrandonGrotesqueBold;
}
#divBienvenido .spnEtiqueta, #divBienvenidoCel .spnEtiqueta{
    color: #f76503;
}
#divBienvenido .spnValor, #divBienvenidoCel .spnValor{
    color: #266a9c;
}
#aCerSesion{
    display: none;
}
.divBienvenidoOculto{
    height: 0px;
    overflow: hidden;
    margin-bottom: 18px;
}
#menuPrincipal {
    padding: 0;
    margin: 0;
}
#menuPrincipal li {
    position: relative;
    cursor: pointer;
    display: inline-block;
}
#menuPrincipal > li:first-child,
#menuPrincipal > li:first-child + li,
#menuPrincipal > li:first-child + li + li {
    border-right: 1px solid #6e6c6c;
    padding-right: 5px;
}
@media(max-width: 1199px){
    #menuPrincipal{
        margin-top: -23px;
    }
    #menuPrincipal > li:first-child,
    #menuPrincipal > li:first-child + li{
        border-right: 0;
    }
    #divBienvenido:not(.divBienvenidoOculto){
        margin-top: -20px;
        margin-bottom: 20px;
    }
}
#menuPrincipal li:hover ul {
    display: block;
}
#menuMisEconomicos{
    position: absolute;
    left: 0;
    top:100%;
    /*width: 130px;
    margin-left: 178px;*/
    z-index: 99;
    background-color: #FFF;
    padding: 5px;
    color: #f87a27;
    font: 12pt BrandonGrotesque;
    display: none;
}

#menuMisEconomicos span{
    display:block;
    padding: 2px;
}
#menuMisEconomicos span:hover{
    color: #337ab7;
}
/*--------------------------------------------------*/
/*                    PORTADA                       */
/*--------------------------------------------------*/
/*-------------Lista Clasificaciones----------------*/
#listaClasificaciones{
	width: 300px;
    margin-left: 45px;
    position: absolute;
    display: none;
    background-color: #f7f6f6;
    color: #5d5e5f;
    font: 13pt Arial;
    z-index: 999;
    text-align: left;
}
#listaClasificaciones ul{
	list-style-type:none;
	padding:12px;
	margin:0px;
}
#listaClasificaciones li{
	padding:3px 0px;
	cursor: pointer;
}
#listaClasificaciones li.seleccion:hover{
	background-color: #E0E0E0;
}
#listaClasificaciones .padre{
	background:url("../imagenes/icon-mas.png") 97% no-repeat;
}
#listaClasificaciones .hijos{
	display:none;
}
.rowContenido{
    padding: 15px 15px 0;
    margin: 0 !important;
}
ul#tabsClasificaciones{
    list-style-type:none;
    margin:0;
    padding:0;
    min-height: 508px;
}
#tabsClasificaciones li{
    background-color: #f7f6f6;
    font: 13pt BrandonGrotesqueBold;
    color: #f87a27;
    padding:2px 10px;
    cursor:pointer;
    border-right:1px solid #e6e4e4;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
#tabsClasificaciones li:hover{
    color: #05538d;
}
.nads{ padding-left:0px !important;magin-left:0px !important;}
.Activo{
    background-color: #FFF !important;
    border-top:1px solid #e6e4e4;
    border-right:0 !important;
    border-bottom:1px solid #e6e4e4;
    border-left:1px solid #e6e4e4;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    background: #FFF url(../imagenes/flecha-naranja-clasificacion.png) 95% 50% no-repeat;
}
.liArbolClasificaciones{
    display: none;
}
/*--------------Filtros-----------*/
#filtros{
    text-align: center;
}
.clasificacionFiltros{
    margin: 15px 0px 0px;
    color: #0089d0;
    font: 13pt Arial Black;
    text-align: left;
}
.cmbTipo{
    width: 164px;
}
.cmbAnio{
    width: 75px;
}
.cmbModelo{
    width: 142px;
}
.cmbMarca{
    width: 153px;
}
.rengFiltros{
    margin-bottom: 10px;
}
.colIzqFiltros, .colDerFiltros{
    width: 204px;
    display: inline-block;
    text-align: left;
}
.colIzqFiltros{
    margin: 15px 5px 0 0;
}
.colDerFiltros{
    margin: 15px 0 0 5px;
}
.etiquetaFiltros{
    font: bold 11pt Arial;
    margin-right: 3px;
}
.colIzqFiltros .superiorAutos{
    width: 36px;
    display:inline-block;
}
.colDerFiltros .superiorAutos{
    width: 58px;
    display:inline-block;
}
.spnMarca{
    padding-right: 3px;
}
.txtPrecio{
    width: 64px;
    line-height: initial;
}
.txtPrecioRes{
    width: 80px;
    line-height: initial;
}
.cmbMoneda{
    width: 140px;
}
.mensajeError{
    font: 10pt Arial Black;
    color: #DF0101;
    padding: 10px;
    background-color: #F5A9A9;
    border: 1px solid #DF0101;
    margin-top: 10px;
}
.divbtnBuscarFiltros{
    text-align: center;
    margin-top: 30px;
}
.clear{
    clear:both;
}
.colIzqFiltros .superiorCasas{
    width: 40px;
    display:inline-block;
}
.colDerFiltros .superiorCasas{
    display:inline-block;
}
.cmbTipoC, .cmbZona{
    width: 160px;
}
.cmbColonia{
    width: 141px;
}
.cmbRecamaras{
    width: 117px;
}
.txtPrecioC{
    width: 68px;
    line-height: initial;
}
.btnBuscarFiltrosAutos, .btnBuscarFiltrosCasas{
    margin: 20px auto;
    display: block;
    cursor: pointer;
}
.cmbRecamaras{
    width: 117px;
}
/*------------Div Arbol Clasificaciones-------------*/
#divTotalAnuncio{
    text-align: right;
    margin-top: 10px;
}
#divTotalAnuncio .totalAnuncios{
    font: 13pt BrandonGrotesqueBold;
    color: #6e6c6c;
}
.spnSubClasificaciones{
    font: 13pt Arial Black;
    color: #0089d0;
    text-align: left;
    display: block;
    margin-top: 15px;
}
.divArbol{
    border:1px solid #e6e4e4;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    background: url(../imagenes/BANNER-AUTOS.jpg) center bottom no-repeat;
    margin-left: -1px;
    padding: 0px 10px 200px;
    min-height: 582px;
    -webkit-transition: background-image .3s;
    -moz-transition: background-image .3s;
    -o-transition: background-image .3s;
    transition: background-image .3s;
}
.colClasificaciones{
    padding-right:0px;
    z-index: 1;
}
.barraSeparadora{
    height: 1px;
    border:1px solid #e6e4e4;
    width: 90%;
    margin:15px auto;
}
.divArbolClasificaciones{
    font: 11pt Arial;
    width: 420px;
    margin: 15px auto;
    display:none;
}
.divArbolClasificaciones .spnClasificacion{
    color: #6e6c6c;
    width: 160px;
    display: inline-block;
    vertical-align: middle;
}
.divArbolClasificaciones .spnNumClasificados{
     color:  #0089d0;
    width: 40px;
    display: inline-block;
    text-align: right;
}
.divArbolClasificaciones .MargenDerecho{
    margin-right:10px;
}
.divArbolClasificaciones a{
    display: inline-block;
}
.divArbolClasificaciones .rengClasificacion{
    margin-bottom: 15px;
}
/*-------------Columna Banners------------*/
.colBanners{
    text-align: center;
}
#divSugerencias{
    height: 48px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ebebeb 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ebebeb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );    
}
#divSugerencias a{
    color: #f27b3c;
    font-family: BrandonGrotesqueBold, sans-serif;
    font-size: 18px;    
    text-align: center;
}
#divSugerencias a:hover, #divSugerencias a:focus, #divSugerencias a:active{
    text-decoration: none;
}
#divSugerencias div{    
    width: 160px;
    background: #0381c3;    
    margin: 3px auto 0;
    color: #fff;
    font-size: 14px;
    font-family: BrandonGrotesque;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;    
}
#divSiguenosEn{
    border: 1px solid #e6e4e4;
    padding:10px 0px;
    width: 300px;
    margin: 15px auto;    
}
#divSiguenosEn span{
    font: 9pt Arial;
    color: #808080;
}
#divSiguenosEn img{
    margin: 0 15px;
    cursor: pointer;
}
#divPromociones{
    border: 1px solid #e6e4e4;
    padding: 10px 0px;
    width: 300px;
    margin: 0 auto 15px;
    display: none;
}
#divPromociones span{
    font: bold 16pt HelveticaCondensed;
    color: #f87a27;
    display: block;
    border-bottom: 2px solid #e6e4e4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.bannerCuadrado{
    margin-bottom: 15px;
}
/*-----------------Carruseles--------------------*/
#divCarruseles{
    background-color: #f1f1f1;
    width: 300px;
    margin: 0 auto;
    padding: 15px;
    border:1px solid #dbdbdb;
}
.contenedorCarrusel{
    background-color: #FFF;
    padding: 10px;
    border: 1px solid #dbdbdb;
}
#divCarruseles .contenedorCarrusel{
    margin-bottom: 15px;
}
#divCarruseles .contenedorCarrusel .Clasificacion{
    font: bold 16pt HelveticaCondensed;
    color: #f87a27;
}
#divCarruseles .contenedorCarrusel .lineaCarrusel{
    border: 1px solid #dbdbdb;
    height: 1px;
    margin: 10px 0px;
}
#divCarruseles .contenedorCarrusel .anuncios .imagen{
    width: 100%;
    height:130px;
    background: url(../archivos/imagenes/20151008/8516456-5006120.jpg) center no-repeat;
}
#divCarruseles .contenedorCarrusel .anuncios .imagen2{
    width: 100%;
    height:130px;
}
#divCarruseles .contenedorCarrusel .anuncios .datos{
    text-align: left;
    font: bold 12pt Arial;
    margin: 15px 0px;
}
#divCarruseles .contenedorCarrusel .anuncios .datos .titulo{
    color: #05538d;
    display: block;
    height: 44px;
    overflow: hidden;
}
#divCarruseles .contenedorCarrusel .anuncios .datos .etqPrecio{
    color: #4f4b49;
}
#divCarruseles .contenedorCarrusel .anuncios .datos .precio{
    color: #f87a27;
}
#divCarruseles .contenedorCarrusel .anuncios .texto{
    color: #6e6c6c;
    font: 12pt Arial;
    text-align: left;
}
.contenedorTexto{
    height: 70px;
    overflow: hidden;
    margin-top: 10px;
}
/*--------- Anuncios mas vistos ----------*/
.subtitulo{
    display: block;
    text-align: left;
    background-color: #f7f6f6;
    font: bold 18pt HelveticaCondensed;
    color: #0089d0;
    padding: 10px 10px;
    margin: 30px 0px;
}

.anuncioMasVistos{
    border: 1px solid #dbdbdb;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 15px;
    height: 125px;
}
.anuncioMasVistos .foto{
    width: 100px;
    height: 75px;
    border: 1px solid #edebeb;
    display: inline-block;
    margin-right: 10px;
}
.anuncioMasVistos .datos{
    display: inline-block;
    vertical-align: top;
    width: 186px;
}
.anuncioMasVistos .datos .contenedorTitulo{
    height: 55px;
    overflow: hidden;
}
.anuncioMasVistos .datos .contenedorTitulo .titulo{
    color: #05538d;
    font: bold 12pt Arial;
    display: block;
    margin-bottom: 15px;
}
.anuncioMasVistos .datos .etqPrecio{
    font: bold 10pt Arial;
    color: #4f4b49;
}
.anuncioMasVistos .datos .precio{
    font: bold 10pt Arial;
    color: #f87a27;
}
/*------------slick-------------*/
.slick-prev{
    position: absolute;
    left:0px;
    top: 16%;
    background: url("../imagenes/flecha-fondogris.png") no-repeat;
    height: 54px;
    border: none;
    width: 47px;
    cursor: pointer;
    outline:0;
}
.slick-prev:hover{
    /*background: url("../imagenes/flecha-izq-azul.png") no-repeat;*/
    border: none;
}
.slick-next{
    position: absolute;
    right: 0px;
    top: 16%;
    background: url("../imagenes/flecha-fondogris2.png") no-repeat;
    height: 54px;
    border: none;
    width: 47px;
    cursor: pointer;
    outline:0;
}
.slick-next:hover{
    /*background: url("../imagenes/flecha-der-azul.png") no-repeat;*/
    border: none;
}
.slick-slider {
    margin-bottom: 10px;
}
/* -------- Footer --------- */
.rowFooter{
    padding-top: 50px !important;
    float: left;
    width: 100%;
}
#menuFooter{
    background-color: #F8F8F8;
    text-align: center;
}
#menuFooter li{
    display: inline;
}
#menuFooter li a{
    font: 11pt BrandonGrotesqueBold;
    color: #585858;
}
#menuFooter li span{
    font: 11pt BrandonGrotesqueBold;
    color: #585858;
    padding: 4pt 80pt;
}
.logos div{
    text-align: center;
}
.logos div img{
    vertical-align: bottom;
}
.colDerechos{
    text-align: center;
    padding: 15px 0px;
}
.derechosReservados{
    font: 12pt Arial;
    color: #808080;
}
.menu p{
    display: inline-block;
}
#divChatInteractivo{
    background-color: #f16f22;
    width: 200px;
    height: 50px;
    position: fixed;
    bottom: 0px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 10px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#divChatInteractivo span{
    color:#FFF;
}
#divChatInteractivo #divChatImg img{
    opacity: 0;
    filter: alpha(opacity=0);
    width: 200px;
}
#divChatInteractivo #divChatImg a{
    padding-top: 69px;
    margin-left: -10px;
}
#divChatInteractivo .lineaDirecta, #divChatInteractivo .numero{
    display: block;
}
#divChatInteractivo .chat, #divChatInteractivo .numero{
    font: 13pt BrandonGrotesqueBold;
}
#divChatInteractivo .lineaDirecta{
    margin-top:10px;
    font: 9pt Arial;
}
#divChatInteractivo > div{
    float:left;
}
#divChatInteractivo .divChatIzq{
    width: 43px;
    height: 21px;
    margin-top: 6px;
}
#divChatInteractivo .divChatDer{
    width: 137px;
}
#divChatInteractivo .divChatTel{
    margin-top: -5px;
    font-size: 14px;
    color: #F9CBB8;
    color: rgba(255,255,255,0.7);
}
/*---------------------------------------------*/
/*                  Resultados                 */
/*---------------------------------------------*/
.h1Titulo, #tituloTotalAnuncios{
    color: #6e6c6c;
    font: 13pt Arial;
    display: inline-block;
}
#BarraHerramientas{
    margin-bottom: 30px;
    text-align: center;
}
#BarraHerramientas > div{
    background-color: #f1f1f1;
    display: inline-block;
    padding: 15px 5px;
    margin: 0 2px;
    height: 52px;
    vertical-align: top;
}
#BarraHerramientas .divBtnFiltros{
    display: none;
}
#BarraHerramientas .divBtnFiltros #btnMuestraFiltros{
    padding: 5px 0px 5px 10px;
    text-align: left;
    cursor: pointer;
    color: #f87a27;
    font: bold 14pt Arial;
    text-decoration: none;
    background: #E6E6E6 url(../imagenes/icon-filtros.png) 90% 50% no-repeat;
    border: 2px outset #FFF;
    width: 100px;
    display: inline-block;
    margin-top: -7px;
    border-radius: 7px;
}
#BarraHerramientas .divBtnFiltros #btnMuestraFiltros:active{
    border-style: inset;
    background-color: #D3D3D3;
}
#BarraHerramientas .divEtqResultados{
    /*width: auto;*/
}
#BarraHerramientas .divEtqResultados .etqResultados{
    font: 11pt Arial;
    color: #f87a27;
    /*margin-left: 5px;*/
    margin-top: 4px;
}
#BarraHerramientas .divEtqResultados .etqDondeEstoy{
    color: #6e6c6c;
    font: 11pt Arial;
}
#BarraHerramientas .divVistas{
    /*width: 180px;*/
    text-align: center;
}
#BarraHerramientas .divVistas img{
   /* margin:0 10px;*/
    margin: 0 5px;
    cursor: pointer;
}
#BarraHerramientas .etqOrdenarPor{
    font: 16px Arial;
    color: #f87a27;
}
/*#BarraHerramientas .spnCmbOrdenarPor{
    color: #6e6c6c;
    font: 16px Arial;
    background: url(../imagenes/flecha-combo-ordenar.png) 97% no-repeat;
    width: 182px;
    display: inline-block;
    cursor: pointer;
}*/
#cmbOrdenar{
    display: inline-block;
    text-align: left;
}
.divEtqResultadosCel{
    text-align: center;
    margin-bottom: 15px;
    font: bold 11pt Arial;
    color:#6e6c6c;
}
#BarraHerramientas .divOrdenar{
    width: calc(50% - 15px)
}
#contResultados{
    /*min-height: 2000px;*/
}
#contResultados #divMensageQuitarUsuario{
    text-align: right;
    margin-bottom: 20px;
}
#contResultados #divMensageQuitarUsuario a{
    cursor:pointer;
    text-decoration: none;
}
#contResultados .destacado{
    border: 2px solid #C1C1C1;
    padding: 10px;    
    position: relative;    
}    
#contResultados .destacado > img{
    position: absolute;
    z-index: 9;
    left: 0px;
    top: 0px;
}
#contResultados .colorFondo{
    background-color: #F8EBE1;
}    
#contResultados .anuncio{
    display: table;
}
#contResultados .anuncio .espacioFoto{
    display: table-cell;
    width: 180px;
    vertical-align: top;
    padding: 0px 15px;
}
#contResultados .anuncio .foto{
    width: 150px;
    height: 100px;
    margin: 0 auto;
    position:relative;
    border:1px solid #e6e4e4;
}
#contResultados .anuncio .datos{
    display: table-cell;
    height: 100px;
    vertical-align: top;
    width: 100%;
}
#contResultados .anuncio .datos > a{
    text-decoration: none;
}
#contResultados .anuncio .datos .titulo{
    color: #05538d;
    font: bold 14pt Arial;
    display: block;
    margin-bottom: 15px;
}
#contResultados .anuncio .datos .etqPrecio, #contResultados .anuncio .datos .etqKilometraje{
    font: bold 12pt Arial;
    color: #4f4b49;
}
#contResultados .anuncio .datos .precio, #contResultados .anuncio .datos .Kilometraje{
    font: bold 12pt Arial;
    color: #f87a27;
}
#contResultados .anuncio .datos .contTextoResultados{
    height: 60px;
    overflow: hidden;
    display: none;
}
#contResultados .anuncio .datos .contTextoResultados .texto{
    color: #6e6c6c;
    font: 12pt Arial;
    text-align: left;
}
#contResultados .anuncio .BotonesTelefono{
    display:none;
}
#contResultados .anuncio .btnAgregarFav,
#contResultados .anuncio .btnReportar{
    width: 23px;
    height: 23px;    
    background: url(../imagenes/sprites.png);
    cursor: pointer;
    margin: 10px;
}
#contResultados .anuncio .btnAgregarFav{    
    background-position: -190px 0;
}
#contResultados .anuncio .btnAgregarFav:hover{
    background-position: -215px 0;
}
#contResultados .anuncio .btnAgregarFavActivo{
    background-position: -215px 0;
}
#contResultados .anuncio .btnReportar{
    background-position: -136px 0;
}
#contResultados .anuncio .btnReportar:hover{
    background-position: -164px 0;
}
#contResultados .anuncio .BotonesTelefono .btnAgregarFav,
#contResultados .anuncio .BotonesTelefono .btnReportar{    
    margin: 0px 20px 0px 20px; 
    cursor:pointer;
}
#contResultados .anuncio .botones{
    display: table-cell;
    vertical-align: top;
    height: 100px;
    width: 72px;
}
#contResultados .anuncio .fecha{
    font: 11pt Arial;
    color: #f87a27;
    display: block;
    margin-top: 10px;
}
#contResultados .anuncio .botones .colIzquierda{
    border-right:1px solid #e6e4e4;
}
#contResultados .anuncio .botones .colIzquierda, #contResultados .anuncio .botones .colDerecha{
    width: 36px;
    display: inline-block;
}
#contResultados .anuncio .contIconCamara{
    position: absolute;
    bottom: 0px;
    padding: 2px;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
}
#contResultados .anuncio .contIconCamara .spnFotos{
    font: 12pt BentonSansCond;
    color: #E6E6E6;
    vertical-align: middle;
    margin-left: 10px;
}
/*--------Vista Galeria-----------*/
#contResultados .sinResultados{
    font: 18pt BrandonGrotesqueBold;
    display: block;
    text-align: center;
    color: #6e6c6c;
}
#contResultados .anuncioGaleria{
    display: inline-block;
    border:1px solid #e6e4e4;
    padding:20px;
    width: 329px;
    height: 450px;
    overflow: hidden;
    text-align: center;
    margin: 14px;
    cursor: pointer;
}
/*#contResultados .anuncioGaleria:hover{
    padding:20px;
    border:1px solid #e6e4e4;
}*/
#contResultados .anuncioGaleria .datosGaleria{
    display: table-cell;
    width: 100%;
    text-align: left;
}
#contResultados .anuncioGaleria .fotoGaleria{
    width: 100% !important;
    height: 222px !important;
    margin: 0 auto;
    position:relative;
}
#contResultados .anuncioGaleria .espacioFotoGaleria{
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    /*border:1px solid #e6e4e4;*/
    margin-bottom: 10px;
}
#contResultados .anuncioGaleria .botonesGaleria{
    display: inline-block !important;
    vertical-align: top;
    height: 100px;
    width: 100%;
    text-align: left;
}
#contResultados .anuncio .botones .colIzquierda, #contResultados .anuncio .botones .colDerecha{
    width: auto;
    display: inline-block;
}
#contResultados .anuncio .botones .colIzquierda{
    border-right: initial;
}
#contResultados .anuncioGaleria .botones .fechaGaleria{
    margin-right: 100px;
    margin-bottom: 0px !important;
}
.colIzquierda img, .colDerecha img{
    padding: 6px;    
}
.colDerecha img{
    cursor: pointer;
}
#contResultados .separador{
    width: 95%;
    height:1px;
    border: 1px solid #e6e4e4;
    margin: 20px auto;
}
#contResultados .mensajeOk, .mensajeOkdet{
    display: block;
    text-align: center;
    border: 1px solid #c6e0cc;
    background-color: #E0F8E6;
    color: #5F9261;
    font: 14pt BrandonGrotesqueBold;
    margin-top: 10px;
    width: 100% !important;
    border-radius: 3px;
}
#contResultados .mensajeAlerta, .mensajeAlertadet{
    display: block;
    text-align: center;
    border: 1px solid #FA5858;
    background-color: #F6D8CE;
    color: #FA5858;
    font: 14pt BrandonGrotesqueBold;
    margin-top: 10px;
    width: 100% !important;
}
#contResultados .contReporte{
    width: 100%;
    border: 1px solid #f1f1f1;
    text-align: center;
    padding: 20px;
    margin: 20px auto 0px auto;
    border-radius: 5px;
    position: relative;
    transition: opacity 0.5s;
}
#contResultados .contReporte .titulo{
    text-align: center;
    color: #f87a27;
    font: 14pt BrandonGrotesqueBold;
    display: block;
    margin-bottom: 10px;
}
#contResultados .contReporte .btnCerrar{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
#contResultados .contRadios{
    display: inline-block;
    text-align: left;
}
#contResultados .contRadios label{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: initial;
}
input[type=checkbox]:not(old) + label, input[type=radio]:not(old) + label {
    display: initial;
    position: relative;
    top: -2px;
    margin-left: -23px;
    padding-left: 28px;
    background: url('../Imagenes/checks.png') no-repeat 0 0;
    line-height: 24px;
}
input[type=checkbox]:not(old), input[type=radio]:not(old) {
    display: inline-block;
    padding-left: 28px;
    background: url('../Imagenes/checks.png') no-repeat 0 0;
    line-height: 24px;
}
input[type=checkbox]:not(old):checked + label{
    background-position : 0 -24px;
}
input[type=radio]:not(old):checked + label{
    background-position : -1px -52px;
}
#ModalRpt input[type=radio]:not(old) + label{
    top: 0;
}
input[type=radio]:not(old) + label {
    top: 1px;
    background: url('../Imagenes/checks.png') no-repeat -1px -4px;
}
#ModalRpt input[type=radio]:not(old):checked + label{
    background-position : -1px -52px;
}
#contResultados input[type=radio]:not(old) + label {
    top: -2px;
    background: url('../Imagenes/checks.png') no-repeat 3px -4px;
}
#contResultados input[type=radio]:not(old):checked + label {
    background-position: 3px -52px;
}
#ModalRpt .btnCerrar{
    cursor: pointer;
}
/*---------- VISTA MAPA -----------*/
#contenedorMapa{
    height: 500px;
    padding: 0px 50px;
    margin-bottom: 20px;
    display: none;
}
#mapa{
    width: 100%;
    height: 500px;
}
.contenedorAnuncioMapa {
    width: 300pt;
}
.contenedorAnuncioMapa img{
    vertical-align: top;
}
.contenedorAnuncioMapa .contenedorDatos{
    width: 181pt;
    display: inline-block;
    height: 65pt;
    overflow: hidden;
    margin-left: 5px;
}
.contenedorAnuncioMapa .contenedorDatos .titulo{
    color: #05538d;
    font: bold 11pt Arial;
    display: block;
}
/*------------ PAGINACION ------------*/
#paginacion{
    text-align: center;
}
#paginacion .paginaSeleccionada{
    border:1px solid #6e6c6c;
    cursor: auto !important;
}
#paginacion .numPagina{
    color: #6e6c6c;
    font: 14pt BrandonGrotesqueBold;
    padding: 3px 6px;
    cursor: pointer;
    vertical-align: middle;
}
#paginacion img{
    cursor: pointer;
    vertical-align: middle;
}
#paginacion #btnGuardarBusqueda{    
    background: url(../imagenes/btn-guardarbusqueda.png);
    width: 162px;
    height: 37px;
    border: 0;
    vertical-align: middle;
    margin-left:10px;
}
/*------------- Loading--------------*/
#contLoading{
    position: absolute;
    z-index: 99;
    height: 100%;
}
#contLoading > div{
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    text-align: center;
}
#contLoading > div img{
    margin-top: 20%;
}
/*-------------filtros---------------*/
.divGris{
    position:absolute;
    z-index:99;
    background-color: #6e6c6c;
    top:0px;
    left: 0px;
    display: none;
    width: 100%;
}
.divGris .contBtnActualizar{
    padding: 15px;
    background-color: #FFF;
    z-index: 999;
    text-align: right;
    margin: 15px;
}
.divGris .contBtnActualizar .btnActualizar{
    border: 3px outset #FFF;
    padding: 10px;
    background-color: #f87a27;
    border-radius: 7px;
    font: bold 14pt Arial;
    color: #FFF;
    cursor: pointer;
}
.divGris .contBtnActualizar .btnActualizar:active{
    border: 2px inset #FFF;
}
.divGris .divListaOrdenar{
    background-color: #FFFFFF;
    padding: 15px;
    margin: 15px;
}
.divGris .divListaOrdenar .contenedorEncabezado{
    height: 32px;
    margin-bottom: 15px;
    cursor:pointer;
}
.divGris .divListaOrdenar .contenedorEncabezado .titulo{
    font: 14pt BrandonGrotesqueBold;
    color: #f87a27;
    float: left;
}
.divGris .divListaOrdenar .contenedorEncabezado .valorSeleccionado{
    float: left;
    color: #6e6c6c;
    font: bold 11pt Arial;
    margin: 7px;
    background: url(../imagenes/flecha-gris-ciudad.png) 100% 50% no-repeat;
    padding-right: 20px;
}
.divGris .divListaOrdenar #ulOrdenar{
    display: none;
}
.divGris .divListaOrdenar #ulOrdenar li{
    color: #6e6c6c;
    cursor: pointer;
    display: block;
    font: 11pt Arial;
    margin-left: 10px;
}
#contFiltrosR{
    background-color: #f1f1f1;
    padding: 15px;
    height: 100%;
}
.rowContenido .sinPaddingDerecho{
    padding-right: 0px;
}
#contFiltrosR > div{
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 15px;
}
#contFiltrosR > div > ul{
    max-height: 300px;
    overflow: auto;
}
#contFiltrosR .aClasificacionesPadres, #contFiltrosR #aSubClasificacion{
    list-style-type: none;
    overflow: auto;
}
#contFiltrosR > div .contenedorEncabezado{
    height: 32px;
    margin-bottom: 15px;
}
#contFiltrosR > div .titulo{
    font: 14pt BrandonGrotesqueBold;
    color: #f87a27;
    float:left;
}
#contFiltrosR > div .valorSeleccionado{
    float:right;
    color: #6e6c6c;
    font: bold 11pt Arial;
    margin-top: 7px;
}
#fSubClasificacion{
    list-style-type: none;
}
#fSubClasificacion li{
    margin-bottom: 5px;
}
#fSubClasificacion .todas{
    font: bold 11pt Arial;
    margin-bottom: 10px;
    padding: 5px 0px;
}
#fSubClasificacion .padre{
    font: bold 11pt Arial;
}
#fSubClasificacion .hijo{
    font: 11pt Arial;
    margin-left: 10px;
}
#fSubClasificacion .todas, #fSubClasificacion .padre, #fSubClasificacion .hijo{
    color: #6e6c6c;
    cursor: pointer;
    display: block;
}
#fSubClasificacion ul{
    margin: 10px 0px 0px 15px;
    list-style: none;
}
#fSubClasificacion a{
    text-decoration: none;
}
#fSubClasificacion .todas:hover, #fSubClasificacion .padre:hover, #fSubClasificacion .hijo:hover{
    background-color:rgb(240,240,240);
}
.listaFiltro{
    list-style: none;
    width: 100%;
}
.listaFiltro span{
    font: 11pt Arial;
    color: #6e6c6c;
    cursor: pointer;
    display: block;
    padding:2.5px 0px;
}
.listaFiltro span:hover{
    background-color:rgb(240,240,240);
}
.divRango, .divRangoDinamico{
    position:relative;
    height: 110px;
}
.minVal, .maxVal{
    font: 10pt Arial;
    color: #6e6c6c;
    padding: 2px 0px;
    position: absolute;
    margin-top: 10px;
}
.divRango .minVal, .divRangoDinamico .minVal{
    left:20px;
}
.divRango .maxVal, .divRangoDinamico .maxVal{
    right:20px;
}
.divRango .contenedorEncabezado .btnAplicar, .divRangoDinamico .contenedorEncabezado .btnAplicar {
    display: inline-block;
    border: 2px solid #6e6c6c;
    border-radius: 8px;
    position: absolute;
    right: 15px;
    padding: 5px;
    color: #6e6c6c;
    font: 8pt BrandonGrotesqueBold;
    cursor:pointer;
}
.divRango .contenedorEncabezado .btnAplicar:hover, .divRangoDinamico .contenedorEncabezado .btnAplicar:hover{
    border: 2px solid #6e6c6c;
    color: #FFFFFF;
    background-color: #6e6c6c;
}
.divRango .contenedorEncabezado .btnAplicarActivo, .divRango .contenedorEncabezado .btnAplicarActivo:hover,
.divRangoDinamico .contenedorEncabezado .btnAplicarActivo, .divRangoDinamico .contenedorEncabezado .btnAplicarActivo:hover{
    border: 2px solid #f87a27;
    color: #FFFFFF;
    background-color: #f87a27;
    cursor: default;
}
.divRango .contenedorEncabezado .moneda{
    border: 1px inset #6e6c6c;
    background-color: #6e6c6c;
    color: #FFF;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
}
.divRango .contenedorEncabezado .monedaActiva{
    background-color: #f87a27;
    border: 1px inset #f87a27;
}

/*----------Invitacion Comentarios----------*/
#invitacionComentarios{
    border: 1px solid #C0C0C0;
    padding: 10px;
    text-align: center;
}
#invitacionComentarios p{
    font: bold 18px Arial, Helvetica, sans-serif;
    color: #929292;
}
#invitacionComentarios #btnSi,#invitacionComentarios #btnNo{
    margin: 10px;
}
h2.verMas {
    font-size: 12pt !important;
    cursor: pointer;
}
/*-----------Media Querys------------*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .btnMenuLateral{
        display: none;
    }
    #divMasVistos .margenIzquierdo{
        padding-left: 5px !important;
    }
    #divMasVistos .margenDerecho{
        padding-right: 5px !important;
    }
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .menu{
        padding-top: 5px !important;
    }
    .separadorUno{
        display: none;
    }
    .colIzqFiltros, .colDerFiltros{
        width: 190px;
    }
    .cmbTipo{
        width: 151px;
    }
    .cmbAnio{
        width: 68.5px;
    }
    .cmbModelo{
        width: 131px;
    }
    .cmbMarca{
        width: 129px;
    }
    .txtPrecio{
        width: 57.5px;
    }
    .cmbMoneda{
        width: 127px;
    }
    .cmbTipoC, .cmbZona{
        width: 160px;
    }
    .cmbColonia{
        width: 141px;
    }
    .cmbRecamaras{
        width: 117px;
    }
    .txtPrecioC{
        width: 68px;
    }
    .cmbRecamaras{
        width: 117px;
    }
    #divArbolClasificaciones .spnClasificacion{
        width: 147px;
    }
    .anuncioMasVistos .datos{
        width: 168px;
    }
    .btnMenuLateral{
        display: none;
    }
    #BarraHerramientas .divEtqResultados .etqResultados{
        font: 10pt Arial;
    }
    #BarraHerramientas .divEtqResultados .etqDondeEstoy{
        font: 10pt Arial;
    }
    #contResultados .anuncioGaleria{
        width: 300px;
    }
    #divMasVistos .margenIzquierdo{
        padding-left: 5px !important;
    }   
    #divMasVistos .margenDerecho{
        padding-right: 5px !important;
    }
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .logoLosEconomicos{
        width:340px;
    }
    .menu{
        padding-top: 5px !important;
    }
    .linkMenu{
        font: 10pt BrandonGrotesque;
    }
    #BarraHerramientas .divBtnFiltros{
        display: inline-block;
    }
    .separadorUno{
        display: none;
    }
    .colArbol{
        padding-right:15px !important;
    }
    .sinMargenDerecho{
        padding-right: 15px !important;
    }
    .colBanners{
        padding-top: 40px;
    }
    .carruselAutos{
        display: none;
    }
    #menuFooter li span{
        font: 11pt BrandonGrotesqueBold;
        padding: 4pt 50pt;
    }
    .btnMenuLateral{
        display: none;
    }
    #contResultados .anuncio .BotonesTelefono{
        display:block;
    }
    #contResultados .anuncioGaleria .BotonesTelefono{
        display:none;
    }
    #BarraHerramientas .divOrdenar{
        display:none;
    }
    #BarraHerramientas > div{
        width: 32% !important;
    }
    #contResultados .anuncioGaleria{
        width: 300px;
    }
    #divMasVistos .margenIzquierdo{
        padding-left: 5px !important;
    }
    #divMasVistos .margenDerecho{
        padding-right: 5px !important;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    .logoLosEconomicos{
        width:  220px;
    }
    .divEn, .separadorBusqueda, #cmbClasificaciones, #clasificacionesContainer{
        display:none !important;
    }
    #barraBusqueda{
        width: 74px;
        min-width: 74px;
    }
    .btnMenuLateral{
        display: initial;
    }
    #tabsClasificaciones li{
        background: #f7f6f6 url(../imagenes/icon-mas.png) 95% 50% no-repeat;
    }
    .Activo{
        background-color: #FFF !important;
        border:1px solid #e6e4e4 !important;
        background: #FFF url(../imagenes/icon-menos.png) 95% 50% no-repeat !important;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    #liArbolClasificaciones{
        display: none;
    }
    #ulArbolClasificaciones{
        list-style-type: none;
        padding: 2px 0px 0px 10px;
    }
    #ulArbolClasificaciones li{
        background: #f7f6f6;
    }
    #ulArbolClasificaciones .spnClasificacion{
        display: inline-block;
        width: 80%;
    }
    
    .anuncioMasVistos .aFotosMasVistos{
        display: table-cell;
        margin-right: 15px;
    }
    .anuncioMasVistos .datos {
        display: table-cell;
        vertical-align: top;
        width: auto;
    }
    #menuFooter li span{
        padding: 0px;
    }
    #BarraHerramientas .divBtnFiltros{
        display: inline-block;
    }
    #BarraHerramientas .divEtqResultados{
        display: none;
    }
    /*#BarraHerramientas .divVistas .vistaGaleria{
        display:none;
    }*/
    #BarraHerramientas .divOrdenar{
        display:none;
    }
    #contResultados .anuncio .datos .BotonesTelefono{
        display:block;
    }
    #contResultados .anuncioGaleria .BotonesTelefono{
        display:none;
    }
    #BarraHerramientas > div{
        width: 47% !important;
    }
    #contResultados .anuncioGaleria{
        width: 300px;
        margin: 20px auto;
        display: block;
    }
    #divOpciones > div:first-child div {
        letter-spacing: 10pt!important;
    }
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    #divOpciones > div:first-child div {
        letter-spacing: 3pt!important;
    }
    .logoLosEconomicos{
        width:  220px;
    }
    .divEn, .separadorBusqueda, #cmbClasificaciones{
        display:none !important;
    }
    #barraBusqueda{
        width: 74px;
    }
    #BarraHerramientas .divEtqResultados .etqResultados{
        display: none;
    }
    .btnMenuLateral{
        display: initial;
    }
    #BarraHerramientas .divBtnFiltros{
        display: inline-block;
    }
    /*#BarraHerramientas .divVistas .vistaGaleria{
        display:none;
    }*/
    #BarraHerramientas .divOrdenar{
        display:none;
    }
    #BarraHerramientas .divVistas{
        width: auto;
    }
    #contResultados .anuncio .foto{
        width: 100px;
        height: 75px;
    }
    #contResultados .anuncio .espacioFoto {
        width: 130px;
    }
    #contResultados .anuncio .botones{
        display: none;
    }
    #contResultados .anuncio .datos .etqPrecio{
        display: none;
    }
    #contResultados .anuncio .datos .contTextoResultados{
        display: none;
    }
    #contResultados .anuncioGaleria .datosGaleria .contTextoResultados{
        display:block !important;
    }
    #contResultados .anuncio .BotonesTelefono{
        display:block;
    }
    #contResultados .anuncioGaleria .BotonesTelefono{
        display:none;
    }
    #BarraHerramientas > div{
        width: 47% !important;
    }
    #contResultados .anuncioGaleria{
        width: 300px;
        margin: 20px auto;
        display: block;
    }
    #BarraHerramientas .divVistas img{
        margin: 0px 5px;
    }
}
/*---------------------------------------------*/
/*                  Mis anuncios               */
/*---------------------------------------------*/
#spTituloMA{
    /*margin-left: 13px;*/
    width: 100%;
    height: 20%;
    display: inline-block;
    vertical-align: top;
    color: #f16f22;
    padding-top: 10px;
    font: 18pt BrandonGrotesqueBold;
    /*padding-left: 20px;*/
    cursor: pointer;
}
#divmabtnleft {
    text-align: left;
}
#divmabtnright{
    text-align: right;
}
.Titulomianuncios{
    background-color: #F7F7F7;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 20px;
}
.tblhdr{
    font-size: 14px;
    color: #0289CD;
    border: 1px solid #D8D8D8;
}
.tblclmcheck{
    text-align: center;
}
.envolturaimagen{
    display: inline-block;
    margin: 10px;
    width: 100px;
    height: 100px;
}
.div-agregar{
    cursor: pointer;
}
.divfotoscontrol{
    width: 100%;
    padding: 10px 20px;
}
.divfotoscontrol .btnAgregar,
.fotoscontrol .btnAgregar {
    position: relative;
    overflow:hidden;
    height:25px;
    background:url("../imagenes/btn-anadir.png") center no-repeat;
}
.divfotoscontrol .btnEliminar,
.fotoscontrol .btnEliminar{
    position: relative;
    overflow:hidden;
    height:25px;
    background:url("../imagenes/btn-eliminar.png") center no-repeat;
    cursor:pointer;
}
.divfotoscontrol .btnAgregar input{
     position:absolute;
     top:0;
     right:0;
     cursor:pointer;
     opacity:0;
     filter: alpha(opacity=0);
}
.divfotoscontrol .envolturaElemento .divFoto{
    width:60px;
    height:60px;
    padding:10px;
    display:none;
    /*background:url("/imagenes/loadImg.gif") center no-repeat;*/
}
@media (max-width: 768px) {
#divmabtnleft, #divmabtnright{
    text-align: center;
}
#divmabtnright{
    margin-bottom: 10px;
}
#contenedortabla{
    padding-left: 0;
}
}
/*---------------------------------------------*/
/*                  Detalles                   */
/*---------------------------------------------*/
#spTitulo{
    /*margin-left: 13px;*/
    width: 100%;
    height: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #05538d;
    padding-top: 10px;
    font: 18pt BrandonGrotesqueBold;
    /*padding-left: 20px;*/
    cursor: pointer;
}
#detContenedor{
    width: 97%;
}
#detContenedorDer{
    background-color: #f1f1f1;
    margin-right: 0;
    padding: 10px;
    position: relative;
}
#detContenedorIzq{
    padding-right: 0;
}
#divAnunciante{
    background-color: #f1f1f1;
    padding-left: 0;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    display: table;
}
#divAnunciante .separadorAnunciante{
    background-color: #f1f1f1;
    width: 1px;
    display: inline-block;
    vertical-align: top;
}
#divAnunciante > div{
    display: table; 
    /*width:100%;*/
    padding-right: 0;
    background-color:#FFF; 
    margin:1px;
}
#Visitas{
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}
#divOpciones{
    height: 60px;
    padding-top: 5px;
    font-size: 26px;
    padding: 4px;
    border-bottom: 1px solid #f1f1f1; 
    position: relative
}
#divOpciones > div{
    padding: 0;
}#divOpciones > div:first-child{
    border-right: 1px solid #e2e2e2;    
}
#divOpciones > div:first-child div{
    letter-spacing: 3pt;
}
#divOpciones > div{
    padding: 0;
    font-size: 8pt;
    text-align: center;
    color: #b0b0b0;
}
#divOpciones span{
    cursor:pointer;
    width: 30%;
    text-align: center;
    display:inline-block;
}
#spanEnviarAmigo{
    text-align: center;
    margin-top: 0;
    height: 36px;
    display:inline-block;
    padding-top: 1px;
    top: 5px;
}
#spanMapa{
    text-align: center;
    height: 37px;
    display:inline-block;
    padding-top: 0;
    top: 5px;
}
#spanFavoritos{
    text-align: center;
    height: 37px;
    display:inline-block;
    top: 5px;
}
#spanReportar{
    text-align: center;
    display:inline-block;
    top: 5px;
}
.divclasificado{
    margin-bottom: 10px;
}
#divleft{
    display: table-cell; 
    padding-right: 0;
    vertical-align: middle;
    margin: 10px;
    border-right: 1px solid #f1f1f1;
    width: calc(58.33333333% - 20px);
}
@media(min-width: 768px){
    #divleft{
        width: calc(100% - 20px);
        border: 0;
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 10px;
    }
    #divright{
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 1200px){
    #divleft {
        width: calc(47.333333% - 20px);
    }
}
@media (min-width: 992px){
    #divleft{
        width: calc(58.33333333% - 20px);
        border: 0;
        border-right: 1px solid #f1f1f1;
        padding-bottom: 0;
    }
    #divright{
        /*width: 100% !important;*/
        width: 41.66666667%;
        text-align: center;
    }
}
#divmiddle{
    display: table-cell; 
    margin: 3px;
}
#divright{
    display: table-cell;
    text-align: center; 
    vertical-align: middle;
}
#divContacto {
    margin: 10px 0 0;
    background: #fff;
}
#Visitas, #divOpciones, #ModalCorreo, #ModalMaps, #ModalRpt{
    margin-right: 0;
}
#ModalCorreo, #ModalMaps, #ModalRpt {
    display:none;
    border: 1px solid #f1f1f1;
    margin-top: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    padding-top: 5px;
}
#ModalMaps{
    /*padding-top: 30px;*/
}
#ModalCorreo{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
#ModalRpt{
    padding: 10px;
}
#ModalRpt .divTitulo{
    text-align:center;
    color:#f87a27;
    font: 14pt BrandonGrotesqueBold;
}
#ModalRpt ul{
    list-style: none;
    margin: 5px 40px;
}
#ModalRpt label{
    cursor: pointer;
    font-weight: normal;
}
@media(max-width: 991px){
    #ModalRpt ul{
        margin: 5px;
    }
}
@media(max-width: 767px){
    #detContenedorIzq{
        margin-top: 0;
        padding: 0;
    }
    /*.preguntacomentario > div{
        margin: 0 15px;    
        width: calc(100% - 30px);
    }*/
}
#ModalCorreo > div{
    padding: 10px 3px;
}
#ModalCorreo #divForm{
    margin-bottom: 15px
}
#ModalCorreo #divForm > div{
    margin-bottom:10px;
    margin-left:0;
}
#inputDe, #inputPara, #inputParaMail{
    width:78%;
    display:inline-block;
}
#loader{
    display:none; 
    text-align: center
}
#DivEnviado, #DivAlertaCorreo{
    display:none; 
    text-align:left;
    margin-top:10px;
}
/*#divcomentarios{
    padding-top: 20px;
}*/
.detspan{
    color: #f87a27;
    font: 14pt BrandonGrotesqueBold;
    /*margin-right: 10px;*/
}
.spnResaltado{
    color: #040404;
    font: 14pt BrandonGrotesqueBold;
}
/*.detspanTextoResaltado{
    color: #040404;
    font: 14pt BrandonGrotesqueBold;
}*/
.comentario .detspan, .comentarioa .detspan{
    color: #f87a27;
    font: 12pt BrandonGrotesqueBold;
    /*margin-right: 10px;*/
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}
.arrow_box span, .arrow_box2 span{
    color: #444;
    font: 13pt BrandonGrotesque;
}
.arrow_box span{
    margin-right: 6px;
}
.respuesta{
    padding-right: 0;
    padding-left: 0;
}
/*.comentarioa .detspan{
    color: #f87a27;
    font: 12pt BrandonGrotesqueBold;
    margin-right: 10px;
}
.comentarioa .detspanTextoResaltado{
    color: #A4A4A4;
    font: 12pt BrandonGrotesque;
    margin-right: 10px;
}*/
.divFecha{
    font-size: 9pt;
    color: #888;
    margin: 2px 0 5px 0;
    padding: 0;
}
.divdetalle-atrib{
        margin-left: 2px;
    }
.detspanTexto{
    color: #040404;
    font: 14pt BrandonGrotesque;
}
.preguntasspan{
    color: #f87a27;
    font: 14pt BrandonGrotesqueBold;
    margin-right: 10px;
}
.Visitosspan{
    color: #f87a27;
    font: 14pt BrandonGrotesqueBold;
    margin-right: 10px;
}
.comentario{
    padding-right: 0;
    padding-left: 0;
    /*margin-bottom: 20px;*/
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0 10px 0;
}
.comentarioa{
    padding-right: 0;
    padding-left: 0;
}
.divHacerPublica{
    padding: 2px 10px;
}
.divHacerPublica label{
    font-weight: normal;
    font-size: 9pt;
    color: #888;
    padding: 2px 0;
}
.divHacerPublica input[type=checkbox]:not(old) + label {
    background: url('../Imagenes/checks.png') no-repeat 5px -4px;
}
.divHacerPublica input[type=checkbox]:not(old):checked + label {
    background: url('../Imagenes/checks.png') no-repeat 5px -52px;
}
.anunciantespan{
    padding-left: 2px;
    color: #f87a27;
    font: 14pt BrandonGrotesqueBold;
    /*margin-right: 10px;*/
    display: block;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.visitasspan{
    padding-left: 2px;
    color: #f16f22;
    font: 14pt BrandonGrotesqueBold;
    margin-right: 10px;
}
.anunciantespanTextoResaltado{
    color: #040404;
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    font: 9pt BrandonGrotesqueBold;
    word-wrap: break-word;
}
.anunciantespanTexto{
    color: #A5A5A5;
    display: block;
    padding-left: 2px;
    font: 10pt BrandonGrotesqueBold;
}
.errorclass{
    border:1px solid red;
}
.div-galeria, .div-galeria-nav{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.div-galeria-nav .slick-prev,.div-galeria-nav .slick-next {
    top: 50%;
}
.div-galeria-nav .slick-prev:before, .div-galeria-nav .slick-next:before{
    font-size:0;
}
.div-galeria-nav .slick-slide{
    display: table !important;
    margin-right: 10px;
    overflow: hidden;
    background-size: 100%;
    background-position: 50% 50%;
}
.div-galeria-nav .slick-prev{
    position: absolute;
    left: 0px;
    top: 53%;
    background: url("../imagenes/flecha-fondogris.png") no-repeat;
    height: 54px;
    border: none;
    width: 49px;
    cursor: pointer;
    outline:0;
    z-index: 10;
}
.div-galeria-nav .slick-prev:hover{
    /*background: url("../imagenes/flecha-izq-azul.png") no-repeat;*/
    border: none;
}
.div-galeria-nav .slick-next{
    position: absolute;
    right: 5px;
    top: 53%;
    background: url("../imagenes/flecha-fondogris2.png") no-repeat;
    height: 54px;
    border: none;
    width: 49px;
    cursor: pointer;
    outline:0;
}
.div-galeria-nav .slick-next:hover{
    /*background: url("../imagenes/flecha-der-azul.png") no-repeat;*/
    border: none;
}
.div-galeria .slick-prev{
    position: absolute;
    left: 5px;
    background: url("../imagenes/flecha-fondogris-big.png") no-repeat;
    height: 83px;
    border: none;
    width: 48px;
    cursor: pointer;
    outline:0;
    z-index: 10;
}
.div-galeria .slick-prev:hover{
    background: url("../imagenes/flecha-fondogris-big-.png") no-repeat;
    border: none;
}
.div-galeria .slick-next{
    position: absolute;
    right:5px;
    background: url("../imagenes/flecha-fondogris-big2.png") no-repeat;
    height: 83px;
    border: none;
    width: 48px;
    cursor: pointer;
    outline:0;
}
.div-galeria .slick-next:hover{
    background: url("../imagenes/flecha-fondogris-big2-.png") no-repeat;
    border: none;
}
.div-galeria .slick-prev,.div-galeria .slick-next {
    top: 50%;
}
.div-galeria .slick-prev:before, .div-galeria .slick-next:before{
    font-size:0;
    color: white;
}
#map_container{
    text-align: center;
}
#lnkAmpliarMapa{
    color: #f87a27;
    font: 14pt BrandonGrotesqueBold;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
#lnkAmpliarMapa:hover, #lnkAmpliarMapa:focus, #lnkAmpliarMapa:active{
    color: #23527c;
    text-decoration: underline;
}
.vistos.slick-slider{
    margin-bottom: 0px !important;
}
.vistos .slick-prev,.vistos .slick-next {
    top: 50%;
}
.vistos .slick-prev:before, .vistos .slick-next:before{
    font-size:0;
}
.vistos .slick-slide{
    height: 87px !important;
    display: table !important;
    margin-right: 10px;
    overflow: hidden;
}
.vistos .slick-prev{
    position: absolute;
    left: 15px;
    top: 53%;
    background: url("../imagenes/flecha-small-izq-2.png") no-repeat;
    height: 54px;
    border: none;
    width: 24px;
    cursor: pointer;
    outline:0;
    z-index: 1;
}
.vistos .slick-prev:hover{
    background: url("../imagenes/flecha-izq-azul.png") no-repeat;
    border: none;
}
.vistos .slick-next{
    position: absolute;
    right: 15px;
    top: 53%;
    background: url("../imagenes/flecha-small-der-2.png") no-repeat;
    height: 54px;
    border: none;
    width: 24px;
    cursor: pointer;
    outline:0;
}
.vistos .slick-next:hover{
    background: url("../imagenes/flecha-der-azul.png") no-repeat;
    border: none;
}
.arrow_box, .arrow_box2{
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.arrow_box:after, .arrow_box:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 10px;
    margin-top: -10px;
}
.arrow_box:before {
    border-color: rgba(241, 241, 241, 0);
    border-right-color: #d4d4d4;
    border-width: 11px;
    margin-top: -11px;
}
.arrow_box2:after, .arrow_box2:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box2:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
.arrow_box2:before {
    border-color: rgba(241, 241, 241, 0);
    border-left-color: #d4d4d4;
    border-width: 11px;
    margin-top: -11px;
}
.mtb{
    display: table-cell;
    vertical-align: middle;
}
.thumbn{
    display: block;
    /*vertical-align: middle;*/
    background-color: white;
    height: 90px;
    max-height: 90px;
    overflow: hidden;
}
.thumbn img{
    margin: 0 auto;
}
.visdivthumb{
    border:1px solid #dbdbdb;
    padding: 5px;
}
.VisThumb {
    border: 1pt solid #e5e6e6;
    display: table-cell;
    vertical-align: middle;
    background-color: white;
    height: 75px;
    width: 117px;
    padding: 1px;
}
.detallevisto{
    text-align: left;
    height: 73px;
    display:table-cell;
    padding-left: 8px;
}
.visttitulo{
    display: block;
    font: 10pt BrandonGrotesqueBold;
    color: #05538d;
}
.vistatrib{
    color: #040404;
    font: 10pt BrandonGrotesqueBold;
}
.vistatribdetalle{
    color:#f16f22;
    font: 10pt BrandonGrotesqueBold;
}
.VisThumb img{
    max-width:100%;
    max-height:100%;
    margin: 0 auto;
}
.botonpregunta{
    color: #FFF;
    background-color: #f87a27;
    font: 10pt BrandonGrotesqueBold;
    height: 32px;
    margin-bottom: 4px;
}
#divEnviarContainer{
    margin-bottom:10px; 
    text-align: center;
}
@media(min-width: 992px){
    #divEnviarContainer{
        text-align: right;
    }
}
.botonhide{
    height: 19px;
    color: #f87a27;
    font: 8pt BrandonGrotesqueBold;
    position: absolute;
    padding-top: 0px;
    right: -2%;
    display: none;
}
.botonhide-2{
    height: 19px;
    color: #f87a27;
    font: 8pt BrandonGrotesqueBold;
    position: absolute;
    padding-top: 0px;
    bottom: -55%;
    display: none;
}
.mtb img{
    margin: 0 auto;
}
.wrap-slide{
    background-repeat: no-repeat;
    background-position: center;
    height: 480px !important;
    display: table !important;
}
.div-galeria{
    height: 490px;
    background: white;
    padding: 5px;
    border: 1pt solid #e5e6e6;
    text-align:center;
    overflow: hidden;
}
.div-galeria img{
    max-width: 100%;
    max-height: 475px;
}
.inputcompleto{
    padding-left: 0;
    padding-right: 5px;
}
.spanEnviaAmigo{
    padding-top: 6px;
    height: 33px;
    /*border: 1px solid #ccc;*/
    text-align: center;
    width: 20%;
    display: inline-block;
    text-align: left;
}
#detalleproducto{
    background-color: white; 
    padding: 3px;
}
#detalletexto{
    width: 100%;
    display: inline-block;
    word-wrap: break-word;
}
.preguntacomentario{
    margin-top:10px; 
    /*float:none;*/
}
.barrapregunta{
    padding-left: 0;
    /* padding: 2px; */
    border: 1px solid #f1f1f1;
    margin-left: 0;
}
.imagenpregunta{
    background-image: url(../imagenes/icon-chat-2.png); 
    height: 40px; 
    background-repeat: no-repeat;
}
.textopregunta{
    padding-top: 6px;
    height: 35px;
    display:inline-block; 
    text-align:center;
}
#cuestionarioforma{
    padding-left: 0; 
    padding-right: 0; 
    border-bottom: 1px solid #f87a27;
    margin-left: 0;
}
#cuestionarioforma .inputcompleto{
    margin-top:10px; 
    margin-bottom:10px
}
#cuestionarioforma .inputfondo{
    margin-bottom:10px; 
    padding:0;
}
#divOpciones div{
    padding: 0;
}
#btnFavoritos:hover, #btnFavoritos.active, #btnReportar:hover, #btnReportar.active{
    color: #fb944c;
    cursor: pointer;
}
/********* Sprites *********/
.le-icon{
    background: url("../imagenes/sprites.png") no-repeat;
    cursor: pointer;
    display: inline-block;
}
.le-icon-fb{
    background-position: 0 0;
    width: 32px;
    height: 31px;
}
.le-icon-tw{
    background-position: -35px 0;
    width: 31px;
    height: 31px;
}
.le-icon-mail{
    background-position: -71px 0;
    width: 28px;
    height: 19px;
    margin: 6px 0;
}
.le-icon-mail:hover{
    background-position: -104px 0;
}
.le-icon-favoritos{
    background-position: -190px 0;
    width: 23px;
    height: 23px;
    margin: 4px 0;
}
#btnFavoritos.active .le-icon-favoritos, .le-icon-favoritos-active{
    background-position: -215px 0;
    width: 23px;
    height: 23px;
}
.le-icon-reportar{
    background-position: -136px 0;
    width: 23px;
    height: 27px;
    margin: 2px 0;
}
#btnReportar.active .le-icon-reportar{
    background-position: -164px 0;
}
@media (min-width: 768px){
    .wrap-image{
        margin: auto;
    }
}
@media (max-width: 1200px){
    .anunder{
        /*width: 63% !important;*/
        text-align: center;
    }    
    .separadorAnunciante{
        width: 0px !important;
    }
}
@media(min-width: 1024px){
    .textopregunta{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .btnpregunta{
        padding-left: 27px !important;
    }
}
@media((min-width:768px) and (max-width: 1200px) ){
    #detContenedorIzq{
        padding-right: 0;
    }
    .anunder{
        width: 63% !important;
        text-align: center;
    }
    .anuizq{
        width: 100% !important;
        text-align: center;
    }
    .separadorAnunciante{
        width: 0px !important;
    }
}
@media(min-width: 992px){
    #detContenedorIzq{
        float: right;
    }
}
@media (max-width: 680px) {
    #detContenedor{
    width: 100%;
    margin-left: 15px;
    }
    #map_container{
        padding-right: 5px;
        padding-left: 0;
    }
    #spTitulo{
    font: 14pt BrandonGrotesqueBold;
    }
    #detContenedorDer{
        margin-right: 0px;
        margin-left: -15px;
    }
    #detContenedorIzq{
        /*margin-left: -13px;*/
    }
    .divclasificado{
        padding-left: 0px;
    }
    .divdetalle{
        padding-left: 0px;
    }
    .anunciantespan{
        padding-left: 2px;
        color: #f87a27;
        font: 16pt BrandonGrotesqueBold;
        margin-right: 10px;
        display: block;
    }
    .anunciantespanTextoResaltado{
        color: #040404;
        display: block;
        padding-left: 2px;
        padding-right: 2px;
        font: 16pt BrandonGrotesqueBold;
    }
    .textopregunta{
        padding-top: 10px !important;
    }
    .preguntasspan{
        color: #f87a27;
        font: 12pt BrandonGrotesqueBold;
        margin-right: 10px;
    }
    .wrap-slide{
        background-size: 100% !important;
        background-position: center;
    }
    /*.comentario{
        padding-left: 0px;
        width:108% !important;
        padding-right: 0px;
    }
    .comentarioa{
        width: 108% !important;
        padding-left: 0px;
    }*/
}
@media (max-width: 480px) {
    #detContenedor{
    /*width: 100%;
    margin-left: 15px;*/
        width: calc(100% - 30px);
        margin: 0;
        padding: 0;
    }
    #colControles{
        padding: 0;
    }
    #spTitulo{
    font: 14pt BrandonGrotesqueBold;
    }
    #detalletexto{
        width: 94%;
    }
    #detContenedorDer{
        margin: 0;
    }
    #detContenedorIzq{
       /* margin-left: -13px;*/
    }
    .divclasificado, .divdetalle{
       /* padding: 0 15px;*/
    }
    .anunciantespan{
        padding-left: 2px;
        color: #f87a27;
        font: 16pt BrandonGrotesqueBold;
        margin-right: 10px;
        display: block;
    }
    .anunciantespanTextoResaltado{
        color: #040404;
        display: block;
        padding-left: 2px;
        padding-right: 2px;
        font: 16pt BrandonGrotesqueBold;
    }
    .divtemporalanunciante{display: none;}
    /*.comentario{
        padding-left: 0px;
        width:108%;
        padding-right: 0px;
    }
    .comentarioa{
        width: 108%;
        padding-left: 0px;
    }*/
    .preguntasspan{
        color: #f87a27;
        /*font: 8pt BrandonGrotesqueBold;*/
        margin-right: 10px;
    }
    .botonpregunta {
    color: #FFF;
    background-color: #f87a27;
    font: 8pt BrandonGrotesqueBold;
    height: 32px;
    margin-bottom: 4px;
    }
    .preguntacomentario{
        padding: 0px;
        margin-top: 10px;
    }
    .textopregunta{
        padding-left: 0px;
        padding-right: 0px;
    }
    .barrapregunta{
        width: 100%;
    }
    .inputfondo{
        padding-right: 0px;
    }
    /*.spanEnviaAmigo{
        padding-top: 12px;
        font-size: 7pt;
        height: 33px;
        border: 1px solid #ccc;
        text-align: center;
        width: 11%;
        display: inline-block;
    }*/
}
@media(max-width: 440px){
    .divContenedor #div_cmbAnio, .divContenedor #div_cmbMarca, .divContenedor #div_cmbModelo, .divContenedor #div_cmbKilometraje, .divContenedor #div_cmbTransmision, .divContenedor #div_cmbMotor, .divContenedor #div_cmbMotor, .divContenedor #div_cmbPuertas, .divContenedor #div_cmbColor, .divContenedor #txtColor,
    .divContenedor #div_cmbZona, .divContenedor #div_cmbColonia, .divContenedor #div_cmbPlantas, .divContenedor #div_cmbRecamaras, .divContenedor #div_cmbBanios, .divContenedor #div_cmbMtsConstruccion, .divContenedor #div_cmbMtsTerreno {
        width: 100%;
    }
}
#divMensaje{
    display: none;
    padding: 1px 10px 10px 10px;
    margin: 15px 0;
    border-radius: 3px;
    /*background-color: #E0F8E6;*/
    border-color: #c6e0cc;
    color: #5F9261;
    font: 13pt BrandonGrotesqueBold;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#divMensaje.text-error,
#divMensaje.alert-danger{
    background-color: rgb(255, 212, 212);
    color: #b32727;
    border-color: #b32727;
}
#divMensaje h3{
    color: #0089d0;
}
#divMensaje h5 a{
    color: #00aeef;
}

.sk-fading-circle {
  width: 20px;
  height: 20px;
  position: relative;
  float: right;
  margin-left: 5px;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/*-------------Referencias de fuentes------------*/
@font-face {
  font-family: 'BrandonGrotesque';
  src: url('../fonts/HVD Fonts - BrandonGrotesque-Regular.otf'); /* IE9 Compat Modes */
  src: url('../fonts/HVD Fonts - BrandonGrotesque-Regular.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/HVD Fonts - BrandonGrotesque-Regular.otf') format('otf'), /* Modern Browsers */
}
@font-face {
  font-family: 'BrandonGrotesqueBold';
  src: url('../fonts/HVD Fonts - BrandonGrotesque-Bold.otf'); /* IE9 Compat Modes */
  src: url('../fonts/HVD Fonts - BrandonGrotesque-Bold.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/HVD Fonts - BrandonGrotesque-Bold.otf') format('otf'), /* Modern Browsers */
}
@font-face {
  font-family: 'HelveticaCondensed';
  src: url('../fonts/Helvetica-Condensed.otf'); /* IE9 Compat Modes */
  src: url('../fonts/Helvetica-Condensed.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Helvetica-Condensed.otf') format('otf'), /* Modern Browsers */
}
@font-face {
  font-family: 'BentonSansCond';
  src: url('../fonts/BentonSansCond-Regular (2).otf'); /* IE9 Compat Modes */
  src: url('../fonts/BentonSansCond-Regular (2).otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BentonSansCond-Regular (2).otf') format('otf'), /* Modern Browsers */
}
/*----------------------------*/
/*       Guarda Busquedas     */
/*----------------------------*/
.formGuardaBusqueda{
    padding: 10px 100px;
    text-align: center; 
}
.formGuardaBusqueda .msgGuardaBusqueda{
    color: #f87a27;
    font: 18pt BrandonGrotesqueBold;    
}
.formGuardaBusqueda #cadenaBusqueda{
    color: #337ab7;    
    font: 14pt BrandonGrotesqueBold;
}

.formGuardaBusqueda #cadenaBusqueda .separador{
    color: #585858;
    font: 18pt BrandonGrotesqueBold;    
}

.formGuardaBusqueda #btnGuardarBusqueda{
    background: url(../imagenes/btn-guardarbusqueda.png);
    width: 162px;
    height: 37px;
    border: 0;
    vertical-align: middle;
    margin:10px 0px 0px 10px;

}
.formGuardaBusqueda #contMensaje{
    border: 2px solid #27AE60;
    background-color: #A9DFBF;
    padding: 20px 50px;
    font: 18pt BrandonGrotesqueBold;
    color: #27AE60;
    display: none;
}
.formGuardaBusqueda #contMensaje p{
    margin:0px !important;
}
.text-error{
    color: #D54747!important;
    margin-left: 5px;
}
#alert-mensaje{
    position: fixed;
    z-index: 10;
    width: 100%;
    background: rgb(0, 137, 208);
    text-align: center;
    padding: 20px;
    color: #fff;
    display: none;
    font-size: 12pt;
}
.alert{
    border-radius: 0!important;
}
.alert-dismissable .close{
    color: #fff;
    opacity: .7;
    margin-right: 10px;
    font-size: 20pt;
    transition: opacity .3s;
}
.alert-dismissable .close:hover{
    opacity: 1;
}/*
#eco_box_mov{
    height: 170px;
    overflow-y: hidden;
}*/