@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/*@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url('/../fonts/calibri.eot');
    src: url('/../fonts/calibri.woff') format('woff'), url('/../fonts/calibri.ttf') format('truetype'), url('/../fonts/calibri.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibriB';
    src: url('/../fonts/calibrib.eot');
    src: url('/../fonts/calibrib.woff') format('woff'), url('/../fonts/calibrib.ttf') format('truetype'), url('/../fonts/calibrib.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/


.completionList {
    border: solid 1px Gray;
    margin: 0px;
    padding: 0px;
    height: auto;
    overflow: auto;
    background-color: #ffffe6;
}

.listItem {
    margin: 10px;
    color: #191919;
    padding: 0px;
    list-style: none;
}

.itemHighlighted {
    background-color: #ffff80;
    margin: 10px;
    padding: 0px;
    list-style: none;
    font-weight: bold;
}


ul,
li {
    margin: 0px;
    list-style: none;
    padding: 0px
}

p {
    margin: 0 0 8px;
    padding: 0px
}

form {
    margin: 0;
    padding: 0;
}

form fieldset {
    border: 0;
    padding: 0;
    margin: 0
}

img {
    border: none
}


.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}


.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.hide {
  display: none !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}


@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.cfx:after {
    content: "▯";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cfx {
    display: inline-block
}


/*\*/

.cfx {
    display: block
}


/**/

* html .cfx {
    height: 1px
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fr {
    float: right
}

.fl {
    float: left
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

body {
    margin: 0;
    background: #fff;
    font: 0.8em Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 110%
}

a {
    color: #272f35
}

a:hover,
a:focus {
    outline-color: #272f35
}

a[href^="tel:"] {
    text-decoration: none;
    color: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #272f35
}

h1 {
    font-size: 2em;
    margin: 0 0 17px;
    padding: 0 0 3px
}

h2 {
    font-size: 1.4em;
    margin: 0 0 10px;
    padding: 0
}

h3 {
    font-size: 0.9em;
    margin: 0 0 10px;
    padding: 0;
    color: #000
}

#contgral {
    width: 990px;
    margin: 0 auto
}

header {

}

header .logo {
    width: 202px;
}

header .logo a img {
    width: 100%;
    max-width: 199px;
    margin: 5px 0 0 0;
    height: auto
}

header .user {
    text-align: right;
    color: #FFF
}

header .user p {
    margin-bottom: 10px;
    font-size: 0.9em;
    line-height: 1;
}

header .user a {
    color: #FFF;
    text-decoration: underline;
}

header .logo {
    float: left;
    margin: 10px 0 0 0
}

header .buscador {
    float: left;
    margin-left: 36px;
    margin-top: 14px;
}

.headerCont {
    width: auto;
    margin: 0 2%
}

header .buscador {
    float: left;
    margin-left: 36px;
    margin-top: 14px
}

header .buscador .wrapBuscador {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #144367;
    width: 420px;
    position: relative;
    overflow: hidden
}

header .buscador .wrapTag {
    float: left;
    width: 28%
}

header .buscador .wrapTag i.closeTag {
    width: 14px;
    height: 14px;
    display: block;
    background: url('../img/closeTag.png') no-repeat;
    float: left;
    margin-right: 8px;
    cursor: pointer
}

header .buscador .wrapBuscador .tag {
    background: #E7E8E9;
    color: #717273;
    padding: 6px 8px;
    border-radius: 3px;
    margin: 7px
}

header .buscador input.inputText:focus {
    outline: none
}

header .buscador input.inputText {
    padding: 8px 10px 8px 10px;
    border: 0;
    margin-right: 0;
    height: 40px;
    width: auto;
    float: left
}

header .buscador.conTag input.inputText {
    width: 53%;
    padding-left: 4px
}

header .buscador input.inputText:focus {
    border: 0
}

header .buscador .botonAzul {
    height: 40px;
    margin-left: -5px;
    border-radius: 0;
    float: right;
    z-index: 9999;
    position: relative;
    width: 10%;
    border: 2px solid #fff
}

header .btnPublica {
    background: #26A748;
    float: right;
    border-radius: 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background: #38b54a;
    background: -moz-linear-gradient(top, #38b54a 0%, #289556 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #38b54a), color-stop(100%, #289556));
    background: -webkit-linear-gradient(top, #38b54a 0%, #289556 100%);
    background: -o-linear-gradient(top, #38b54a 0%, #289556 100%);
    background: -ms-linear-gradient(top, #38b54a 0%, #289556 100%);
    background: linear-gradient(to bottom, #38b54a 0%, #289556 100%);
    z-index: 9999;
    position: relative
}

header .btnPublica a {
    padding: 10px 20px;
    float: left;
    color: #fff;
    text-decoration: none;
    font-weight: bold
}

header .btnPublica .desplega {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    padding: 10px 14px;
    display: block;
    cursor: pointer;
    background: transparent url('../img/desplega.png') no-repeat center;
    color: #fff;
    text-indent: -9999px
}

header .btnPublica .desplegado {
    display: none;
    z-index: 9999;
    top: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    border-radius: 0 0 3px 3px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    background: #38b54a;
    background: -moz-linear-gradient(top, #38b54a 0%, #289556 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #38b54a), color-stop(100%, #289556));
    background: -webkit-linear-gradient(top, #38b54a 0%, #289556 100%);
    background: -o-linear-gradient(top, #38b54a 0%, #289556 100%);
    background: -ms-linear-gradient(top, #38b54a 0%, #289556 100%);
    background: linear-gradient(to bottom, #38b54a 0%, #289556 100%)
}

header .btnPublica.open-btn>a {
    background: #CCE4D2;
    border-radius: 3px 0 0 0
}

header .btnPublica.open-btn>.desplega {
    background-color: #38B54A;
    border-radius: 0 3px 0 0
}

header .btnPublica .desplegado ul li a {
    width: 100%;
    padding: 10px 8px;
    font-weight: normal;
    font-size: 0.85em;
    border-bottom: 1px solid #fff
}

header .btnPublica .desplegado ul li:last-child a {
    border-bottom: 0!important
}

header .btnPublica .desplegado ul li a:hover {
    background: #0D9745
}

header .btnPublica .desplegado ul li a strong {
    font-size: 1.2em
}

header .btnPublica .desplegado ul li a i {
    float: left;
    margin-right: 10px;
    margin-top: 6px
}

header .btnPublica .desplegado ul li a span {
    float: left
}

.colLeft {
    width: 81%
}

.colLeft2 {
    width: 69%;
    float: left
}

.colLeft2 .box h3 {
    font-size: 1em;
    margin: 0 0 10px
}

.colDer {
    width: 27.5%;
    float: right;
    padding-top: 21px
}

.colDer h3 {
    font-size: 1.1em
}

.box {
    margin-bottom: 20px;
    clear: both
}

.colDer .box {
    margin-bottom: 35px
}

[class^="icono-"],
[class*=" icono-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 3px 4px 0 0;
    *margin-right: .3em;
    line-height: 13px;
    vertical-align: text-top;
    background-image: url(../img/iconos.png);
    background-repeat: no-repeat
}

.icono-btn {
    background-position: -7px -3px;
    margin: 0 0 0 5px
}

.icono-btn-prev {
    background-position: -26px -3px;
    margin: 0 0 0 5px
}

.icono-star {
    background-position: -47px -3px;
    margin: 0;
    width: 16px;
    height: 16px
}

.icono-close {
    background-position: -70px -4px;
    margin: 0;
    width: 14px;
    height: 13px
}

.icono-tip {
    background-position: -92px -3px;
    margin: 0;
    width: 17px;
    height: 17px
}

.icono-ok {
    background-position: -119px -3px;
    margin: 0;
    width: 28px;
    height: 28px
}

.icono-prev {
    background-position: -162px -7px;
    margin: 0;
    width: 15px;
    height: 22px
}

.icono-next {
    background-position: -197px -7px;
    margin: 0;
    width: 15px;
    height: 22px
}

.icono-tel {
    background-position: -229px -10px;
    margin: 0 5px 0 0;
    width: 9px;
    height: 15px
}

.icono-ubi {
    background-position: -253px -12px;
    margin: 2px 5px 0 0;
    width: 11px;
    height: 12px
}

.icono-fb {
    background-position: -300px -3px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 32px
}

.icono-gp {
    background-position: -378px -3px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 32px
}

.icono-tw {
    background-position: -339px -3px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 32px
}

.icono-pinterest {
    background-position: -996px -3px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 32px
}

.icono-mail {
    background-position: -416px -3px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 32px
}

.icono-mail2 {
    background-position: -831px -6px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 32px
}

.icono-whatsapp {
    background-position: -1035px -3px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 32px
}

.icono-li {
    background-position: -683px -3px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 32px
}

.icono-gmail {
    background-position: -726px -6px;
    margin: 2px 5px 0 0;
    width: 24px;
    height: 24px
}

.icono-outlook {
    background-position: -762px -6px;
    margin: 2px 5px 0 0;
    width: 24px;
    height: 24px
}

.icono-yahoo {
    background-position: -798px -6px;
    margin: 2px 5px 0 0;
    width: 24px;
    height: 24px
}

.icono-inmueble {
    background-position: -910px -8px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 24px
}

.icono-auto {
    background-position: -864px -9px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 24px
}

.icono-producto {
    background-position: -1077px -9px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 24px;
}

.icono-funebre {
    background-position: -951px -6px;
    margin: 2px 5px 0 0;
    width: 32px;
    height: 24px
}

.icono-preg {
    background-position: -464px -10px;
    margin: 1px 8px 0 0;
    width: 16px;
    height: 15px
}

.icono-preg-pend {
    background-position: -496px -10px;
    margin: 1px 8px 0 0;
    width: 16px;
    height: 15px
}

.icono-menu {
    background-position: -530px -11px;
    margin: 0;
    width: 14px;
    height: 13px
}

.icono-buscar {
    background-position: -1120px -1px !important;
    background: none repeat scroll 0 0 #272f35;
    background-image: url("../img/iconos.png");
    border: 2px solid #fff;
    border-radius: 0;
    float: right;
    height: 40px;
    margin-left: -5px;
    position: relative;
    width: 80px;
    margin-top: 0px;
    margin-right: 0px;
    cursor: pointer
}

.icono-close-wh {
    background-position: -562px -11px;
    margin: 0;
    width: 12px;
    height: 12px
}

.icono-user {
    background-position: -623px -11px;
    margin: 2px 8px 0 0;
    width: 12px;
    height: 13px
}

.icono-prev-wh {
    background-position: -654px -8px;
    margin: 2px 8px 0 0;
    width: 15px;
    height: 22px
}

.formulario fieldset {
    position: relative;
    padding: 22px 23px 22px 15px;
    margin-bottom: 35px;
    clear: both;
    font-size: 1.1em;
    border: 1px solid #666;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.20)
}

.formulario fieldset legend {
    background: #FFF;
    top: -0.7em;
    left: 19px;
    padding: 0 10px 0 9px;
    position: absolute
}

.formulario fieldset legend h2 {
    margin: 0
}

.formulario fieldset fieldset {
    margin: 0 18px 31px 26px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.formulario fieldset fieldset legend {
    top: -0.4em;
    left: 31px
}

.formulario label {
    display: inline-block;
    width: 169px;
    text-align: right;
    padding-right: 8px;
    font-weight: bold;
    margin-right: 4px;
    vertical-align: middle
}

.formulario input[type="text"],
.formulario input[type="tel"],
.formulario input[type="search"],
.formulario select,
.formulario textarea {
    margin-right: 7px;
    padding: 5px 6px 4px;
    border: 1px solid #acacac;
    font-size: 1em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: middle;
    background: #FFF
}

input[type="search"] {
    -webkit-appearance: textfield
}

#nav-mobile .formulario input[type="search"].inputText {
    border: 1px solid #fff
}

.formulario input[type="text"],
.formulario input[type="tel"] {
    padding: 5px 6px 6px
}

.formulario input.inputText,
.formulario textarea.inputText {
    max-width: 290px;
    width: 98%;
    border: 1px solid #ABADB3
}

.formulario button,
.formulario input[type="radio"]:focus,
.formulario input[type="checkbox"]:focus,
.formulario input[type="text"]:focus,
.formulario input[type="tel"]:focus,
.formulario select:focus,
.formulario textarea:focus {
    border: 1px solid #272f35;
    transition: border 0.5s;
    -moz-transition: border 0.5s;
    -webkit-transition: border 0.5s;
    -o-transition: border 0.5s;
    outline-color: #272f35
}

a#btnCerrar {
    background: none !important;
    color: #272f35 !important;
    text-decoration: underline !important
}

a#btnCerrar-top {
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: -15px
}

.galeria {
    float: left;
    width: 100%;
    max-width: 619px;
    margin: 18px 0;
    margin-right: 2%
}

.galeria .imagenAmpCont {
    width: 100%;
    height: auto
}

.galeria .imagenAmpCont img {
    width: 100%;
    height: auto;
    display: block
}

.galeria .thumbs-galeria {
    position: relative
}

.galeria .thumbs-galeria {
    margin: 25px 0
}

.galeria .thumbs-galeria ul {
    width: 410px;
    margin: 0 auto
}

.galeria .thumbs-galeria li {
    width: 15%;
    margin: 0 0 0 2%
}

.galeria .thumbs-galeria li img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 58px
}

.galeria .thumbs-galeria li:first-child {
    margin: 0
}

.galeria .prev-thumb,
.galeria .next-thumb {
    position: absolute;
    top: 0;
    margin-top: 12px
}

.galeria .prev-thumb {
    left: 0
}

.galeria .next-thumb {
    right: 0
}

.galeria .pager {
    text-align: right;
    padding: 3px 0 8px;
    display: none
}

.galeria .pager span {
    width: 3px;
    height: 3px;
    display: inline-block;
    margin: 0 0 0 4px;
    background: #7c7c7c;
    border-radius: 10px
}

.galeria .pager span.activo {
    background: #272f35
}

.botonAzul {
    background: #272f35;
    color: #FFF;
    border: 0;
    text-align: center;
    padding: 5px 11px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none
}

.botones {
    text-align: right;
    margin: 14px 0 0;
    float: right
}

.botones a {
    margin-left: 3px
}

.botones button {
    margin-left: 47px
}

button {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    *overflow: visible;
    line-height: normal
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

button,
html input[type="button"] {
    cursor: pointer;
    -webkit-appearance: button
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 9px 12px 10px 18px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 05, 0.25);
    vertical-align: middle;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #2475c0;
    background-image: -moz-linear-gradient(top, #2475c0, #124061);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2475c0), to(#124061));
    background-image: -webkit-linear-gradient(top, #2475c0, #124061);
    background-image: -o-linear-gradient(top, #2475c0, #124061);
    background-image: linear-gradient(to bottom, #2475c0, #124061);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=true);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff2475c0', endColorstr='#ff124061', GradientType=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn:hover {
    text-decoration: none;
    background-color: #124061;
    background-position: 0 -10px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear
}

.menu {
    width: 100%;
    float: left;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu ul li {
    list-style: none;
    float: left;
    width: auto;
    padding: 5px 10px 5px 0;
    font-family: 'Open Sans', sans-serif;
}

.menu ul li a {
    color: #555;
    font-size: 12px;
    text-decoration: none;
}

.copy {
    float: left;
    font-size: 12px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
}

.copy a {
    font-weight: bold;
    color: #666;
    text-decoration: none;
}

.copy a span {
    font-size: 10px;
    opacity: 0.7;
}

footer {
    border-top: 3px solid #272f35;
    clear: both;
    color: #666;
    font-size: .85em;
    line-height: 16px;
    padding-top: 15px;
    overflow: hidden;
    bottom: 0;
    background: #fff;
    padding-right: 2em;
    padding-left: 2em;
    width: 100%;
}

footer div {
    margin-bottom: 10px
}

footer .address {
    float: left;
    font-style: normal
}

footer .logo-footer {
    float: left;
    margin-right: 20px
}

footer p {
    margin: 0
}

footer #pie_logos {
    float: right
}

footer #pie_logos a {
    margin-left: 6px;
    text-decoration: none
}

footer #pie_logos a img {
    width: 35px;
}

.btn-vender {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    height: 60px;
    line-height: 1.2;
    padding: 22px 0px 15px 20px;
}

.btn-vender a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.btn-vender a i {
    font-size: 20px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover {
    border-radius: 0;
    border: 0;
}

.popover .popover-content ul {
    list-style: none;
    padding: 0;
}

.popover .popover-content ul li {
    margin: 0;
    height: 30px;
    padding: 10px 0;
}

.popover .popover-content ul li a {
    color: #555;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 13px;
}

.breadcrumb {
    margin-top: 12px
}

.breadcrumb ul li {
    float: left;
    padding-right: 20px;
    background: url('../img/breadcrumb.png') no-repeat center right;
    margin-left: 10px;
    line-height: 2em
}

.breadcrumb ul li:last-child {
    background: none
}

.breadcrumb ul li:first-child {
    margin-left: 0
}

#banner768 {
    margin: 10px auto 20px;
    max-width: 970px;
    text-align: center;
    width: 100%;
}


.bannertopbottom {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px;
}

.banner300 {
    text-align: center;
    width: 100%;
    margin: 10px auto 10px
}

.contendor {
    border-top: none;
    padding: 22px 0;
    position: relative
}

.leftCol {
    float: left;
    width: 64%;
    max-width: 100%;
    margin-right: 2%
}

.rightCol {
    float: right;
    width: 34%;
    clear: right;
    position: relative;
}

.block {
    position: relative;
    margin-bottom: 15px;
    clear: both;
    font-size: 0.9em
}

.moduloWrap {
    position: relative;
    clear: both
}

.moduloWrap h2,
.block h2,
section>h2 {
    background: #FFF;
    color: #272f35;
    font-size: 1.7em
}

section {
    margin-bottom: 10px
}

.prodAmpliado {
    margin-bottom: 5px
}

.principal {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 3px;
    padding: 15px 20px
}

.principal h1 {
    color: #000;
    float: left;
    font-size: 1.8em;
    line-height: 1.2em;
    margin: 0;
    width: 82%
}

.contenedorleft {
    float: left
}

.contenedorleft .leftCol {
    width: 100%
}

.prodAmpliado .titulo {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 15px 20px
}

.prodAmpliado .titulo h1 {
    float: left;
    width: 82%;
    line-height: 1.2em;
    font-size: 1.8em;
    margin: 0;
    color: #000
}

.prodAmpliado .titulo span {
    float: right;
    width: 18%;
    margin-top: 7px;
    text-align: right;
    font-size: 0.85em;
}

.prodAmpliado .msgFinalizado {
    background: #F4E288;
    padding: 26px 20px;
    border-radius: 4px;
    margin: 5px 0 14px 0;
    font-size: 1.6em;
    text-align: center
}

.prodAmpliado .msgFinalizado a {
    font-size: 0.8em;
    margin-left: 20px
}

.prodAmpliado .msgFinalizado p {
    margin: 0
}

.datos {
    float: right;
    width: 34%;
    margin: 0;
}

.datos .desc {
    margin-bottom: 16px;
    line-height: 1.5em;
    font-size: 1.1em
}

.datos .precio {
    float: left;
    margin-right: 3px;
    font-size: 2.4em;
    line-height: 1em;
    font-weight: bold;
    color: #272f35;
    width: auto
}

.datos .tel {
    float: left;
    clear: both;
    margin-top: 5px
}

.datos .tel span {
    margin-right: 20px
}

.datos>ul {
    clear: both;
    margin: 10px 0 5px 18px
}

.datos > ul li {
    width: 46%;
    margin: 0 2% 10px 0;
    float: left;
    list-style-image: url(../img/list-tick.gif)
}

.datos .preg-box {
    margin: 15px 0
}

.datos h2 {
    font-size: 1.4em;
    margin-top: 10px;
    color: #000;
    line-height: 1.3em
}

.btnPreguntas a {
    background: #272f35;
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    text-align: center;
    border-radius: 3px;
    padding: 12px 0;
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px: ;
    clear: both;
}

.btnComprar a {
    background: #edcf55;
    color: #272f35;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    padding: 24px 0;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px:;
    clear: both;
}

.preg-box {
    background: #f7f7f7;
    padding: 21px;
    clear: both
}

.preg-box label {
    display: block;
    text-align: left;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0 0 4px 0
}

.preg-box textarea {
    width: 100%;
    padding: 5px 2%;
    margin-bottom: 0;
    height: 30px;
    font-family: inherit;
    font-size: 1em
}

.preguntas .preg-box textarea {
    height: 50px;
    padding: 10px
}

.preg-box .botonAzul {
    float: right;
    margin-top: 10px
}

.preg-box input[type="text"],
.preg-box input[type="tel"] {
    padding: 6px 10px;
    width: 100%
}

.preg-box p {
    color: #666;
    margin-bottom: 30px;
    margin-top: 10px
}

.preg-box .col {
    margin-bottom: 22px
}

.preg-box .col {
    float: left;
    margin-right: 2%
}

.preg-box .col.last {
    margin-right: 0;
    width: 50%
}

.preg-box .mitad {
    width: 48%
}

.preguntas .block>ul>li {
    padding: 18px 0 1px;
    margin: 10px 0 7px;
    border-top: 1px dotted #b4b4b4
}

.preguntas .block>ul>li:first-child {
    border: none
}

.preguntas .block > ul > li span {
    font-weight: bold
}

.preguntas .block > ul > li ul li {
    margin-bottom: 8px;
    padding-left: 23px
}

.preguntas .block > ul > li ul li.preg {
    background: url(../img/icono-preg.png) left 0.1em no-repeat
}

.tools {
    margin:10px 0 0 0;
    display: inline-block;
    position: relative;
    float: left;
    clear: both;
    padding: 0.8em 0;
}

.tools p {
    color:#333;
}

.tooltip-mail {
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #666;
    padding: 16px;
    border-radius: 3px;
    top: -182px;
    left: 150px;
    width: 150px;
    display: none
}

.tooltip-arrow {
    position: absolute;
    width: 26px;
    height: 17px;
    bottom: -16px;
    left: 57px;
    display: block;
    background: transparent url('../img/tooltip-arrow.png') no-repeat
}

.datos .tooltip-mail ul {
    margin-top: 0
}

.tooltip-mail ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.tooltip-mail ul li:last-child {
    margin-bottom: 0
}

.tooltip-mail ul li a {
    text-decoration: none
}

.tooltip-mail ul li a:hover {
    color: #000
}

.tooltip-mail ul li a i {
    float: left;
    margin-right: 10px
}

.tooltip-mail ul li a span {
    padding: 6px 0;
    display: block;
    float: left
}

.descripcionCont {
    line-height: 1.5em
}

.descripcionCont {
    padding: 0 15px;
}

.descripcionCont h1 {
    font-size: 2.4em;
    margin: 0 0 27px;
    color: #000;
    line-height: 1em
}

.descripcionCont p {
    font-size: 1.2em;
    word-wrap: break-word;
}

.descripcionCont p,
.descripcionCont ul {
    margin-bottom: 15px
}

.descripcionCont img[align="left"] {
    margin: 0 20px 15px 0
}

.descripcionCont .modulo {
    clear: both;
    margin: 15px 0
}

.descripcionCont .listados ul {
    width: 47%;
    margin-left: 3%;
    float: left
}

.descripcionCont .listados ul li {
    margin: 0 0 10px 0;
    padding-right: 10px;
    list-style-image: url(../img/list-tick.gif)
}

.descripcionCont .listados.tresCol ul {
    width: 30.1%;
    margin-left: 3%;
    float: left
}

@media screen and (max-width: 600px) {
    .descripcionCont .listados.tresCol ul {
        width: 47%;
        margin-left: 3%;
        float: left
    }
}

.yt-video {
    width: 100%;
    height: auto;
    min-height: 30em;
    margin-bottom: 20px;
    border: 0
}

@media screen and (max-width:640px) {
    .yt-video {
        min-height: 20em
    }
}

.articulos .block {
    padding: 0;
    border: none
}

.articulos h2 {
    display: none
}

.articulos h4 {
    margin-top: 0;
    color: #000;
    clear: both;
    font-size: 1.35em;
    color: #3B74BA
}

.articulos .listado ul {
    margin-bottom: 25px
}

.articulos .listado.last ul {
    margin-bottom: 0
}

.articulos .listado ul li {
    clear: both;
    margin: 0;
    padding: 20px 0 14px;
    border-top: 1px solid #f7f7f7
}

.articulos .listado ul li:first-child {
    border: none
}

.articulos .listado ul li p {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 9px
}

.articulos .listado ul li img {
    float: left;
    margin: 0 12px 10px 0
}

.itemAviso {
    border: 1px solid #cecece;
    float: left;
    width: 100%;
    margin-bottom: 10px
}

.itemAviso img {
    float: left;
    margin-right: 10px;
    width: 100%;
    max-width: 109px;
    height: auto;
    max-height: 82px
}

@media screen and (max-width: 400px) {
    .itemAviso img {
        width: 60px;
        height: auto
    }
}

.itemAviso .item-wrap {
    display: block;
    float: left
}

.itemAviso a {
    text-decoration: none;
    display: block;
    line-height: 1.6em;
    float: left;
    width: 100%;
    padding: 8px
}

.itemAviso a:hover {
    background: #e4ebf4
}

.itemAviso .item-title {
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    color: #000;
    font-size: 1.2em
}

.itemAviso .item-subtitle {
    color: #666;
    display: block
}

.itemAviso .item-precio {
    color: #272f35;
    font-weight: bold;
    font-size: 2.1em;
    letter-spacing: -1px;
    margin-top: 10px;
    float: left
}

.itemAviso .item-precio span {
    font-size: 70%;
}

.nav-mobile-menu {
    display: none;
    position: relative;
    right: 0;
    top: 0;
    float: right;
    text-align: right
}

.nav-mobile-menu a {
    padding: 26px 30px;
    display: inline-block;
}

.nav-mobile-menu a.activo {
    background: #272f35;
}

.nav-mobile-menu a.activo i {
    background-position: -562px -11px;
    margin: 0px 0px 0 0;
    width: 12px;
    height: 12px
}

#nav-mobile {
    background: #272f35;
    display: block;
    height: auto
}

#nav-mobile ul {
    width: 100%;
    text-align: left
}

#nav-mobile ul.buscador {
    padding: 5px 0;
    background: #272f35
}

#nav-mobile ul li {
    color: #FFF;
    width: 100%;
    display: block;
    padding: 13px 3%;
    margin: 0
}

#nav-mobile ul li.user {
    background: #272f35
}

#nav-mobile ul li a {
    color: #FFF;
    display: block
}

#nav-mobile ul a:hover {
    background: none
}

#nav-mobile .inputText {
    border: 0 none;
    border-radius: 3px 0 0 3px;
    height: 44px;
    margin-right: 0;
    padding: 12.5px 8px;
    width: 72%
}

#nav-mobile .botonAzul {
    border: 2px solid #fff;
    border-radius: 0 3px 3px 0;
    margin-left: -6px;
    margin-top: -4px;
    padding: 0 5px 0 36px
}

#nav-mobile .botonAzul .icono-buscar {
    margin-left: -56px;
    padding: 12px 17px 11px;
    border-radius: 0 3px 3px 0;
    border: none
}

.fb_iframe_widget {
    display: block!important
}

.fb_iframe_widget iframe,
.fb_iframe_widget span {
    width: 100%!important;
    min-width: 275px!important
}

.slider {
    width: 619px;
    height: auto;
    position: relative;
    direction: ltr;
    overflow: visible
}

.slider>* {
    float: left
}

.slider img {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    max-width: 100%;
    max-height: 464px
}

.rsWebkit3d .sliderSlide,
.rsWebkit3d .sliderContainer,
.rsWebkit3d .sliderThumbs,
.rsWebkit3d .sliderPreloader,
.rsWebkit3d img,
.rsWebkit3d .sliderOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

.rsFade.rsWebkit3d .sliderSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .sliderContainer {
    -webkit-transform: none
}

.sliderOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: url('../img/foto_previo.gif');
    background-position: center;
    background-repeat: no-repeat
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsVisibleNearbyWrap .sliderOverflow {
    position: absolute;
    left: 0;
    top: 0
}

.sliderContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.sliderArrow,
.sliderThumbsArrow {
    cursor: pointer
}

.sliderThumb {
    float: left;
    position: relative
}

.sliderArrow,
.sliderNav,
.sliderThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}

.sliderOculto {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear
}

.slider .sliderSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none
}

.sliderSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.slider.rsAutoHeight,
.rsAutoHeight .sliderSlide {
    height: auto
}

.sliderContent {
    width: 100%;
    height: 100%;
    position: relative
}

.sliderPreloader {
    position: absolute;
    z-index: 0
}

.sliderNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.sliderNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25)
}

.sliderThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22
}

.rsTabs {
    float: left;
    background: none !important
}

.rsTabs,
.sliderThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.rsABlock,
.rsSBlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
    -webkit-backface-visibility: hidden
}

.rsABImage {
    width: 100%;
    height: auto
}

.grab-cursor {
    cursor: url(../img/grab.png) 8 8, pointer
}

.grabbing-cursor {
    cursor: url(../img/grabbing.png) 8 8, pointer
}

.rsNoDrag {
    cursor: auto
}

a.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(../img/blank.gif);
    -webkit-backface-visibility: hidden;
    outline: none;
    padding: 0;
    margin: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.abBlackBox {
    color: #FFF;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    padding: 15px
}

.abWhiteBox {
    color: #000;
    background: #FFF;
    background: rgba(255, 255, 255, 0.75);
    padding: 15px
}

.abTextAlignCenter {
    text-align: center
}

.sliderTheme,
.sliderTheme .sliderOverflow,
.sliderTheme .sliderSlide,
.sliderTheme .rsVideoFrameHolder,
.sliderTheme .sliderThumbs {
    color: #000
}

.sliderTheme .sliderArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 9999
}

.sliderTheme.sliderVertical .sliderArrow {
    width: 100%;
    height: 44px
}

.sliderTheme.sliderVertical .sliderArrowLeft {
    top: 0;
    left: 0
}

.sliderTheme.sliderVertical .sliderArrowRight {
    bottom: 0;
    left: 0
}

.sliderTheme.sliderHorizontal .sliderArrowLeft {
    left: 0;
    top: 0
}

.sliderTheme.sliderHorizontal .sliderArrowRight {
    right: 0;
    top: 0
}

.sliderTheme .sliderArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background: url(../img/iconos.png);
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    *background-color: #fff;
    border-radius: 2px
}

.sliderTheme .sliderArrowIcn:hover {
    background-color: rgba(255, 255, 255, 1)
}

.sliderTheme.sliderHorizontal .sliderArrowLeft .sliderArrowIcn {
    background-position: -156px -2px
}

.sliderTheme.sliderHorizontal .sliderArrowRight .sliderArrowIcn {
    background-position: -188px -2px
}

.sliderTheme.sliderVertical .sliderArrowLeft .sliderArrowIcn {
    background-position: -96px -32px
}

.sliderTheme.sliderVertical .sliderArrowRight .sliderArrowIcn {
    background-position: -96px -64px
}

.sliderTheme .sliderArrowDisabled .sliderArrowIcn {
    opacity: .2;
    filter: alpha(opacity=20);
    *display: none
}

.sliderTheme .sliderThumbsHor {
    width: 100%;
    height: auto
}

.sliderTheme .sliderThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.sliderTheme.sliderConThumbsHor .sliderThumbsContainer {
    position: relative;
    height: 100%
}

.sliderTheme.sliderConThumbsVer .sliderThumbsContainer {
    position: relative;
    width: 100%
}

.sliderTheme .sliderThumb {
    float: left;
    overflow: hidden;
    width: 58px;
    height: 43px
}

.sliderTheme .sliderThumb img {
    width: 100%;
    height: 100%
}

.sliderTheme .sliderThumb.sliderNavSelected {
    background: #333
}

.sliderTheme .sliderThumb.sliderNavSelected img {
    opacity: 0.3;
    filter: alpha(opacity=30)
}

.sliderTheme .sliderTmb {
    display: block
}

.sliderTheme .sliderThumbsArrow {
    height: 100%;
    width: 38px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    background: #fff;
    background: rgba(255, 255, 255, 0.9)
}

.sliderTheme .sliderThumbsArrow:hover {
    background: rgba(255, 255, 255, 0.8)
}

.sliderTheme.sliderConThumbsVer .sliderThumbsArrow {
    width: 100%;
    height: 20px
}

.sliderTheme.sliderConThumbsVer .sliderThumbsArrowLeft {
    top: 0;
    left: 0
}

.sliderTheme.sliderConThumbsVer .sliderThumbsArrowRight {
    bottom: 0;
    left: 0
}

.sliderTheme.sliderConThumbsHor .sliderThumbsArrowLeft {
    left: 0;
    top: 0
}

.sliderTheme.sliderConThumbsHor .sliderThumbsArrowRight {
    right: 0;
    top: 0
}

.sliderTheme .sliderThumbsArrowIcn {
    width: 15px;
    height: 22px;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -6px;
    position: absolute;
    cursor: pointer;
    background: url(../img/iconos.png)
}

.sliderTheme.sliderConThumbsHor .sliderThumbsArrowLeft .sliderThumbsArrowIcn {
    background-position: -162px -7px;
    margin-left: -9px
}

.sliderTheme.sliderConThumbsHor .sliderThumbsArrowRight .sliderThumbsArrowIcn {
    background-position: -197px -7px
}

.sliderTheme.sliderConThumbsVer .sliderThumbsArrowLeft .sliderThumbsArrowIcn {
    background-position: -144px -32px
}

.sliderTheme.sliderConThumbsVer .sliderThumbsArrowRight .sliderThumbsArrowIcn {
    background-position: -144px -48px
}

.sliderTheme .sliderThumbsArrowDisabled {
    display: none !important
}

@media screen and (max-width: 340px) {
    .itemAviso .item-wrap {
        display: block;
        float: right !important;
        width: 112px;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .sliderTheme .sliderThumb {
        width: 59px;
        height: 44px
    }
    .sliderTheme .sliderThumbsHor {
        height: 44px
    }
    .contenedorleft {
        width: 100%!important
    }
    .rightCol {
        width: 39%;
    }
    .leftCol {
        width: 58%;
    }
    .datos {
        width: 34%;
    }
}

.sliderTheme .sliderPreloader {
    width: 24px;
    height: 24px;
    background-image: url(../img/preloader.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px
}

#galeria {
    width: 100%
}

@media screen and (min-width: 0px) and (max-width: 560px) {
    .sliderTheme .sliderThumb img {
        width: 4px;
        height: 4px;
        display: none
    }
    .sliderTheme .sliderThumb {
        width: 4px;
        height: 4px;
        background: #cecece;
        border-radius: 4px;
        margin: 0
    }
    .sliderTheme .sliderThumbsHor {
        height: auto;
        position: absolute;
        background: transparent!important;
        top: -30px
    }
    #galeria {
        margin-top: 28px
    }
}

.sliderTmb,
.sliderImg {
    border: 1px solid #ececec!important
}

.sliderThumbs {
    margin: 16px 0
}

@media (min-width: 980px) {
    #nav-mobile {
        display: none!important
    }
    @media (max-width: 960px) {
        .itemAviso .item-wrap {
            float: none
        }
    }
}

@media (max-width: 980px) {
    .buscador {
        display: none
    }
    header .btnPublica {
        margin-right: 65px;
        margin-top: 10px
    }
    footer {
        width: 100%
    }
    input[type="text"] {
        font-size: 16px!important
    }
    .div_accesos {
        width: 100%!important;
        padding-right: 25px!important
    }
    .rightCol {
        width: 39%;
    }
    .leftCol {
        width: 58%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    body {
        background: #FFF
    }
    #contgral {
        margin: 0 3% 40px;
        width: 94%
    }
    .headerCont {
        margin: 0 2%;
        width: 96%
    }
    .user {
        display: none
    }
    .nav-mobile-menu {
        display: block
    }
    .contendor {
        border: none;
        padding: 0
    }
    .galeria {
        width: 63%;
        margin-right: 3%
    }
    .datos {
        width: 34%
    }
    .datos .tel {
        margin-top: 20px;
        display: block
    }
    .datos ul {
        margin-top: 20px
    }
    .block {
        padding: 0px 3% 0px
    }
    .leftCol,
    .rightCol {
        display: block;
        max-width: 80%
    }
    .articulos .listado {
        width: 100%;
        float: left;
        margin-left: 0
    }
    .articulos .listado ul li img {
        width: 109px;
        height: 82px
    }
    .articulos .listado.last {
        margin-left: 4%
    }
    footer {
        padding: 15px
    }
    .descripcionCont .listados.tresCol ul {
        float: left;
        margin-left: 3%;
        width: 47%
    }
    .rightCol {
        width: 34%;
    }
    .leftCol {
        width: 58%;
    }
}

@media (max-width: 767px) {
    #widgetId1 {
        width: 200px;
        overflow: hidden;
        border-right: 1px solid #ccc;
        border-radius: 3px;
        margin-left: 5px;
    }


    body {
        background: #FFF
    }
    #contgral {
        margin: 0 3% 40px;
        width: 94%
    }
    .headerCont {
        margin: 0 2%;
        width: 96%
    }
    .user {
        display: none
    }
    .nav-mobile-menu {
        display: block
    }
    .contendor {
        border: none;
        padding: 22px 0 0
    }
    .galeria {
        width: 55%;
        margin-right: 3%
    }
    .galeria .thumbs-galeria ul {
        width: 80%
    }
    .datos {
        width: 42%
    }
    .datos .tel {
        margin-top: 12px
    }
    .datos>ul {
        margin: 15px 0 0 19px
    }
    .datos .desc {
        margin-bottom: 10px
    }
    .block {
        padding: 22px 3%
    }
    .leftCol {
        display: block;
        width: 100%
    }
    .rightCol {
        position: static;
        display: block;
        width: 100%
    }
    .banners-top a {
        margin: 0 5px 0
    }
    footer {
        padding: 15px
    }
}

@media (max-width: 766px) {
    body {
        background: #FFF
    }
    #contgral {
        margin: 0 5% 40px;
        width: 90%
    }
    .headerCont {
        margin: 0 2%;
        width: 96%
    }
    header .logo {
        width: 150px
    }
    header .prev-thumb {
        display: inline-block
    }
    .user {
        display: none
    }
    .nav-mobile-menu {
        display: block
    }
    .nav-mobile-menu a {
        padding: 26px 0 20px 30px;
    }
    .contendor {
        border: none;
        padding: 15px 0 0
    }
    .btnPreguntas {
        display: none
    }
    header .btnPublica {
        margin-right: 63px;
        margin-top: 4px;
        font-size: 0.9em
    }
    header .btnPublica a {
        padding: 10px 8px
    }
    header .btnPublica .desplega {
        padding: 10px 10px
    }
    header .btnPublica .desplegado i {
        display: none
    }
    .prodAmpliado .msgFinalizado {
        font-size: 1.2em;
        padding: 14px 10px
    }
    .prodAmpliado .titulo {
        padding: 11px 14px
    }
    .prodAmpliado .titulo h1 {
        font-size: 1.4em;
        line-height: 1em;
        width: 100%
    }
    .prodAmpliado .msgFinalizado a {
        display: block
    }
    .galeria {
        width: 99.5%;
        margin: 0
    }
    .thumbs-galeria {
        display: none
    }
    .galeria .pager {
        display: block
    }
    .datos {
        width: 100%;
        margin: 8px 0 0
    }
    .datos>ul {
        margin: 11px 0 0 19px
    }
    .datos > ul li {
        width: 46%;
        margin: 0 2% 10px 0;
        float: left
    }
    .datos .desc {
        margin-bottom: 8px
    }
    .datos .precio {
        line-height: 0em;
        clear: right;
        margin-bottom: 10px;
        margin-top: 15px
    }
    .descripcionCont {
        padding-top: 0
    }
    .block {
        padding: 22px 6%!important
    }
    .moduloWrap h2,
    .block h2 {
        position: static;
        margin: 0;
        background: #272f35;
        color: #FFF;
        padding: 12px 0 12px 4%;
        border-radius: 3px 3px 0 0
    }
    .articulos .block {
        border: 1px solid #e5e5e5
    }
    .articulos h2 {
        display: block
    }
    .articulos h4 {
        margin: 0;
        display: none
    }
    .leftCol {
        display: block;
        width: 100%
    }
    .rightCol {
        position: static;
        display: block;
        width: 100%
    }
    .articulos .listado {
        width: 100%;
        float: left;
        margin-left: 0
    }
    .articulos .listado ul li img {
        width: 109px;
        height: 82px
    }
    .articulos .listado.last {
        margin-left: 0
    }
    .prodAmpliado .titulo span {
        display: none
    }
    .descripcion {
        margin-top: 30px
    }
    .block {
        border: 1px solid #e5e5e5
    }
    #div_certificado {
        width: auto;
        margin-top: 12px
    }
    footer {
        padding: 15px 15px 0px;
        height: auto
    }
    footer .logo-footer {
        display: block;
        float: left
    }
    .datos .preg-box {
        padding: 15px 20px
    }
    .preg-box .mitad,
    .preg-box .col.last {
        width: 100%
    }
}

@media screen and (max-width:340px) {
    header .btnPublica {
        margin-right: 56px;
        margin-top: 4px;
        font-size: 0.9em
    }
    .itemAviso a img {
        float: none;
        width: 100%
    }
    .itemAviso a .item-wrap {
        float: none
    }
    #div_certificado {
        margin-top: 10px
    }
    .div_accesos {
        text-align: center!important
    }
}

.msg-error {
    margin-top: 4px;
    color: #BE1E2D;
    float: left
}

.input-error input,
.input-error textarea {
    border: 2px solid #BE1E2D
}

.detalleazul {
    color: #272f35;
    font-weight: bold
}

.remate {
    margin-bottom: 0px
}

#calc_contenido {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 4px solid red;
    display: block;
    float: left;
    font-size: 11px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%
}

.calculadora {
    text-align: left;
    width: 100%;
    margin: 10px auto 10px
}

table#calc_nueva {
    color: #333;
    margin: auto;
    width: auto
}

.td_separador {
    border-bottom: 1px solid #ccc;
    padding: 3px 0
}

span#lblCuota {
    color: red;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0 0
}

input#TxtMonto {
    font-size: 11px;
    text-align: right
}

#div_certificado {
    clear: right;
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 0
}

a.altcertificado {
    position: relative;
    z-index: 24;
    color: #000;
    text-decoration: none
}

a.altcertificado:hover {
    z-index: 25;
    cursor: default
}

a.altcertificado span {
    display: none
}

a.altcertificado:hover span {
    display: block;
    position: absolute;
    top: 1.5em;
    left: -1em;
    width: 14em;
    border: 1px solid #810015;
    background-color: #e20025;
    color: #fff;
    text-align: left;
    padding: 20px 20px 20px 20px;
    line-height: 1.4em;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.div_accesos {
    color: #272f35;
    padding: 5px;
    text-align: right;
    width: 980px;
    margin: auto
}

.contenedor_accesos {
    width: 100%;
    background: #495059;
    text-align: center
}

.contenedorleft {
    float: left;
    width: 64%
}

.div_accesos a {
    color: #fff;
    text-decoration: none
}

.remate h2 {
    background-color: #cce2ff;
    color: #272f35;
    padding: 5px 14px
}

#BotonMovil {
    height: 44px;
    margin-left: 0px;
    margin-right: 0;
    margin-top: 0px;
    position: absolute;
    width: 85px;
}

.logoempresa {
    float: left;
    width: 75px;
    height: 50px;
}

.nombreempresa a {
    float: left;
    padding: 15px 10px;
    text-decoration: underline;
    color: #03B !important;
    width: 70%;
}

.zoomWrapper {
    position: relative;
}

#gal1 {
    float: left;
    margin-top: 15px;
    position: relative;
}

.respuestas .resp-box hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; 
}

.respuestas .resp-box .tipo_pregunta  {color:#272f35;font-family: 'Open Sans', sans-serif;font-size: 1.1em;margin: 2em 0 1em 0;}
.respuestas .resp-box .tipo_pregunta p {margin-left: 30px;}
.respuestas .resp-box .tipo_pregunta img {width:20px;float:left;}
.respuestas .resp-box .tipo_pregunta span {color:#5f5f5f;font-family: 'Open Sans', sans-serif;font-size: 0.9em;white-space: nowrap;}

.respuestas .resp-box .tipo_respuesta  {color:#272f35;font-family: 'Open Sans', sans-serif;font-size: 1.1em;margin: 0em 0em 2em 2em;}
.respuestas .resp-box .tipo_respuesta p {margin-left: 30px;}
.respuestas .resp-box .tipo_respuesta img {width:20px;float:left;}
.respuestas .resp-box .tipo_respuesta span {color:#5f5f5f;font-family: 'Open Sans', sans-serif;font-size: 0.9em;white-space: nowrap;}


.popover-content {
    padding: 9px 20px; 
}


.cabezal {
     background-color: #272f35;
     height: 65px;
}

.cabezal header {
    max-width: 1170px;
    margin: 0 auto;
}

.cabezal .top {
margin: 0 auto;
padding: 9px 0;

}

.cabezal .top a.logo {
    background-image: url("../img/logo_gallito.png");
    background-repeat: no-repeat;
    background-size: 138px auto;
    float: left;
    height: 40px;
    margin-top: 8px;
    width: 138px;
    position: absolute;
    text-indent: -9000px
}

.cabezal .top .buscador {
    float: right;
    text-align: right;
    margin: 5px auto;
    display: block;
    position: relative
}

.cabezal .top .buscador input {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #272f35
}

.cabezal .top .buscador .navbar-form {
    border: 0;
    box-shadow: none;
    padding: 0;
    float: left;
}

.cabezal .top .buscador .formbuscador .input-group-addon {
    background-color: #272f35;
    font-size: 21px;
    border-radius: 0
}

.cabezal .top .buscador .formbuscador .form-control {
    box-shadow: 0 0 0;
    height: 40px;
    width: 270px;
    float: left;
    border:1px solid #fff;
    padding: 0 5px;
}

.cabezal .top .buscador .form-control:focus {
    border-color: #eee
}

.cabezal .top .buscador .formbuscador button {
    border: 0;
    color: #fff!important;
    background: transparent!important;
    font-family: 'Open Sans', sans-serif!important;font-weight:700;
    font-size: 15px!important;
    padding-bottom: 4px;
    border: 1px solid !important;
    height: 40px !important;
    min-width: 50px;
    padding-top: 8px
}

.cabezal .top .buscador .formbuscador button p {
    border: 0;
    color: #fff!important;
    background: transparent!important;
    font-family: 'Open Sans', sans-serif!important;font-weight:700;
    font-size: 15px!important;
}

.cabezal .top .buscador .formbuscador .selector {
    background: #272f35 url("../img/br_down_2.png") no-repeat scroll 90px center/16px auto;
    border: 1px solid #ccc;
    color: #fff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    height: 40px;
    margin-right: -20px;
    padding-left: 11px;
    width: 135px;
    border-radius: 0
}

.cabezal .top .buscador .formbuscador .selector option {
    padding-left: 10px
}

.cabezal .top .buscador .hamb {
    background: none;
    color: #fff;
    border: 0;
    font-size: 40px;
    display: none;
    position: absolute;
    right: 5px;
    padding: 0 10px 0 0
}

.cabezal .top .buscador .hamb .fa {
    line-height: 1.2
}

.cabezal .top .buscador .hamb .fa.fa-times-circle {
    display: none
}

.cabezal .top .botonmenu {
    float: right;
    font-family: 'Open Sans', sans-serif;font-weight:700;;
    font-size: 15px;
    padding: 13px 20px 15px 20px
}

.cabezal .top .botonmenu .notificacioncontador {
    background: #d32f2f;
    width: 7px;
    height: 7px;
    float: left;
    border-radius: 11px;
    left: 15px;
    position: relative;
    top: 9px
}

.cabezal .top .botonmenu a {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.popover-content ul li span {
    background: #d32f2f;
    margin: 0 5px;
    font-family: 'Open Sans', sans-serif;font-weight:700;;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    color: #fff
}

@media screen and (max-width: 767px) {
    .cabezal .top a.logo {
        margin-left: 10px;
        background-image: url("../img/logo_gallito_mobile.png");
        background-size: 37px auto;
        width: 37px
    }
    .cabezal .top .buscador {
        width:200px;
        margin: 5px 0;
    }
    .cabezal .top .buscador input {
        width: 75% !important;
        float: left;
        border: 1px solid #fff
    }
    .cabezal .top .buscador button {
        border: 1px solid !important;
        height: 40px !important;
        min-width: 50px;
        padding-top: 2px !important
    }

    .cabezal .top .botonmenu {
        padding:18px 20px 15px 20px;
    }

    .btnpreguntarfix {display: block!important;}
}

#div_fav {
    float: left;
     width: 20px;
 margin: 5px 10px 0px 0;  
}

#hrefFav {
 width: 20px;
 margin: 5px 10px 0px 0;  
}

#hrefFav img {
width: 100%;
}

#div_fav img {
    width: 100%;
}

#href_Btn_Preguntar {
    color: #FFF;
background: #272f35;
font-size: 1.7em;
width: 100%;
border:0;
border-radius: 5px;
margin: 0 0 10px;
padding: 5px 0;
}

 @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

.modalmobpublicar {
    margin: 0 auto;
}

.modalmobpublicar .modal-body {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 300px;
    text-align: center;
    float: none;
    width: 100%;
    line-height: 1.42857143;
}

.modalmobpublicar .modal-content {
    background-color: transparent;
    border: 0;
    box-shadow: none;
}

.modalmobpublicar .modal-content p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin: 0 0 10px;
}


.modalmobpublicar .modal-body .vehiculos {
    background-color: #9f5818;
    width: 100%;
    border-radius: 0;
    float: left;
    text-align: center;
    height: auto;
    margin: 10px auto;
}

.modalmobpublicar .modal-body .inmuebles {
    background-color: #3d6739;
    width: 100%;
    border-radius: 0;
    float: left;
    text-align: center;
    height: auto;
    margin: 10px auto;
}

.modalmobpublicar .modal-body .servicios {
    background-color: #712859;
    width: 100%;
    border-radius: 0;
    float: left;
    text-align: center;
    height: auto;
    margin: 10px auto;
}

.modalmobpublicar .modal-body .productos { 
    background-color: #a39a00;
    width: 100%;
    border-radius: 0;
    float: left;
    text-align: center;
    height: auto;
    margin: 10px auto;
}

.modalmobpublicar .modal-body .trabajos { 
    background-color: #38668d;
    width: 100%;
    border-radius: 0;
    float: left;
    text-align: center;
    height: auto;
    margin: 10px auto;
}

.modalmobpublicar .modal-body button {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-top: 30px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    background: none;
    border: 0;
}

.modal-backdrop.in {
    opacity: .9;
} 

.modalmobpublicar .modal-body a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding: 10px;
    line-height: 1.42857143;
}

.popover {
    width: 130px;
    .popover-content {
        padding:9px 0px;
    }
}

.editar {
    float:right;
    border:1px solid #272f35;
    display: inline-block;
    color:#272f35;
}

.editar a {
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 700;

}

#modalcomprar {
    margin-top: 20%;
}

#modalcomprar .modal-content {
    border-radius: 0;
}

#modalcomprar .modal-header {
    border:0;
}

#modalcomprar .modal-body {
    text-align: center;
}
#modalcomprar .modal-body p {
    text-align: center;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        color:#272f35;
}

#modalcomprar .modal-body a {
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 13px;
        background: #272f35;
        color:#fff;
        padding:10px 15px;
        text-decoration: none;
        margin-top: 10px;
        display: inline-block;
        position: relative;
}

.btnpreguntarfix {
    position:fixed;
   left:0px;
   bottom:0px;
    background:#272f35;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    width: 100%;
    display: none;
}

.btnpreguntarfix a {
    color:#fff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 15px 0;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.superdestaque span img {
    width: 23px;
    height: 23px;
    margin: 0 10px 0px 0;
}

.superdestaque span {
    font-size: 13px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    color: #f5a942;
    display: inline-flex;
    line-height: 1.6em;
    margin:10px 0 0 0;
}