@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadPro/MyriadPro-Regular.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadProLight';
    src: url('../fonts/MyriadPro/MyriadPro-Light.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/MyriadPro/MyriadPro-Bold.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadProSemiBold';
    src: url('../fonts/MyriadPro/MyriadPro-Semibold.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadProLightSemiCondensed';
    src: url('../fonts/MyriadPro/MyriadPro-LightSemiCn.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('../fonts/MyriadPro/MyriadPro-BoldCond.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadProBoldSemiCondensed';
    src: url('../fonts/MyriadPro/MyriadPro-BoldSemiCn.otf') format("opentype");
}
@font-face {
    font-family: 'handscriptlefty-bold-italic';
    src: url('../fonts/handscriptlefty-bold-italic.ttf') format('truetype');
}
@font-face {
    font-family: 'MyriadPro-SemiboldIt';
    src: url('../fonts/MyriadPro/MyriadPro-SemiboldIt.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadProSemiboldCond';
    src: url('../fonts/MyriadPro/MyriadPro-SemiboldCond.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadProSemiboldSemiCn';
    src: url('../fonts/MyriadPro/MyriadPro-SemiboldSemiCn.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadProSemiCnIt';
    src: url('../fonts/MyriadPro/MyriadPro-SemiCnIt.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadProBoldSemiCnIt';
    src: url('../fonts/MyriadPro/MyriadPro-BoldSemiCnIt.otf') format("opentype");
}
@font-face {
    font-family: 'MyriadPro-It';
    src: url('../fonts/MyriadPro/MyriadPro-It.otf') format("opentype");
}
html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
    -webkit-font-smoothing: antialiased;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.generals h1{
    font-family: handscriptlefty-bold-italic;
    font-size: 32px;
}
.generals .thumbnail{
    display: inline-block;
    position: relative;
    padding: 0;
    width: 300px;
}
.generals .thumbnail p,
.generals .thumbnail h1,
.generals .thumbnail h3 {
    text-align: left;
}
.greens, .infos, .blogs {
    font-family: MyriadProLight;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}
.greens h1, .infos h1, .blogs h1{
    font-family: MyriadProBoldSemiCondensed;
    font-size: 30px;
}
.greens h1, .greens h2, .greens h3, .greens h4, .greens h5{
    color: #006600;
}
.infos h1, .infos h2, .infos h3, .infos h4, .infos h5{
    color: #ff9900;
}
.greens h2, .infos h2{
    font-family: MyriadProSemiboldSemiCn;
    font-size: 25px;
}
.greens h3, .infos h3 {
    font-size: 20px;
}
.greens h4, .infos h4, .blogs h4{
    font-size: 18px;
    font-family: MyriadProBoldCondensed;
    padding-top: 10px;
}
.greens h4 strong{
    font-family: MyriadProLightSemiCondensed;
}
.greens h5, .infos h5, .blogs h5{
    font-size: 15px;
}
.greens h6, .infos h6, .blogs h6{
    font-size: 15px;
}
.anchor{
    height:180px;
    margin-top: -180px;        /* Size of fixed header */
    display: block;
    visibility:hidden;
}
.greens .collapse, .infos .collapse{
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    o-border-radius: 0;
    border: 0;
    padding-bottom: 20px;
}
.greens .collapse p, .infos .collapse p{
    font-size: 12pt;
    color: #000000;
}
.greens .collapse a {
    color: #008000;
    font-size: 12pt;
}
.infos .collapse a{
    color: #bf7b00;
    font-size: 12pt;
}
.greens a.accordion-heading, .infos a.accordion-heading {
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    font-family: MyriadProLightSemiCondensed;
}
.greens a.accordion-heading:after, .infos a.accordion-heading:after {
    content: "\f068";
    font-size: 10px;
    font-family: fontawesome;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.greens a.accordion-heading.collapsed:after, .infos a.accordion-heading.collapsed:after {
    content: "\f067";
}
.greens .table-bordered > tbody > tr > td,
.greens .table-bordered > tbody > tr > th,
.greens .table-bordered > tfoot > tr > td,
.greens .table-bordered > tfoot > tr > th,
.greens .table-bordered > thead > tr > td,
.greens .table-bordered > thead > tr > th{
    border: 1px solid #669933;
    text-align: center;
}
.greens tbody th {
    background-color: #ccff99;
    font-family: MyriadProLight;
    font-size: 12pt;
    color: #000;
}
.infos .table-bordered > tbody > tr > td,
.infos .table-bordered > tbody > tr > th,
.infos .table-bordered > tfoot > tr > td,
.infos .table-bordered > tfoot > tr > th,
.infos .table-bordered > thead > tr > td,
.infos .table-bordered > thead > tr > th{
    border: 1px solid #bf7b00;
    text-align: center;
}
.infos tbody th{
    background-color: #ff9900;
    font-family: MyriadProLight;
    font-size: 12pt;
    color: #000;
}
.greens .table > thead > tr > th {
    vertical-align: middle;
    background-color: #669933;
    font-family: MyriadProBold;
    font-size: 14pt;
    color: #ffffff;
}
.greens .table > thead > tr > th > p {
    vertical-align: middle;
    background-color: #669933;
    font-size: 14pt;
    color: #ffffff;
    font-family: MyriadProLight;
}
.infos .table > thead > tr > th {
    vertical-align: middle;
    background-color: #ff9900;
    font-family: MyriadProBold;
    font-size: 14pt;
    color: #ffffff;
}
.infos .table > thead > tr > th > p {
    vertical-align: middle;
    background-color: #ff9900;
    font-size: 14pt;
    color: #ffffff;
    font-family: MyriadProLight;
}
.blogs {
    font-size: 15px;
}
.blogs h2{
    margin:0;
    padding:10px 45px;
    border-bottom: 2px solid #ccc;
}
.blogs h3{
    margin: 8px 0 0;
    font-family: MyriadProBoldSemiCnIt;
    font-size: 18px;
}
.blogs p {
    margin:0;
}
.blogs .small-menu {
    padding-top: 8px;
    margin-left: 0;
    color: #666;
    font-size: 12px;
}
.blogs .btn-content {
    width: 190px;
}
.blogs a:hover,
.blogs a:focus {
    text-decoration: none;
}
.blogs a .well {
    padding:10px 45px;
}
.blogs a:not(:last-child) .well {
    border-bottom: 2px solid #ccc !important;
}
.blogs .date {
    display: block;
    border: 0;
    color: #000;
}
.blogs .year, .blogs .offer,.blogs .year-i, .blogs .offer-i{
    position: relative;
    font-family: MyriadProBoldCondensed;
    font-size: 27px;
    text-align: center;
    padding: 2px 8px 0;
}
.blogs .year-i, .blogs .offer-i{
    line-height: 1.2;
}
.blogs .year, .blogs .year-i{
    background-color: rgba(255, 221, 0, 0.5);
}
.blogs .offer,  .blogs .offer-i{
    background-color: rgb(255, 0, 51);
    color: white;
}
.blogs .year:before,.blogs .offer:before,
.blogs .year-i:before,.blogs .offer-i:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    border-top: 10px solid white;
    border-left: 10px solid transparent;
}
.blogs .month-year, .blogs .month-year-i{
    font-family: MyriadProSemiboldSemiCn;
    font-size: 12px;
    text-align: center;
    padding: 4px 6px;
    background-color: #f0cf00;
}
.blogs .month-year-i{
    padding:0px 6px 2px;
}
.blogs .month{
    margin:0 5px;
    border-bottom: 1px solid #000;
}
.blogs-more {
    font-size:16px;
    text-decoration:none;
    font-family:MyriadProBoldSemiCnIt;
    color: #666;
}
.blogs-more:hover,
.blogs-more:focus {
    color: #444;
    text-decoration:none;
}
.collapse {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    o-border-radius: 0;
    border: 0;
}
.collapse p {
    font-size: 12pt;
    color: #000000;
}
a.accordion-heading {
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    font-family: MyriadProLightSemiCondensed;
}
a.accordion-heading:after {
    content: "\f068";
    font-size: 10px;
    font-family: fontawesome;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
a.accordion-heading.collapsed:after {
    content: "\f067";
}
.hidden-search {
   display: none;
}
.hidden-search .form-search {
    padding: 0;
}
#services .hidden-search .btn{
    padding: 0;
}
.hidden-search .btn {
    border: none;
    padding: 25px 10px;
}
.hidden-search .modal-body .form-search .btn{
    padding: 0;
    border: 1px solid #000;
    margin: 0 0 12px;
    height: 45px;
}
.show-search{
    display: block;
}
#img-anunciese ul{
    display: table;
}
.shadow{
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#333333)";/*IE 8*/
    -o-box-shadow: 0px 0px 5px #333333;
    -moz-box-shadow: 0px 0px 5px #333333;
    -webkit-box-shadow: 0px 0px 5px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 0px 5px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
.affix {
    left:0;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    margin: 0 auto;
    /*padding: 0 100px;*/
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#333333)";/*IE 8*/
    -webkit-box-shadow: 0 0 5px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    -moz-box-shadow: 0 0 5px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 5px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
.home .pag-white,
.home .anunciese{
    display: none;
}
.fix .pag-white{
    margin-left: 20px;
}
.anunciese{
    font-family: MyriadProBoldSemiCnIt;
    line-height: 1.2;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    margin:0 0 0;
    vertical-align: middle;
}
.fix .fix-home-border::after{
    content: '';
    border-right: 1px solid #000;
    padding: 19px 0;
}
.vistaprevia{
    line-height: 1.2;
    display: inline-block;
    padding: 10px 20px;
    margin:0 0 0;
    vertical-align: middle;
}
.anunciese-text {
     padding-top: 20px;
     font-family: MyriadProLight;
     font-size:18px;
 }
.anunciese-paginas {
    padding-top: 20px;
    font-family: MyriadProLight;
    font-size:18px;
}
.home-right-down {
    float:right;
    margin: 3px 50px 21px 0;
}
.home-left-up {
    margin: 0px 0px 0 230px;
}
.home-right-up {
    font-size: 0;
    float:right;
    display: block;
    color: #fff;
    margin: 0 85px 50px 0;
}
.home-right-up li {
    border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-right: 1px;
}
.home-right-up li::before{
    margin:0;
    padding: 0;
    border:0;
}
.home-right-up .fa-star {
    position: absolute;
    z-index: 2;
    float: right;
    color: #fff;
    background-color: #dc0033;
    font-size: 12px;
    border: 2px solid #dc0033;
    border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 5px 10px;
    padding:4px;
}
.home-right-up li:hover,
.home-right-up li:focus {
    border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #ffdd00;
    padding: 10px;
}
.home-right-up a {
    color: #ffffff;
    font-family: MyriadProBoldSemiCnIt;
    font-size: 20px;
    padding: 10px;
    align-content: center;
}
.home-right-up a:hover,
.home-right-up a:focus {
    text-decoration: none;
    color: #ffffff;
}

.hidden-search .home-text p{
    padding-top: 110px;
    font-size: 29px;
    margin:0;
}
.home-text p {
    color: #f5f5f5;
    font-family: handscriptlefty-bold-italic;
    font-size: 50px;
}
.mobile-home-text {
    color: #000;
    font-family: handscriptlefty-bold-italic;
    font-size: 30px;
}
.home-how-search{
    text-decoration: underline;
}
.home-how-search:hover{
    cursor: help;
    text-decoration: none;
}
#search{
    font-size: 19px;
    margin: 0 auto;
    padding: 0 52px;
}
.hidden-search .modal .logo {
    padding: 1px 10px 12px;
    opacity: 0.5;
}
.logo {
    padding: 12px 80px 12px 10px;
    /*padding: 12px 27px 10px;*/
    /*padding: 12px 10px;
    padding: 12px 0;*/
}
.alogo {
    padding: 12px 50px 12px 10px;
}
.home .col-sm-10 {
    border-left: 2px solid rgba(0, 0, 0, 0.9);
}
.fix .col-sm-10{
    border-left: 1px solid #000;
}
#myhome.fix{
    margin:0;
    background: #ffdd00;
}
.margin1{
    margin:0;
}
.fix .margin2{
    margin:0 8%;
}
.margin2{
    margin:0 100px;
}
.fix .margin3{
    margin:0 10px;
}
.margin3{
    margin:0 80px;
}
#myhome.home .form-search{
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
#myhome.home .home-wp{
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
/*#myhome.fix .form-search {
    margin:0;
}*/
#header--search--yellow{
    font-size: 0;
}
.form-search{
    /*padding: 5px 10px;*/
    text-align: left;
}
.search-blancas ul{
    text-align: center;
    background: rgba(255, 255, 255, 0.7);
    font-family: MyriadProBoldSemiCnIt;
    line-height: 1;
    display: inline-block;
    padding: 8px 20px;
    font-size: 16px;
    margin: 0;
    vertical-align: middle;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.search-blancas ul img{
    margin-bottom: 4px;
}
.fix .form-search{
    padding: 0;
}
.fix .search-blancas{
    display: none;
}
.form-contact .form-group{
    padding: 0;
    margin-bottom: 0;
    position:relative;
}
.form-contact .col-sm-6{
    margin: 0;
    /*padding: 0;*/
    border: none;
    /*position: relative;*/
}
.form-contact .col-sm-12{
    margin: 0;
    padding: 0;
    border: none;
}
.pad-right{
    padding: 0 5px 0 0;
}
.pad-left{
    padding: 0 0 0 5px;
}
.form-contact .right,
.form-contact input,
.form-search input[type=text] {
    height: 52px;
    font-size: 18px;
}
.form-contact .right,
.form-contact input,
.modal .form-search input[type=text]{
    margin-top: 10px;
}
#condiciones:hover{
    cursor: pointer;
    /*text-decoration: none;*/
}
.form-search .input-group-addon{
    font-size: 18px;
    /*font-family: MyriadProLight;*/
    font-family: MyriadProBoldSemiCnIt;
    /*text-transform: uppercase;
    font-weight: bold;*/
    padding: 14px 10px;
    color: #fff;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.form-search .input-group .select {
    width: 370px !important;
}
.hidden-search .form-search .select {
    margin: 3px 0;
    width: 100% !important;
}
.hidden-search .form-search .input-group .select {
    width: 195px !important;
}
.form-search .bs-searchbox input {
    height: 34px;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
.bootstrap-select > .btn-default:hover,
.bootstrap-select > .btn-default:active,
.bootstrap-select > .btn-default:focus {
    background: none;
}
.hidden-search .modal-body .form-search .bootstrap-select .btn,
.form-search  .bootstrap-select  .btn{
    background: none;
    padding: 10px 20px;
    border: none;
    margin: 0;
}
.dropdown-menu{
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
.bootstrap-select {
    /*margin: 2px 0;*/
}
.bootstrap-select.form-control{
    padding: 0;
   border: 1px solid #ccc;
}
.bootstrap-select > .dropdown-toggle{
    font-size: 18px;
    font-family: MyriadProLight;
    color: #555;
}
.dropdown-header {
    font-size: 14px;
    color: #669933;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #acacac;
}
.dropdown-menu > li > a{
    font-size: 16px;
}
.bs-searchbox input{
    margin: 0 0;
}
form mark {
    background: none !important;
    font-size: 11px;
    line-height: 14px;
    bottom: 100%;
    top: 5px;
    right: 10px;
    padding: 0 !important;
    position: absolute;
    z-index: 1;
}
form mark label {
    color: #ff0000;
    display: block;
    font-family: MyriadProRegular;
    font-size: 12px;
    line-height: 14px;
    margin: 0 !important;
    font-weight: normal;
}
input.error, textarea.error, select.error {
    border-color: #ff0000 !important;
    color: #7b7b86 !important;
}
.form-contact.btn.dropdown-toggle.btn-default > select.error {
    border-color: #ff0000 !important;
    color: #7b7b86 !important;
}
.form-contact .bootstrap-select > .btn.error {
    border-color: #ff0000 !important;
    color: #7b7b86 !important;
}
.form-contact select, .form-contact textarea,
.form-contact input[type="text"], .form-contact input[type="tel"], .form-contact input,
.form-contact .bootstrap-select {
    vertical-align: middle;
    outline: none;
    /*display: block;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 1s ease,box-shadow 1s ease;
    -moz-transition: border-color 1s ease,box-shadow 1s ease;
    -o-transition: border-color 1s ease,box-shadow 1s ease;
    transition: border-color 1s ease,box-shadow 1s ease;
}
#btn-contact, #btn-anuncio, #btn-solicitud-micrositio{
    font-size: 18px;
}
input[type=hidden] {
    display: none;
}
#ContactContactForm {
    padding-right: 20px;
}
.form-vote, .form-contact{
    position: relative;
}
.form-vote .form-vote_message,
.form-contact .form-contact_message {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    z-index: -1;
    /*text-align: center;*/
    background: 50% 50% no-repeat transparent;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.form-vote .form-vote_message::before ,
 .form-contact .form-contact_message::before {
     content: '';
     display: inline-block;
     width: 0;
     height: 100%;
     /*vertical-align: middle;*/
 }
.form-contact .form-contact_message::before {
    vertical-align: top;
}
.form-vote .form-vote_message::before{
    display: inline;
    vertical-align: middle;
}
.form-vote .form-vote_message.s span.s{
    display: inline-block;
}
.form-contact .form-contact_message.s span.s {
    display: inline-block;
}
#ContactsContactForm .form-contact_message.s,
#ContactContactForm .form-contact_message.s {
    background: #ffdd00;
    padding-top: 50px;
}
.form-vote .form-vote_message.s ,
.form-contact .form-contact_message.s {
    z-index: 2;
    background: #ffdd00;
    color: #333333;
}
.form-vote_message.cc span.cc{
    display: inline-block;
}
.form-contact .form-contact_message.cc span.cc {
    display: inline-block;
}
.form-contact .form-contact_message.cc {
    z-index: 2;
    background: white;
    color: #333333;
}
.form-vote .form-vote_message > span ,
.form-contact .form-contact_message > span {
    font-family: MyriadProSemiCnIt;
    line-height: 24px;
    display: none;
    vertical-align: middle;
    max-width: 100%;
}
.form-contact .form-contact_message > span {
    font-size: 20px;
    padding: 10px 0;
    text-align: left;
}
.form-contact textarea {
    font-size: 18px;
    margin-top: 10px;
}
.form-contact select,
.form-contact .bs-searchbox input {
    height: 34px;
    border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.form-contact .bootstrap-select{
    margin-top: 10px;
}
.form-contact .bootstrap-select.form-control {
     border:0;
 }
.form-contact .bootstrap-select > .btn, .categoria-btn .bootstrap-select > .btn {
    height: 52px;
    background-color: #fff;
    font-family: MyriadProLight;
    font-size: 18px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
.categoria-btn .bootstrap-select > .btn-default:hover,
.categoria-btn .bootstrap-select > .btn-default:active,
.categoria-btn .bootstrap-select > .btn-default:focus {
    border: 1px solid #ccc;
}
.col-categories-text {
    float:right;
}
.categoria-btn .bootstrap-select > .btn {
    height: 40px;
    background-color: #fff;
    font-family: MyriadProLight;
    font-size: 16px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
.categoria-btn .bootstrap-select.form-control{
    border:0;
    height: 40px;
}
/*.home .form-search input[type=text] {
    width: 45%;
}
.fix .form-search input[type=text] {
    width: 35%;
}*/
.form-search .btn{
    padding: 0 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-right: 1px solid #000;
}
.home .form-search .btn{
    border: 0;
}
/*.fix .form-search a{
    padding: 0 10px;
}*/
#div-form-search {
    display: inline-block;
    padding: 0 27px;
    margin-right: 1px;
}
.bg-yellow-alpha {
    background: rgba(249, 221, 5, 0.7);
}
.bg-white-alpha{
    background: rgba(255, 255, 255, 0.7);
}
.bg-green-alpha{
    background: rgba(153, 204, 102, 0.7);
}
.bg-naranja-alpha{
    background: rgba(255, 187, 102, 0.7);
}
.bg-green{
    background: #99cc66;
}
.bg-green-dark {
    background: #669933;
}
.bg-yellow {
    background: #ffdd00;
}
.bg-white {
    background: #fff;
}
.bg-blue {
    background: #99ccff;
}
.bg-naranja{
    background: #ffbb66;
}
.bg-naranja-dark{
    background: #f19100;
}
.bg-morado{
    background: #990099;
}
.bg-blue-dark{
    background: #6699cc !important;
}
.bg-red{
    background: rgba(229, 65, 37, 0.7);
}
.bg-micro{
    background: #660066;
}
.bg-header {
    position: relative;
    height: 400px;
    margin: 0 auto;
    border-bottom: 3px solid #666;
}
.hidden-search .bg-header {
    height: 150px;
}
.border-bottom{
    padding-bottom:20px;
}
.btn{
    background: none;
}
.bg {
    background: url('../img/suespaciopublicitario.jpg') no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/suespaciopublicitario.jpg', sizingMethod='scale')";
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}
.bg-1 {
    background-color: #faea6c;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#333333)";/*IE 8*/
    -webkit-box-shadow: 0 0 5px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    -moz-box-shadow: 0 0 5px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 5px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
.bg-2 {
    background-color: #eeeeee;
}
.bg-3 {
    background-color: rgba(255, 221, 0, 0.5);
}
.bg-4 {
    background-color: #333333;
}
.bg-5 {
    background-color: #1f1f1f;
}
.bg-6 {
    background-color: #dddddd;
}
.bg-7{
    background: #f9e339;
}
.bg-8 {
    background-color: #F0CF00;
}
.bg-9 {
    background-color: rgba(250, 217, 0, 0.5);
}
.bg-10 {
    background-color: rgba(255, 222, 0, 0.7);
}
.bg-11{
    background-color: #f5d400;
}

.border {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*center responsive images*/
.img-responsive {
    margin: 0 auto;
    display: inline-block;
}
.img-logo {
    margin: 0 auto;
    display: inline-block;
}
.overlay p{
     margin: -30px 60px 0px;
    font-family: MyriadProLight;
    font-size:17px;
 }
img {
    max-width: 100%;
    height: auto;
}
#publicity-home img {
    background-color: white;
}
#publicity img {
    width: 100%;
    /*height: 100%;*/
}
.thumbnail {
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin: 5px auto;
    padding: 2px 18px 15px 18px;
}
#publicity-home .thumbnail {
    display: inline-block;
    vertical-align:top;
}
/*#publicity .thumbnail:first-child{  margin-top:0; }*/
#publicity .thumbnail {
    display: block;
    margin-top:0;
}
.thumbnail p {
    font-family: MyriadProRegular;
    font-size: 10px;
    margin: 0 0 0 0;
    text-align: right;
}
#sellers .thumbnail {
    border: solid 1px #ffdd33;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    padding:0;
    height: 360px;
    background-color: #ffdd33;
    position:relative;
    overflow:hidden;
    display: inline-block;
}
#sellers .overlay {
    /*position:relative;*/
    overflow:hidden;
}
.seller-caption {
    padding: 0;
    position: absolute;
    overflow: hidden;
    bottom:0;
    right:0;
    color: #000;
    background: #ffdd33;/*rgba(255, 221, 51, 0.7);*/
    width:100%;
    height: 90px;
    transition: .5s ease;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
}
.seller-caption p {
    margin:0;
}
.seller-caption p span {
    text-align: center;
}
.overlay:hover .seller-caption {
    height: 120px;
}
.seller-contact {
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#sellers .seller-caption:hover {
    cursor:pointer;
}
#sellers .overlay:hover .seller-caption > .seller-contact {
    opacity: 1;
}
#sellers .thumbnail p {
    margin: 0 0 0 0;
    text-align: center;
}
.seller-name{
    font-family: MyriadProSemiboldSemiCn;
    font-size: 26px;
}
.seller-phone{
    font-family: MyriadProBold;
    font-size: 20px;
}
.seller-email{
    font-family: MyriadProRegular;
    font-size: 12px;
}
.fa-right {
    right:24%;
}
.fa-left {
    left:22%;
}
.fa-right, .fa-left {
    padding: 12px 15px;
    background-color: #ffff33;
    display: inline-block;
    position: absolute;
    top:40%;
    z-index: 5;
    border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 30px;
}
.video {
    min-width: 300px;
    height: 250px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    top: 50% !important;
}
.carousel .col-xs-6,  .carousel .col-sm-3,  .carousel .col-md-2{
    padding-right: 5px;
    padding-left: 5px;
}
/*.rotate-text{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: none; /*Mandatory for IE9 to show the vertical text correctly*/
/*transform-origin: left top 0;
}*/
#services .thumbnail {
    position: relative;
    display: inline-block;
    padding:15px 10px 0;
    width: 300px;
    height: 390px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    margin-left: 10px;
    transition: .5s ease;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
}
#services .thumbnail:hover {
    background-color: #ffdd00;
}
#services .thumbnail:hover:before {
    border-left-color: #ffff99;
}
#services .thumbnail.bg-11:before {
    border-left: 35px solid #faea6c;
}
#services .thumbnail:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 0;
    border-top: 35px solid white;
    border-left: 35px solid #ffdd00;
    border-radius: 0 5px;
    -moz-border-radius: 0 5px;
    -webkit-border-radius: 0 5px;
    -o-border-radius: 0 5px;
    -webkit-box-shadow: -2px 1.5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -2px 1.5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 1.5px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transition: all ease 1s;
}
#services .overlay {
    overflow:hidden;
}
#services h2{
    margin-top: 0;
    color: #000;
}
.service-caption {
    padding: 0;
    position: absolute;
    overflow: hidden;
    bottom:0;
    right:0;
    /*background: #ffdd00;*/
    width:100%;
    height:200px;
    transition: .5s ease;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
}
#services .overlay img{
    /*width: 110px;
    height: 110px;*/
    margin-top: 12px;
}
#services p {
    font-size: 18px;
    font-family: MyriadProSemiCnIt;
    margin: 0;
    text-align: center;
}
#services strong {
    font-family: MyriadProBoldSemiCnIt;
    font-size: 18px;
}
.thumbnail:hover .service-caption {
    height: 240px;
}
#services .btn{
    opacity: 0;
    margin: 20px 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#services .btn:hover {
    cursor:pointer;
}
#services .thumbnail:hover .service-caption > .btn {
    opacity: 1;
}
#subscribe{
    border-top: 2px dashed #333333;
}
#descarga p {
    margin: 0 0 0;
}
.clarita {
     font-size: 18px;
     font-family: MyriadProSemiCnIt !important;
     /*color: #444444;*/
 }
.clarita strong {
    font-family: MyriadProBoldSemiCnIt;
}
.espacio p.clarita {
    margin: 0;
    text-align: left;
}
.espacio ul {
    display:table;
    margin:5px;
}
.liespacio{
    display:table-cell;
    vertical-align:middle;
    line-height:1;
}
.espacio img{
    width:80px;
    height:80px;
}
#descarga li{
    font-size: 17px;
    font-family: MyriadProSemiBold;
    color: #444;
    padding: 20px 40px 0;
}
label.form-invalid {
    position: absolute;
    top: 0;
    /*right: 0;*/
    z-index: 5;
    display: block;
    /*margin-top: -25px;*/
    padding: 7px 9px;
    background: #777777;
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    font-weight: bold;
    font-size: 11px;
}
label.form-invalid:after {
    top: 100%;
    /*right: 10px;*/
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #777777;
    border-width: 6px;
}
#white p {
    font-family: MyriadProSemiCnIt;
    font-size: 18px;
    margin: 0 0 0 0;
}
#subscribe p,
#vote p {
    font-family: MyriadProBoldSemiCondensed;
    font-size: 18px;
    margin: 0 0 0 0;
}
.form-control {
    border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: MyriadProLight;
    font-size: 20px;
}
.form-contact {
    font-size: 18px;
}
.btn-content {
    margin: 10px 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    text-transform: uppercase;
    /*font-weight: bold;*/
    font-family: MyriadProSemiboldCond;
    font-size: 20px;
    width: 160px;
    height: 50px;
    padding: 10px 12px;
    border-color: #000;
}
.btn-default:focus,
.btn-default:active,
.btn-default:hover{
    background: #ffdd00;
    border-color: #000;
}
.input-lg {
    height:50px;
}
/*input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus, select:focus{
    box-shadow: 0 0 5px rgba(153, 153, 153, 0.9);
    border: 1px solid rgba(153, 153, 153, 0.9);
}*/
.form-control:focus {
    box-shadow: 0 0 5px rgba(153, 153, 153, 0.9);
    -moz-box-shadow: 0 0 5px rgba(153, 153, 153, 0.9);
    -webkit-box-shadow: 0 0 5px rgba(153, 153, 153, 0.9);
    border: 1px solid rgba(153, 153, 153, 0.9);
    outline: 0;
}
#contact {
    color:#333333;
    font-family: MyriadProLight;
    font-size: 20px;
    position: relative;
    margin-top: 45px;
}
#contact h1 {
    font-family: MyriadProSemiboldSemiCn;
    font-size: 40px;
    margin: 0 0 30px 65px;
}
#contact .col-md-7 {
    height:350px;
}
#contact .col-md-7 div {
    left:10%;
}
#contact .col-md-5  {
    position:absolute;
    right:148px;
    bottom:30px;
    padding:10px 20px 10px;
}
#contact .contact-text {
    float:left;
    padding-left: 50px;
}
#contact p.text-left {
    font-family: MyriadProBoldSemiCnIt;
    font-size: 18px;
}
#contact li p {
    margin:0;
}
#contact .fa {
    font-size: 53px;
}
#categories ul{
    color: #f5f5f5;
    font-family: MyriadProLight;
    font-size: 14px;
}
#categories li{
    padding: 5px 0px;
    padding: 5px 0;
}
#categories h1{
    color: #faea6c;
    font-family: handscriptlefty-bold-italic;
    font-size: 32px;
}
#categories a {
    color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0;
    font-family: MyriadProLight;
    font-size: 16px;
}
#categories a:hover {
    color: #f5f5f5;
    text-decoration: underline;
}
#social a{
    display: inline-block;
    margin: 0 5px;
}
#social-border {
    border-right: 2px dashed #faea6c;
}
.grid-divider {
    position: relative;
    padding: 0;
}
.grid-divider>[class*='col-'] {
    position: static;
    padding-right: 5px;
    padding-left: 5px;
}
.grid-divider>[class*='col-']:nth-child(n+2):before {
    content: "";
    border-left: 2px dashed #999999;
    position: absolute;
    top: 0;
    bottom: 0;
}
#opinionCarousel .media img{
    padding: 0;
    margin-right: 23px;
}
#opinionCarousel .media .opinion-img > p:before{
    content: "";
    border-left: 2px dashed #999999;
    position: absolute;
    top: 0;
    bottom: 0;
}
#opinionCarousel .media-body {
    padding-left: 23px;
}
#opinionCarousel .media-heading{
    padding-left: 0;
    margin-bottom: 0;
}
#opinionCarousel .carousel-control {
    color: #999999;
    text-shadow: 0 1px 2px transparent;
    background-color:transparent;
    opacity: 0.4;
}
#opinionCarousel .carousel-control:hover {
    opacity: 1;
}
#opinionCarousel .carousel-control .glyphicon-chevron-left:before,
#opinionCarousel .carousel-control .glyphicon-chevron-right:before {
    border: 1px solid #999999;
    padding: 12px;
}
.col-padding {
     padding: 0 15px;
 }
.adjust-anunciese{
    margin-left: -100px; margin-right: -32px;
}
.adjust-anunciese-7 {
    padding: 15px 15px 15px 80px;
}
.adjust-anunciese-5 {
    padding: 15px 15px 15px 80px;
}
.adjust-anunciese-5 p {
     font-family: MyriadProLight;
     font-size:18px;
 }
.adjust-anunciese-5 .media {
    margin: 0;
    padding:0;
}
.faq-micro > .container > .adjust-anunciese {
    border-bottom: 2px dashed #660066;
}
.faq-micro > .container > .adjust-anunciese > .adjust-anunciese-7 img{
    float: right;
    padding: 10px 20px;
}
.faq-micro > .container > .adjust-anunciese > .adjust-anunciese-5{
    float: left;
    padding: 10px 30px;
}
.faq-micro > .container > .adjust-anunciese > .adjust-anunciese-5 span {
    font-family: MyriadProBoldSemiCondensed;
}
.faq-micro li strong{
    font-family: MyriadProSemiboldSemiCn;
    font-size: 25px;
}
footer {
    color: #f5f5f5;
    font-family: MyriadProLight;
    font-size: 14px;
}
.link-etecsa li{
    padding-right: 20px;
    padding-left: 20px;
}
.fa-yellow{
    color: #faea6c;
}
.fa-white{
    color: #fff;
}
.scrollToTop{
    /*top: 402px;*/
    bottom: 1%;
    width:50px;
    height:50px;
    text-align:center;
    padding:10px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffdd00;
    text-decoration: none;
    position:fixed;
    right:0;
    display:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.scrollToTop .fa-2x{
    font-size: 25px;
}
/*.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}
#gotop{
    float: right;
    margin: 20px;
    padding: 10px;
    border: 1px solid #faea6c;
}*/
.small-menu{
    font-family: MyriadProRegular;
    font-size: 14px;
    padding-top: 10px;
    margin-left: 5px;
}
.small-menu li{
    padding: 0;
    color: #999;
}
.small-menu a{
    color: #999;
}
.small-menu a:hover{
    text-decoration: none;
    color: #444;
}
.small-menu span{
    font-family: MyriadProSemiBold;
    font-size: 16px;
}
.media p{
    margin: 0;
}
.border-shadow{
    box-shadow: 0 1px 4px rgba(41,51,57,.5);
    -webkit-box-shadow: 0 1px 4px rgba(41,51,57,.5);
    -moz-box-shadow: 0 1px 4px rgba(41,51,57,.5);
}

.flex-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-item {
    display: inline-block;
    -ms-flex: 2;
    -moz-box-flex: 2;
    -webkit-flex: 2;
    flex: 2;
}
.list-group {
    margin-bottom: 0;
}
.list-group-item {
    font-family: MyriadProLight;
    font-size: 16px;
    color: #787878;
    border: 0;
    margin-bottom: 0 !important;
    border-bottom: 2px dashed #ccc !important;
}
.list-group-item:last-of-type, .list-group-item:last-of-type:hover {
    border-bottom: none !important;
}
.list-group-item:hover{
    color: #444;
    border-bottom: 2px dashed #444 !important;
}
.list-group-item h4{
    color: #000;
    font-family: MyriadProSemiBold;
    font-size: 20px;
    padding-left: 5px;
}
.urgencias,
.well:last-of-type{
    border-bottom: none !important;
}
#logo-search{
    position: relative;
    width: 80px;
    height: 80px;
    background-color: white;
}
#logo-search img{
    position: absolute;
    width: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.resaltado{
    border-left: solid 8px #fdfcbe !important;
}
.resaltado_banner{
    border-left: solid 8px #faed58 !important;
}
.resaltado_micrositio{
    border-left: solid 8px #ffdd00 !important;
    background-color: #fdfcbe !important;
}
.well {
    color: #787878;
    background-color: #fff;
    border: 0;
    /*padding-bottom: 0;*/
    border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-bottom: 2px dashed #ccc !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px;
    margin-bottom: 0;
}
.list-inline .keys,
.list-inline .wkeys {
    padding: 6px 3px;
}
.keys a{
    padding: 5px;
    background-color: #ffffcc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.micro-keys a{
    padding: 5px;
    background-color: #fef48a;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.keys a:hover{
    text-decoration: none;
    background-color: #ffff99;
}
.micro-keys a:hover{
    text-decoration: none;
    background-color: #faed58;
}
.wkeys a{
    padding: 5px;
    background-color: #ededed;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.wkeys a:hover {
    text-decoration: none;
    background-color: #d4d4d4;
}
.wwell:hover {
    border-bottom: 2px dashed #444 !important;
}
.ywell:hover {
    border-bottom: 2px dashed #faea6c !important;
}
.ywell:last-of-type,
.wwell:last-of-type {
    border-bottom: none !important;
}
.well:hover{
    color: #444;
    /*border-top: 2px dashed #faea6c !important;*/
}
.media{
    padding-left:3px;
}
.resaltado .media{
    padding-left: 0;
}
.resaltado .media-body{
    padding-left: 1px;
}
.media-body{
    /*font-family: MyriadProLightSemiCondensed;*/
    font-family: MyriadProLight;
    font-size: 16px;
    /*padding-left: 5px;*/
}
.resaltado .media-heading{
    padding-left: 0;
    font-size: 24px;
    font-family: MyriadProBold;
}
.resaltado_banner .media-heading{
    padding-left: 0;
    font-size: 24px;
    font-family: MyriadProBold;
}
.resaltado_micrositio .media-heading{
    padding-left: 0;
    font-size: 24px;
    font-family: MyriadProBold;
}
.media-heading {
    color: #000;
    font-family: MyriadProSemiBold;
    font-size: 20px;
    /*padding-left: 5px;*/
}
.white-heading-2,
.white-heading-3,
.white-heading-4 {
    color: #000;
    font-family: MyriadProBoldCondensed;
}
.white-heading-1 {
    color: #000;
    font-family: MyriadProSemiBold;
    font-size: 20px;
    padding: 5px 0 5px 20px;
}
.white-heading-2 {
    color: #000;
    font-family: MyriadProBoldCondensed;
    font-size: 22px;
    padding: 5px 0 5px 40px;
}
.white-heading-3 {
    color: #000;
    font-family: MyriadProBoldCondensed;
    font-size: 18px;
    padding: 5px 0 5px 60px;
}
.white-heading-4 {
    color: #000;
    font-family: MyriadProBoldCondensed;
    font-size: 18px;
    padding: 5px 0 5px 80px;
}
.title-well-1 {
    color: #000;
    font-family: MyriadProSemiBold;
    font-size: 20px;
    text-transform: uppercase;
}
.title-well-2 {
    color: #000;
    font-family: MyriadProBoldCondensed;
    font-size: 22px;
    text-transform: uppercase;
}
.title-well-3 {
    color: #000;
    font-family: MyriadProBoldCondensed;
    font-size: 18px;
    text-transform: uppercase;
}
.title-well-4 {
    font-size: 18px;
    color: #000;
    font-family: MyriadProSemiCnIt;
}
.m-well-2{
    margin: 0 0 0 20px;
}
.m-well-3{
    margin: 0 0 0 40px;
}
.m-well-4{
    margin: 0 0 0 60px;
}
.well-1, .well-2, .well-3, .well-4 {
    color: #787878;
    background-color: #fff;
    border: 0;
    border-bottom: 2px dashed #ccc !important;
    border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-family: MyriadProSemiBold;
    font-size: 20px;
    color: #787878;
}
.well-1:hover, .well-2:hover, .well-3:hover, .well-4:hover {
    border-bottom: 2px dashed #444 !important;
    color: #444;
}
div[class^="well"] .row:hover .col-md-8 div[class^="title-well"],
div[class^="well"] .row:hover .my-media-body li > span{
    /*color : red !important;*/
}
.well-1:last-of-type,
.well-2:last-of-type,
.well-3:last-of-type,
.well-4:last-of-type {
    border-bottom: none !important;
}
.well-1 p, .well-2 p, .well-3 p, .well-4 p {
    font-family: MyriadProLight;
    font-size: 16px;
}
.well-1 .my-media-body ul,
.well-2 .my-media-body ul,
.well-3 .my-media-body ul,
.well-4 .my-media-body ul {
    margin-bottom: 0;
}
.well-1 {
    margin: 0 0 0 20px;
 }
.well-2 {
    margin: 0 0 0 40px;
}
.well-3 {
    margin: 0 0 0 60px;
}
.well-4 {
    margin: 0 0 0 80px;
}
.my-media-body {
    padding-right: 25px;
}
.my-media-body ul {
    text-align:right;
    /*list-style-type: none;
    float: right;*/
}
.my-media-body li {
    padding: 0;
}
.my-media-body p,
.media-body p{
    padding: 0;
    margin: 0;
}
.my-media-body li > span{
    /*float: left;*/
}
.media li,
.my-media-body li,
.media-body li {
    font-size: 12px;
    font-family: MyriadProRegular;
}
.media-body li > a{
    font-size: 12px;
    font-family: MyriadProRegular;
}
.media-body a{
    font-size: 14px;
    font-family: MyriadProRegular;
    word-break: break-all;
}
p.info-media{
    font-size: 14px;
    /*font-family: MyriadPro-It; MyriadProSemiCnIt;*/
    /*padding-left: 2px;*/
    letter-spacing: 0.3pt;
}
.my-media-body li > span,
.media-body li > span{
    font-family: MyriadProBold;
    font-size: 24px;
    color: #000;
}
#more_search{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom:0;
}
#more_search li{
    padding: 10px 10px 0;
}
#more_search li i{
    padding-right: 10px;
    margin:0;
}
#more_search li a{
    color: #444;
}
#more_search li a:hover{
    text-decoration: none;
    opacity: .8;
}
#more_search span{
    font-family: MyriadProBold;
    font-size: 16px;
}
.list-data-short{
    padding:20px 40px 30px;
}
.list-data{
    font-family: MyriadProRegular;
    padding: 20px;
    margin: 5px;
    background: #fff;
    border: 1px solid #ccc;
}
.list-data-category{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.list-data-facilitador{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.list-data-short-facilitador, .list-data-short-codes{
    height: 300px;
    overflow-y: scroll;
    padding: 10px;
}
.list-data li{
    padding: 5px 0;
    color: #444;
    font-size: 14px;
}
.codes{
    margin:20px;
    padding:20px 40px 30px;
    background-color: #ffbb66;
}
.list-data-short-codes li {
    padding: 3px 0;
    word-break: break-all;
}
.list-data a{
    color: #444;
    cursor: pointer;
}
.list-data a:hover{
    text-decoration: underline;
    color: #000;
}
.list-data span{
    font-size: 16px;
}
.list-data p{
    font-family: MyriadProBoldCondensed;
    font-size: 16px;
    margin: 0 0 0 0;
    color: #000;
}
.modal-title{
    font-family: MyriadProBoldCondensed;
    font-size: 30px;
    padding-left: 10px;
    margin: 10px 10px 20px;
}
.modal-header p{
    font-size: 20px;
    opacity: .4;
}
.pagination{
    display: block;
    margin: 0;
}
ul#pag li a {
    border: 1px solid #fdf59a;
}
ul#wpag li a {
    border: 1px solid #d1d1d1;
}
ul.pagination li a {
    background: transparent;
    color: #444;
    float: left;
    padding: 9px 16px;
    text-decoration: none;
    font-size: 14px;
    font-family: MyriadProBoldSemiCondensed;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
#wpag>.active>a,
#wpag>.active>a:hover{
    color: #fff;
}
#pag>.active>a,
#pag>.active>a:hover{
    color: #fdf59a;
}
.pagination>.active>a,
.pagination>.active>a:hover{
    background-color: #444;
    /*color: #fdf59a;*/
    border: 1px solid #444;
}
ul#pag li a:hover:not(.active) {
    color: #fdf59a;
}
ul#wpag li a:hover:not(.active) {
    color: #f9f9f9;
}
ul.pagination li a:hover:not(.active) {
    background-color: #666;
    border: 1px solid #666;
    /*color: #fdf59a;*/
}
#pag .disabled span,
#pag .disabled a,
#pag .disabled a:hover {
    background-color: #f8efc0;
    border: 1px solid #fdf59a;
}
#wpag .disabled span,
#wpag .disabled a,
#wpag .disabled a:hover {
    background-color: #d1d1d1;
    border: 1px solid #bbbbbb;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #666;
    /*background-color: #f8efc0;*/
    cursor: default;
    /*border: 1px solid #fdf59a;*/
}
ul#wpag li a:focus {
    color: #666;
}
ul#pag li a:focus {
    color: #fdf59a;
}
ul.pagination li a:focus {
    background-color: #666;
    /*color: #fdf59a;*/
}
#yp-dropdown-btn button{
    border:none;
    background: transparent;
    padding: 0 0 5px;
    margin: 0;
}
#yp-dropdown-btn .btn:active,
.btn-group.open .dropdown-toggle {
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#yp-dropdown li{
    padding-bottom: 10px;
}
.dropdown-menu.dropUp {
    top: auto;
    bottom: 30px;
}
.dropdown-menu.dropDown {
    top: 30px;
    bottom: auto;
}
/*.filter-by{
    font-family: MyriadProLight;
}*/
.filter-by>.btn-group>button {
    background-color: white;
    font-family: MyriadProLight;
}
.filter-by>.btn-group>.btn-default.active{
    background-color: #dddddd;
    font-family: MyriadProLight;
    color: #444444;
}
h1 {
    font-family: MyriadProBoldSemiCondensed;
    font-size: 35px;
}
h1 p strong {
    font-family: MyriadProBoldSemiCnIt;
}
h2 {
    font-family: MyriadProSemiboldSemiCn;
    font-size: 30px;
}
h3 {
    font-family: MyriadProSemiboldSemiCn;
    font-size: 25px;
}
h4{
    font-family: MyriadProBoldCondensed;
    font-size: 20px;
}
.buscando{
    font-family: MyriadProRegular;
    font-size: 20px;
}
/*strong{
    font-family: MyriadProBoldCondensed;
    font-size: 18px;
}*/
.span_big{
    font-family: MyriadProBoldCondensed;
    font-size: 25px;
}
.text p {
    font-family: MyriadProLight;
    font-size: 16px;
}
ul {
    list-style-type: square;
}
/*ul{
    list-style: none;
    font-family: MyriadProLight;
    font-size: 20px;
    padding: 0;
}
li{
    list-style: none;
    font-family: MyriadProLight;
    font-size: 16px;
    padding: 0;
}
ol{
    font-family: MyriadProLight;
    font-size: 18px;
    padding: 0 30px;
}*/
a{
    text-decoration: none;
    color:#000;
}
a:focus{
    color:#000;
}
a:hover{
    text-decoration: underline;
    color:#555;
}
/*table{
    font-family: MyriadProLight;
    font-size: 18px;
    border-collapse: collapse;
    border : 1px solid #999999;
}
td{
    padding: 5px 10px;
}
table, th, td {
    border: 1px solid #999999;
}*/
.squared{
    border: 2px solid #999999;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.rounded{
    border: 1px dashed #999999;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.squared p,
.rounded p{
    padding: 0 20px;
}
.level_second{
    padding: 3px 20px;
    font-size: 16px;
    font-family: MyriadProLight;
    margin: 2px 0px;
}
.level_third{
    padding: 0 40px;
    font-size: 16px;
    font-family: MyriadProLight;
}
.barra{
    color: #dbdbdb;
}
#vote {
    bottom: 0;
    height: 100%;
    position: fixed;
    right: 0;
    top: -38px;
    width: 0;
    z-index: 1025 !important;
    font-family: MyriadProLight;
    font-size: 16px;
}
#vote h1{
    margin: 0;
}
#vote-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    right: 0;
    position: absolute;
    top: 148px;
    width: 0;
    left: auto;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
    -moz-transition: width .2s ease;
    -o-transition: width .2s ease;
    background: #ffdd00;
    padding: 0;
}
#vote-content.shown {
    bottom: 0;
    width: 320px;
}
.vote-icon{
    color: #333;
    cursor: pointer;
    font-size: 25px;
    top: 0;
    width: 50px;
    height: 50px;
    left: -50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    background: #ffdd00;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
#vote-content .vote-icon:hover {
    /*color: #333;
    font-size: 45px;*/
}
#vote-content .vote-icon:before {
    content: "\f022";
    font-family: fontawesome;
    transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -o-transition: color .2s ease;
}
#vote-content.shown .vote-icon:before {
    content: "\f00d";
}
#vote-content.shown #vote-results {
    /*overflow: auto;
    padding: 1px 20px 15px;
    width: 390px;*/
    width: auto;
    right: 0;
    transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
    -webkit-transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
    -moz-transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
    -o-transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
}
#vote-content.shown #vote-wrapper{
    /*position: absolute;*/
    overflow: auto;
    padding: 1px 20px 15px;
    /*width: 390px;*/
    width: auto;
    right: 0;
    transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
    -webkit-transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
    -moz-transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
    -o-transition: width 0s linear 0s, padding 0s linear 0s, right 0s linear 0s;
}
/*#vote-results .btn,*/
#vote-wrapper .btn{
    border: 1px solid #333333;
    display:inline;
    margin-right:auto;
    margin-left:auto
}
.btn-yellow{
    color: #000;
}
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow:hover {
    background: #333333;
    color: #ffdd00;
    border: #ffdd00;
}
#home-micro img{
    padding: 0;
}
#home-micro h1 {
    font-family: handscriptlefty-bold-italic;
    font-size: 60px;
    margin-top: 0;
    line-height: 0.7;
}
#home-micro .btn-yellow {
    color: #000;
    background: #ffdd00;
}
#home-micro .btn-yellow:focus,
#home-micro .btn-yellow:active,
#home-micro .btn-yellow:hover {
    color: #ffdd00;
    background:#333;
}
.btn-white:focus,
.btn-white:active,
.btn-white:hover {
    background: #333333;
    color: #fff;
    border: #fff;
}
.btn-green:focus,
.btn-green:active,
.btn-green:hover {
     background: #333333;
     color: #99cc66;
     border: #99cc66;
 }
.btn-infos:focus,
.btn-infos:active,
.btn-infos:hover {
    background: #333333;
    color: #ffbb66;
    border: #ffbb66;
}
.progress {
    position: relative;
    height: 25px;
    margin-bottom: 10px;
}
.progress > .progress-type {
    position: absolute;
    left: 0;
    padding: 0 30px 3px 10px;
    /*color: rgb(255, 255, 255);*/
    /*background-color: rgba(25, 25, 25, 0.2);*/
    font-size: 16px;
    font-family: MyriadProLight;
}
.progress > .progress-completed {
    position: absolute;
    right: 0;
    padding: 0 10px 2px;
    font-size: 16px;
    font-family: MyriadProLight;
}
.botones-sociales {
    position: fixed;
    top: 160px;
    width: 50px;
    z-index: 1024;
}
.derecha{
    right: 0;
}
.derecha .social {
    -moz-transition: background-color 0.4s ease-in 0s;
    -webkit-transition: background-color 0.4s ease-in 0s;
    -moz-transition: background-color 0.4s ease-in 0s;
    -o-transition: background-color 0.4s ease-in 0s;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 50px;
    width: 50px;
    padding: 10px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.derecha .texto {
    display: none;
    float: left;
    font-size: 80%;
    font-weight: bold;
    margin: 11px 0 11px 40px;
    white-space: nowrap;
}
.ui-autocomplete {
    font-family: MyriadProLight;
    z-index: 9999 !important;
    font-size: 16px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#999)";/*IE 8*/
    -webkit-box-shadow: 0 0 2px #717171;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    -moz-box-shadow: 0 0 2px #717171;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 2px #717171;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}
/* loading - the AJAX indicator */
/*.ui-autocomplete-loading {
    background: white url(../img/loader_on_white_nb_big.gif) right center no-repeat;
}*/
.ui-state-highlight {
    color: #444;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    color: #fff;
    background: #acacac;
    border: 1px solid #acacac;
}
#loading-spinner, #loading{
    position: absolute;
    /*display: none;*/
    top:0;
    right:0;
}
#loading{
    width: 100%;
    z-index: 1100;
    margin-left: 0;
    opacity: .85;
    background-color: #fff;
    height: 100%;
}
#vote-wrapper #loading{
    background-color: #ffdd00;
}
#loading-spinner {
    background: url(../img/loader_on_white_nb_big.gif) center center no-repeat;
    bottom: 0;
    left: 0;
    right: 0;
}
/* Default mode */
.tabbable-line {
    padding: 0 !important;
}
.tabbable-line > .nav-tabs {
    border: none;
    margin: 0;
    float: right;
    font-size: 12px;
}
.tabbable-line > .nav-tabs > li {
    margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
    border: 0;
    margin-right: 0;
    color: #737373;
    padding-bottom: 5px;
}
.tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #dddddd;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0;
}
.tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #444444;
    position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
}
.nav-tabs > li.active > a {
    background-color: transparent !important;
}
.tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
}
.info-title1{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 20px;
    padding: 0 5px;
    font-family: MyriadProSemiboldSemiCn;
}
.info-title2 {
    display: table-cell !important;
    vertical-align: middle;
    font-size: 30px;
    padding: 0 5px;
    font-family: MyriadProSemiboldSemiCn;
}
.info-title2-lg {
    display: table-cell !important;
    vertical-align: middle;
    font-size: 25px;
    padding: 0 5px;
    font-family: MyriadProSemiboldSemiCn;
}
.info-text {
    font-family: MyriadProLight;
    font-size: 16px;
}
.teleseleccion{
    /*display: table;*/
    font-family: MyriadProSemiboldSemiCn;
    font-size: 18px;
    /*color: white;*/
}
.teleseleccion li {
     /*display: table-cell !important;*/
     text-transform: uppercase;
     vertical-align: middle;
     -webkit-border-radius: 10px;
     -o-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     border: 3px solid white;
     background-color: #99ccff;
     text-align: center;
     -webkit-box-shadow: 1px 1.5px 0px rgba(0, 0, 0, 0.4);
     -o-box-shadow: 1px 1.5px 0px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 1px 1.5px 0px rgba(0, 0, 0, 0.4);
     box-shadow: 1px 1.5px 0px rgba(0, 0, 0, 0.4);
 }
.teleseleccion li p {
    margin: 0;
    line-height: 1em;
}
.teleseleccion .mas{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 0px 5px;
    margin: 5px;
}
.teleseleccion .mas p{
    padding: 0 2px 4px 4px;
}
.tele-text{
    padding: 10px 0;
}
/*
    Ref:
    Thanks to:
    http://www.jqueryscript.net/layout/Simple-jQuery-Plugin-To-Create-Pinterest-Style-Grid-Layout-Pinterest-Grid.html
*/
#pin, #pin-urgencias, #pin-atencion, #pin-internet, #pin-consumer {
    position: relative;
    max-width: 100%;
    width: 100%;
}
#pin-internet, #pin-consumer {
    padding: 20px 0;
    border-bottom: 2px dashed #333333;
}
#pin-urgencias .pin-panel {
    padding: 10px;
    font-size: 20px;
    font-family: MyriadProLight;
}
.pin-panel {
    position: absolute;
    /*background-color: rgba(204, 255, 153, 0.7);
    box-shadow: 0px 1px 5px rgba(153, 204, 102, 0.5);
    -webkit-box-shadow: 0px 1px 5px rgba(153, 204, 102, 0.5);*/
    padding: 20px;
    font-size: 16px;
    font-family: MyriadProLight;
}
.pin-panel-copy {
    position: absolute;
    /*background-color: rgba(204, 255, 153, 0.7);
    box-shadow: 0px 1px 5px rgba(153, 204, 102, 0.5);
    -webkit-box-shadow: 0px 1px 5px rgba(153, 204, 102, 0.5);*/
    padding: 20px;
    font-size: 16px;
    font-family: MyriadProLight;
}
.pin-green {
    background-color: rgba(204, 255, 153, 0.7);
}
.pin-blue {
    background-color: rgba(153, 204, 255, 0.5);
}
.pin-naranja {
    background-color: rgba(255, 187, 102, 0.8);
}
.pin-ambulance {
    background-color: #FF0033;
}
.pin-police {
    background-color: #3333CC;
}
.pin-fire {
    background-color: #ff5500;
}
.pin-maritime {
    background-color: #1ddfe6;
}
.pin-drugs {
    background-color: #ffc20f;
}
.pin-internets {
    background-color: #ffde1f;
}
.pin-consumers {
    background-color: #1d5aff;
}
.pin-consumers p, .pin-internets p{
    font-size: 20px;
}
.pin-consumers p{
    color: #fff;
}
.pin-panel::before, .pin-panel-copy:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 20px solid white;
    -webkit-box-shadow: -1px 1.5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -1px 1.5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -1px 1.5px 0px rgba(0, 0, 0, 0.4);
    width: 0;
}
.pin-naranja::before{
    border-left: 20px solid #ff9900;
}
.pin-green::before{
    border-left: 20px solid #99cc66;
}
.pin-blue::before{
    border-left: 20px solid #99ccff;
}
.pin-ambulance::before {
    border-left: 20px solid #dc0033;
}
.pin-police::before {
    border-left: 20px solid #2929af;
}
.pin-fire::before {
    border-left: 20px solid #dc5200;
}
.pin-maritime::before {
    border-left: 20px solid #1ccbd2;
}
.pin-drugs::before {
    border-left: 20px solid #dca20f;
}
.pin-internets::before {
    border-left: 20px solid #e6c61e;
}
.pin-consumers::before {
    border-left: 20px solid #1d56e6;
}
.pin-panel h1 {
    font-family: MyriadProBoldSemiCondensed;
    font-size: 25px;
}
.urgencias h1,
#pin-urgencias .pin-panel h1 {
    font-family: MyriadProBoldSemiCondensed;
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 0;
}
.urgencias h2,
#pin-urgencias .pin-panel h2 {
    font-family: MyriadProBoldSemiCondensed;
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#pin-urgencias .pin-panel p {
    margin-bottom: 20px;
    font-family: MyriadProBoldSemiCondensed;
}
.pin-panel a {
    text-decoration: none;
}
.urgencias,
#pin-urgencias .pin-panel a {
    color: #fff !important;
}
.pin-panel:hover {
    /*box-shadow: 1px 1px 15px rgba(153, 204, 102, 0.7);
    -webkit-box-shadow: 1px 1px 15px rgba(153, 204, 102, 0.7);*/
    margin-top: -3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


@media screen and (max-height: 550px) {
    #vote-content {
        padding: 0;
        bottom: 0;
    }
    #vote-content #vote-results,
    #vote-content #vote-wrapper {
        max-height: 100%;
    }
}
@media screen and (max-height: 768px) {
    #vote-content {
        padding: 0;
        bottom: 0;
    }
    #vote-content #vote-results ,
    #vote-content #vote-wrapper {
        max-height: 100%;
    }

}
@media screen and (max-height: 800px) {
    #vote-content {
        padding: 0;
        bottom: 0;
    }
    #vote-content #vote-results ,
    #vote-content #vote-wrapper {
        max-height: 100%;
    }
}
@media (max-width: 1024px) {
    .redirect .d-flex {
        display: block!important;
    }
    #header--search--yellow{
        width: 1024px;
        padding: 0 9px;
    }
    #div-form-search {
        padding: 0;
    }
    .logo, .alogo {
        padding: 12px 10px;
    }
    .thumbnail{
       padding: 0 5px 10px;
   }
    .fix .margin2,
    .fix .margin3{
        margin: 0;
    }
    .margin3{
        margin:0;
    }
    .margin2{
        margin:0 30px;
    }
    .home-right-up {
        margin: 0px 15px 30px 0;
    }
    .col-sm-offset-1 {
        margin-left: 4.33333333%;
    }
    .adjust-anunciese{
        margin-left: -100px;
        margin-right: -15px;
    }
    #home-micro h1 {
        font-size: 50px;
    }
    #contact .col-md-5  {
        right: 35px;
    }
}
@media (max-width: 768px) and (max-width: 800px) {
    #contact {
        margin-top:0;
    }
    #contact .col-md-7 {
        height: 320px;
    }
    #contact .col-md-7 div {
        left:25%;
    }
    #contact .col-md-5  {
        position:relative;
        right: 0;
        float: right;
    }
    #contact .border {
        padding-bottom: 0;
    }
    #ContactContactForm{
        padding-right: 0;
    }
    .codes{
        margin:5px;
    }
    .service-caption {
        height: 240px;
        transition: none;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
    }
    .seller-caption {
        height: 120px;
        transition: none;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
    }
    #services .btn {
        opacity: 1;
        margin: 20px 0;
    }
    #sellers .overlay .seller-caption > .seller-contact {
        opacity: 1;
    }
    .service-caption p ,
    .seller-caption p span{
        text-align: center;
    }
    #vote, .botones-sociales, .scrollToTop{
        display: none;
    }
    .hidden-search{
        display: block;
    }
    .hidden-search .affix-top{
        position: relative;
        z-index: 1049;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=90, Color=#333333)";/*IE 8*/
        -webkit-box-shadow: 0 0 5px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        -moz-box-shadow: 0 0 5px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
        box-shadow: 0 0 5px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    }
    .show-search{
        display: none;
    }
    .img-mobile {
        width:100px;
        height:100px;
    }
    h1 {
        font-family: MyriadProBoldSemiCondensed;
        font-size: 30px;
    }
    h2 {
        font-family: MyriadProSemiboldSemiCn;
        font-size: 25px;
    }
    h3 {
        font-family: MyriadProSemiboldSemiCn;
        font-size: 20px;
    }
    .mobile-thumbnail .img-responsive{
        width: 200px;
    }
    .mobile-thumbnail .video {
        min-width: 200px;
        height: 167px;
    }
    .list-data-category, .list-data-facilitador {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #publicity .thumbnail {
        display: inline-block;
        vertical-align: top;
    }
    #publicity img {
        width: 200px;
    }
    #social-border {
        border-right: 0 dashed #faea6c;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        border-left: 0 dashed;
    }
    .col-padding {
        padding: 0 40px 0 180px;
    }
    .adjust-anunciese{
        margin-left: -15px;
        margin-right: -15px;
    }
    .adjust-anunciese-7,
    .adjust-anunciese-5 {
        padding-right: 30px;
        padding-left: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .faq-micro > .container > .adjust-anunciese > .adjust-anunciese-7 img{
        float: none;
    }
    #categories .col-sm-3 {
        text-align: center;
    }
    #btn-group-pages .btn{
        font-size: 3vw;
    }
    #more_search, #categories_list{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    label.form-invalid {
        margin: 120px 0 0;
    }
    .list-data-short{
        padding:20px 10px 30px;
        margin-top: 40px;
    }
    .anunciese-paginas{
        margin-left: -175px;
        margin-top: 0px;
    }
    .img-logo{
        display: none;
    }
}
@media (min-width: 280px) and (max-width: 390px) {
    .mifuente2
    {
        font-size:15px;
    }
    .mifuente1
    {
        font-size:20px;
        margin-top: 5px;
    }
}
@media (min-width: 610px) and (max-width: 767px) {
   #contact .col-md-7 div {
        left:25%;
    }
    #contact .col-md-5  {
        float: inherit;
    }
    .pad-right, .pad-left {
        padding: 0;
    }
    .mifuente2
    {
        font-size:30px;
    }
    .mifuente1
    {
        font-size:30px;
    }
    .col-categories {
        padding-right:15px;
    }
    .col-categories-text {
        float:none;
    }
}
@media (max-width: 480px) {
    .my-media-body {
        padding-left: 0;
    }
    .pad-right, .pad-left {
        padding: 0;
    }
    #opinionCarousel .carousel-control .glyphicon-chevron-left {
        margin-left: -30px;
    }
    #opinionCarousel .carousel-control .glyphicon-chevron-right {
        margin-right: -30px;
    }
    #opinionCarousel .media .opinion-img > p:before {
        border-left: 0 dashed #999999;
    }
    .green {
        padding-bottom:70px;
    }
    .info {
        padding-bottom:30px;
    }
    #vote-content #vote-wrapper {
        right: 280px;
    }
    #vote-content.shown {
        width: 280px;
    }
    #vote-content.shown #vote-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        width: 280px;
        right: 0;
    }
    #img-anunciese ul {
        display: block;
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1;
    }
    #publicity{
        padding-top: 30px;
    }
    .generals .quienes {
        display: none;
    }
    .generals .thumbnail {
        margin-top: 0;
        margin-bottom: 0;
    }
    .col-categories {
        padding-right:15px;
    }
    .col-categories-text {
        float:none;
    }
}
@media (max-width: 360px) {
    #contact .col-md-7 div {
        left:4%;
    }
    #opinionCarousel .media-body {
        padding-left: 0;
    }
    .link-etecsa .list-inline li{
        display: block;
        padding: 10px;
    }
}
#captcha_error{
    color: #ff0000;
    display: block;
    font-family: MyriadProRegular;
    font-size: 12px;
    line-height: 14px;
    margin: 0 !important;
    font-weight: normal;
}
.link_home {
    text-decoration: none !important;
}
.btn-search-micrositio {
	 padding: 10px;
    -o-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background-color: #F0CF00;
    float: right;
    margin-right:0.6%;
}
.btn-search-micrositio:hover {
    padding-right: 13px;
}
.micrositio .panel-heading {
    color: #333;
    background-color: #ababab;
    border-color: #ababab;
}
.link_resaltado {
    font-size: 24px !important;
    font-family: MyriadProBold !important;
    color:#000 !important;
}
.link_resaltado:hover {
    text-decoration:none;
}
.lista-tel {
    line-height: 1.2;
}

