.imagen_ayuda img {
    max-width: 700px;
}

.popover {
    max-width: 100%;
    /*left: 200px !important;*/
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Contraer";
}

.accordion-option .toggle-accordion.active:before {
    content: "Expandir";
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

.highlight {
    background-color: #FFFF00;
}

#faqs .panel-body {
    font-size: medium;
}

#faqs .panel-heading a {
    font-size: large;
}

.panel-novedades .panel-collapse {
    overflow: auto;
    height: 200px;
}