/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

*,
:after,
:before,
input[type=search] {
    box-sizing: border-box
}

hr,
img {
    border: 0
}

body,
figure {
    margin: 0
}

.btn,
.text-nowrap {
    white-space: nowrap
}

.img-thumbnail,
.table,
label {
    max-width: 100%
}

.btn,
.onlycomlink {
    -ms-user-select: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default;
    background-color: #ccc !important
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.img-thumbnail,
body {
    background-color: #f2f3f5
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #123c85;
    text-decoration: none
}

a:focus,
a:hover {
    color: #091e42;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
 font-weight: 200;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

dt,
label {
    font-weight: 700
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #123c85
}

a.text-primary:hover {
    color: #0c2858
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #123c85
}

a.bg-primary:hover {
    background-color: #0c2858
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dd {
    margin-left: 0
}

@media (min-width:992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.panel,
address {
    margin-bottom: 20px
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

caption,
th {
    text-align: left
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal;
    line-height: 1.42857143
}

.container {
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width:768px) {
    .container {
        width: 744px
    }
}

@media (min-width:992px) {
    .container {
        width: 964px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1264px
    }
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.container-fluid {
    padding-left: 12px;
    padding-right: 12px
}

.row {
    margin-left: -12px;
    margin-right: -12px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #f2f3f5
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control,
output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    line-height: 34px;
    line-height: 1.42857143\9
}

input[type=date].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
input[type=time].input-sm {
    line-height: 30px;
    line-height: 1.5\9
}

input[type=date].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
input[type=time].input-lg {
    line-height: 46px;
    line-height: 1.33\9
}

:root input[type=date],
:root input[type=datetime-local],
:root input[type=month],
:root input[type=time],
_:-ms-fullscreen {
    line-height: 1.42857143
}

:root input[type=date].input-sm,
:root input[type=datetime-local].input-sm,
:root input[type=month].input-sm,
:root input[type=time].input-sm,
_:-ms-fullscreen.input-sm {
    line-height: 1.5
}

:root input[type=date].input-lg,
:root input[type=datetime-local].input-lg,
:root input[type=month].input-lg,
:root input[type=time].input-lg,
_:-ms-fullscreen.input-lg {
    line-height: 1.33
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.btn-block+.btn-block,
.help-block {
    margin-top: 5px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control,
select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control,
select[multiple].input-sm,
textarea.form-group-sm .form-control,
textarea.input-sm {
    height: auto
}

.form-group-lg .form-control,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.form-group-lg .form-control,
select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control,
select[multiple].input-lg,
textarea.form-group-lg .form-control,
textarea.input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.collapsing,
.dropdown {
    position: relative
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -12px;
    margin-right: -12px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 12px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn.active,
.btn:active,
.buscar:focus,
.collapsed-menu:focus,
.dropdown-toggle:focus,
.item-audio .jp-gui.jp-smallplayer .jp-controls-holder .jp-pause:focus,
.item-audio .jp-gui.jp-smallplayer .jp-controls-holder .jp-play:focus,
.main-nav ul li a:focus,
.navbar-toggle:focus,
.open>a {
    outline: 0
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #123c85;
    border-color: #0f326f
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0c2858;
    border-color: #081a39
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #123c85;
    border-color: #0f326f
}

.btn-primary .badge {
    color: #123c85;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #123c85;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #091e42;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-sm {
    padding: 5px 10px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear
}

.fade.in,
article.pastilla a:hover .social-metadata,
div.pastilla a:hover .social-metadata,
li.pastilla a:hover .social-metadata {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857143;
    white-space: nowrap
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.dropdown-menu>li>a {
    clear: both;
    font-weight: 400;
    color: #333
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #123c85
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.input-group,
.input-group-btn,
.input-group-btn>.btn,
.nav>li,
.nav>li>a,
.navbar {
    position: relative
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:992px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.nav>li,
.nav>li>a {
    display: block
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #123c85
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #f2f3f5;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #f2f3f5
    }
}

.nav-pills>li {
    float: left
}

.nav-justified>li,
.nav-stacked>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #123c85
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #f2f3f5
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    min-height: 30px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 12px;
    padding-left: 12px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -12px;
    margin-left: -12px
}

@media (min-width:992px) {
    .navbar {
        border-radius: 4px
    }
    .navbar-header {
        float: left
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        visibility: visible!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -12px
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 5px 12px;
    font-size: 18px;
    line-height: 20px;
    height: 30px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 12px;
    padding: 9px 10px;
    margin-top: -2px;
    margin-bottom: -2px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 2.5px -12px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:992px) {
    .navbar-toggle {
        display: none
    }
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px
    }
}

.navbar-form {
    padding: 10px 12px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: -2px -12px
}

@media (min-width:768px) {
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
    .navbar-text {
        float: left;
        margin-left: 12px;
        margin-right: 12px
    }
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -12px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: -2px;
    margin-bottom: -2px
}

.navbar-btn.btn-sm {
    margin-top: 0;
    margin-bottom: 0
}

.navbar-btn.btn-xs {
    margin-top: 4px;
    margin-bottom: 4px
}

.navbar-text {
    margin-top: 5px;
    margin-bottom: 5px
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width:991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pager li,
.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #123c85;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #091e42;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #123c85;
    border-color: #123c85;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #123c85;
    border-color: #123c85
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #76a2ed
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,
.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-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
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    visibility: hidden!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@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
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .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
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .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
    }
    .hidden-lg {
        display: none!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
    }
}

.visible-print {
    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
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
article.pastilla.opinion a .text {
    float: left
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%!important;
    padding: 5px 3px;
    text-align: center
}

section.principal article.opinion h2 .degover,
span.degover {
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffffff', GradientType=0)
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wrapcontent,
body.home {
    background-color: #fff
}

.col-0-pad {
    padding: 0
}

.col-0-mg {
    margin: 0
}

.wrapcontent {
    margin-top: 24px
}

#site-header.opcion-4 ul.radio-utils {
    right: 24px
}

.dhs {
    clear: both
}

div.placeholder {
    background-color: #555
}

.main-home {
    margin: 0;
    background-color: transparent
}

.main-home section {
    clear: both
}

article.pastilla .excerpt,
article.pastilla .excerpt p {
    font-size: 18px
}

article.pastilla.noticia-principal a.link-pastilla {
    height: auto
}

@media screen and (max-width:480px) {
    article.pastilla.noticia-principal .text,
    article.pastilla.noticia-principal a.link-pastilla {
        height: auto
    }
    .wrapcontent {
        padding-top: 6px
    }
    article.pastilla.noticia-principal a.link-pastilla .text {
        bottom: 0;
        z-index: 4;
        background-color: #FFF
    }
    article.pastilla.noticia-principal a.link-pastilla .figwr {
        z-index: 20
    }
    article.pastilla.noticia-principal a.link-pastilla .hdate,
    article.pastilla.noticia-principal a.link-pastilla .social-metadata {
        z-index: 5
    }
    article.pastilla.noticia-principal a.link-pastilla .hdate {
        text-shadow: none;
        color: #555
    }
}

article.pastilla.noticia-principal a.link-pastilla .tx {
    padding: 8px 0 8px 8px;
    max-height: 295px;
    overflow: hidden;
    margin-bottom: 6px
}

article.pastilla.noticia-principal.category-politica-semanal a .tx {
    padding-top: 32px
}

article.pastilla.noticia-principal .text {
    overflow: hidden;
    position: relative
}

article.pastilla.noticia-principal .text h1 {
    margin-top: 0;
    font-size: 32px
}

@media screen and (max-width:480px) {
    article.pastilla.noticia-principal .text h1 {
        font-size: 24px
    }
    article.pastilla.noticia-principal .text .excerpt {
        display: none
    }
}

article.pastilla.noticia-principal .text .excerpt {
    font-size: 16px;
    margin-top: 12px
}

article.pastilla.noticia-principal .hdate {
    position: absolute;
    left: 6px;
    bottom: 4px;
    text-shadow: none
}

article.pastilla.noticia-principal span.comcount {
    display: inline-block;
    margin: 8px 0 0
}

article.pastilla.noticia-principal.con-subarticulos {
    min-height: 310px;
    margin-bottom: 12px
}

article.pastilla.noticia-principal.con-subarticulos a {
    padding: 6px
}

article.pastilla.noticia-principal.con-subarticulos figure a {
    padding: 0;
    margin-bottom: 0
}

@media screen and (min-width:992px) {
    article.pastilla.noticia-principal.con-subarticulos figure a {
        width: 340px
    }
}

article.pastilla.noticia-principal.con-subarticulos figure a:hover {
    box-shadow: 0
}

article.pastilla.noticia-principal.con-subarticulos .text {
    overflow: visible
}

article.pastilla.noticia-principal.con-subarticulos.category-politica-semanal a.link-pastilla-principal {
    padding-top: 24px
}

article.con-subarticulos div.pastilla.principal {
    margin-top: 6px;
    overflow: visible
}

article.con-subarticulos div.pastilla.principal a.link-pastilla-principal {
    margin-bottom: 0
}

aside.subarticulos .pastilla.subarticulo a {
    height: auto;
    min-height: 0;
    padding: 6px;
    margin-bottom: 0;
    border-bottom: 0 solid rgba(171, 198, 218, .5);
    color: #256CC8
}

aside.subarticulos .pastilla.subarticulo a h2 {
    margin: 0 0 0 8px;
    font-size: 16px;
    color: #256CC8
}

aside.subarticulos .pastilla.subarticulo a h2:before {
    display: block;
    font-family: FontAwesome;
    content: '\f105';
    top: 25%;
    left: 3px;
    position: absolute;
    color: #B0B6BE
}

article.pastilla.opinion a {
    min-height: 124px;
    border-style: solid;
    border-color: #DCDCDC;
    border-width: 1px;
    margin-bottom: 18px;
}

article.pastilla.opinion a h2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 80px;
    color: #4D4D4D;
    font-size: 21px
}

article.pastilla.opinion a .autor {
    font-size: 15px
}

@media screen and (max-width:480px) {
    article.pastilla.opinion a .autor {
        font-size: 14px
    }
}

article.pastilla.opinion a .avatar {
    position: absolute;
    top: 0;
    right: 6px;
    padding-top: 6px
}

article.pastilla.opinion a .avatar img {
    border-radius: 50px;
    width: 90px;
    height: 90px
}

article.pastilla.opinion a .social-metadata {
    left: 6px;
    bottom: 6px
}

article.opinion .social-metadata,
li.mascomentado .social-metadata {
    width: 130px
}

article.opinion .social-metadata p.socialcount,
li.mascomentado .social-metadata p.socialcount {
    width: 130px;
    height: 24px
}

article.opinion .social-metadata p.socialcount>span.comcount,
li.mascomentado .social-metadata p.socialcount>span.comcount {
    width: 130px;
    display: block
}

article.opinion .social-metadata p.socialcount>span.comcount>span,
li.mascomentado .social-metadata p.socialcount>span.comcount>span {
    width: 43px;
    float: left
}

article.opinion .social-metadata p.socialcount>span.comcount>span i,
li.mascomentado .social-metadata p.socialcount>span.comcount>span i {
    display: inline-block;
    margin-right: 4px;
    line-height: 16px;
    vertical-align: middle
}

article.opinion .social-metadata p.socialcount>span.comcount>span span.scnt,
li.mascomentado .social-metadata p.socialcount>span.comcount>span span.scnt {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle
}

li.mascomentado .social-metadata,
li.mascomentado .social-metadata>p.socialcount,
li.mascomentado .social-metadata>p.socialcount>span.comcount {
    width: 170px
}

li.mascomentado .social-metadata>p.socialcount>span.comcount>span {
    width: 55px
}

section.principal article.opinion a {
    min-height: 143px;
    position: relative
}

section.principal article.opinion a .text,
section.principal article.opinion a .tx {
    padding: 8px 8px 0;
    min-width: 200px
}

section.principal article.opinion a .text {
    padding-top: 0
}

section.principal article.opinion .avatar {
    float: none;
    position: absolute;
    right: 12px;
    top: 0
}

section.principal article.opinion h2 {
    font-size: 21px;
    max-height: 77px;
    min-height: 28px;
    margin-right: 110px;
    overflow: hidden;
    position: relative;
    margin-top: 0;
    line-height: 1.25em
}

section.principal article.opinion h2 .degover {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 90%, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 90%, #fff 100%)
}

section.principal article.opinion .social-metadata {
    position: absolute
}

section.principal article.opinion .social-metadata .socialcount {
    width: 45px;
    text-align: left;
    float: left
}

.autorsection,
.sectiontitle.centrado {
    text-align: center
}

section.principal .minitema a {
    height: auto;
    border: 1px solid #dcdcdc
}

section.principal .minitema .tx {
    margin-bottom: 6px
}

section.principal .minitema .tx h2,
section.principal .minitema .tx h3 {
    font-size: 20px;
    margin-bottom: 6px;
    max-height: 87px
}

@media screen and (max-width:768px) {
    section.principal .minitema .tx h2,
    section.principal .minitema .tx h3 {
        font-size: 18px
    }
}

section.principal .minitema figure {
    height: 141px
}

.secrow {
    margin-top: 12px
}

article.pastilla.noticia-secundaria {
  min-height: 333px
}

article.pastilla.noticia-secundaria .abstx {
    background-color: transparent
}

article.pastilla.noticia-secundaria.category-politica-semanal h3.tx {
    padding-top: 14px
}

article.pastilla.noticia-secundaria div.autor.tx {
    padding-top: 0
}

article.pastilla.noticia-secundaria h3.tx {
    margin: 0 0 6px;
    font-size: 22px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    z-index: 4;
    padding-bottom: 0;
    line-height: 1.25em
}

article.pastilla.noticia-secundaria .tx.autor {
    padding-bottom: 12px
}

article.pastilla.noticia-secundaria figure {
    z-index: 2;
    height: 150px
}

article.pastilla.noticia-secundaria span.comcount {
    display: inline-block;
    margin: 6px
}

article.pastilla.noticia-secundaria .social-metadata {
    position: static;
    padding: 4px 0;
    margin-left: 6px;
    z-index: 10
}

.minitema a {
    height: 110px
}

.minitema figure {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f0f0f0;
    height: 110px;
    width: 130px
}

@media screen and (max-width:768px) {
    .minitema figure {
        margin-right: -36px
    }
}

.minitema .tx {
    height: 135px;
    overflow: hidden;
    position: relative
}

@media screen and (max-width:480px) {
    article.pastilla.noticia-secundaria {
        min-height: 0
    }
    article.pastilla.noticia-secundaria.bordered a {
        border-bottom: 1px solid #dcdcdc
    }
    article.pastilla.noticia-secundaria h3.tx {
        font-size: 22px
    }
    .minitema .tx {
        height: 120px
    }
}

.minitema h3 {
    max-height: 90px;
    overflow: hidden;
    margin-top: 0;
    font-size: 18px;
    margin-right: 136px
}

@media screen and (max-width:768px) {
    .minitema h3 {
        font-size: 16px;
        max-height: 75px;
        overflow: hidden;
        margin-right: 100px
    }
    .minitema .social-metadata p.social-count>span.comcount>span {
        margin-bottom: 0
    }
}

.minitema h2 {
    margin-right: 122px
}

.minitema .social-metadata {
    height: 28px;
    position: static;
    margin-left: -1px
}

.minitema .social-metadata p.socialcount {
    margin-top: 4px;
    font-size: 11px;
    width: 150px
}

.minitema span.numero-comentarios {
    display: none
}

article.pastilla.minitema h2,
article.pastilla.tema h2 {
    margin-top: 0
}

.temas-divider {
    display: block;
    border-top: 2px solid #549036
}

@media screen and (max-width:480px) {
    article.pastilla.tema a span.sectema {
        border-top: 2px solid #549036;
        display: block;
        padding: 3px 6px
    }
    .sectiontitle.bordemovil {
        border-top: 2px solid #D8964D
    }
}

article.pastilla.tema a {
    padding-bottom: 12px
}

article.pastilla.tema a figure {
    z-index: 2;
    height: 150px
}

article.pastilla.tema a .tema {
    display: inline-block;
    padding: 7px 6px
}

article.pastilla.tema a .tx {
    z-index: 5;
    padding-bottom: 0
}

article.pastilla.tema a .tx h2.rl {
    z-index: 4;
    padding: 0 8px 6px 7px;
    margin: 0 -8px;
    font-size: 24px;
    line-height: 1.1em
}

article.pastilla.tema a span.comcount {
    display: inline-block;
    margin: 6px 0
}

article.pastilla.tema a .social-metadata {
    z-index: 10;
    bottom: inherit;
    position: static;
    margin-left: 6px
}

.col-masnotic {
    margin-top: 12px
}

.ctype,
.hdate,
span.tema {
    text-transform: uppercase;
    color: #549036;
    font-weight: 700;
    font-size: 13px
}

article.pastilla a span.comcount {
    font-size: 12px;
    color: #EA3634
}

.hdate {
    color: #E68023;
    font-size: 12px
}

span.degover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 90%, #fff 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 90%, #fff 100%)
}

.autorsection .circimg,
.dch-banner div {
    background-repeat: no-repeat;
    background-position: center
}

section.extras-opinion {
    padding: 12px;
    margin: 0 auto;
    overflow: hidden
}

@media screen and (min-width:992px) {
    .opzone2 {
        margin-top: -50px
    }
}

.sectiontitle {
    color: #fff;
    margin: 0 0 12px;
    line-height: 15px;
    font-size: 13px
}

.sectiontitle.conborde {
    border-top: 2px solid #D8964D
}

.sectiontitle.redondeado a,
.sectiontitle.redondeado span {
    border-radius: 0 0 5px 5px
}

.sectiontitle.centrado a,
.sectiontitle.centrado span {
    margin: 0 auto
}

.sectiontitle.mn {
    margin-bottom: 0
}

.sectiontitle a,
.sectiontitle span {
    color: #fff;
    display: inline-block;
    padding: 3px 10px 4px;
    background-color: #D8964D;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.sectiontitle a:hover {
    text-decoration: none;
    box-shadow: 0 0 3px #333
}

.medios,
.second-main,
.usuarios {
    border-top: 2px solid #D5944C;
    padding: 0;
    margin-top: 24px
}

.temas-1 h2.sectiontitle {
    width: 90%
}

.destsec,
.temashome {
    margin-bottom: 12px
}

@media screen and (min-width:992px) {
    .uphome {
        margin-top: 20px
    }
}

@media screen and (max-width:480px) {
    .btw {
        margin: 0 -12px;
        border-top: 2px solid rgba(15, 42, 113, .6)
    }
    .btw>h2.sectiontitle {
        margin-left: 12px
    }
    .agenda-cultural .btw {
        border-top: 2px solid #b70000
    }
    .third-row {
        margin-top: 12px
    }
}

.second-main {
    margin-top: 12px
}

section.destacado-programas {
    clear: both
}

.programas {
    margin-bottom: 24px
}

article.pastilla a,
div.pastilla a,
li.pastilla a {
    display: block;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    margin: 0 0 12px;
    transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
    -o-transition: all ease-out .2s
}

article.pastilla a figure,
div.pastilla a figure,
li.pastilla a figure {
    background-color: #f0f0f0
}

article.pastilla a .tx,
div.pastilla a .tx,
li.pastilla a .tx {
    padding: 8px
}

article.pastilla a .autor,
div.pastilla a .autor,
li.pastilla a .autor {
    color: #E78A00;
    font-size: 14px
}

article.pastilla a .header-destacado,
div.pastilla a .header-destacado,
li.pastilla a .header-destacado {
    margin-bottom: 6px
}

article.pastilla a:hover,
div.pastilla a:hover,
li.pastilla a:hover {
    text-decoration: none;
    background-color: #fff;
    box-shadow: 0 0 4px #555;
    z-index: 1000
}

article.pastilla h1,
article.pastilla h2,
article.pastilla h3,
article.pastilla h4,
article.pastilla h5,
div.pastilla h1,
div.pastilla h2,
div.pastilla h3,
div.pastilla h4,
div.pastilla h5,
li.pastilla h1,
li.pastilla h2,
li.pastilla h3,
li.pastilla h4,
li.pastilla h5 {
    font-family: Cabin, Arial, sans-serif;
    font-weight: 500;
    color: #174E9A
}

.agenda-cultural .nav.nav-tabs li a,
.section-title {
    font-family: Cabin, sans-serif;
    text-transform: uppercase
}

article.pastilla.mini-post a {
    min-height: 145px
}

article.pastilla.mini-post .imgdest {
    float: right
}

article.pastilla.mini-post .header-destacado {
    float: left
}

ul.masnoticias {
    margin: 0;
    padding: 0;
    box-shadow: 0
}

ul.masnoticias li.pastilla {
    list-style: none;
    border-bottom: 1px solid rgba(171, 198, 218, .5)
}

ul.masnoticias li.pastilla a {
    margin-bottom: 0;
    box-shadow: none
}

ul.masnoticias li.pastilla a:hover {
    box-shadow: 0 0 4px #555
}

ul.masnoticias li.pastilla a .tx {
    padding: 10px 10px 8px
}

ul.masnoticias li.pastilla h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400
}

ul.masnoticias li.pastilla .hdate {
    display: block;
    padding: 4px 0 0;
    font-weight: 700;
    font-size: 11px
}

section.principal .row.first {
    margin-bottom: 0
}

section.principal a .excerpt,
section.principal a .excerpt p {
    font-size: 16px;
    line-height: 1.4em;
    color: #4D4D4D
}

.circimg {
    border-radius: 50px;
    width: 100px;
    height: 100px
}

.autorsection .autor {
    display: inline-block;
    font-size: 14px;
    margin-top: 35px;
    width: 130px
}

.autorsection {
    overflow: hidden;
    margin: 6px 0
}

.autorsection .circimg {
    float: right;
    background-size: 100%;
    margin-right: 6px
}

.autorsection .circimg img {
    opacity: 0;
    filter: alpha(opacity=0)
}

article.pastilla h1.rl,
article.pastilla h2.rl,
article.pastilla h3.rl {
    background-color: #fff;
    line-height: 1.25em;
    margin: 0 -6px;
    min-height: 60px;
    padding: 6px 6px 6px 12px
}

.social-metadata {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 6px;
    padding-bottom: 2px;
    opacity: .85
}

.social-metadata p.socialcount {
    display: block;
    width: 150px;
    padding: 2px;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    font-size: 12px;
    text-align: left
}

.social-metadata p.socialcount>span.comcount {
    display: block
}

.social-metadata p.socialcount>span.comcount>span {
    display: block;
    margin-bottom: 4px;
    width: 45px;
    float: left
}

.social-metadata p.socialcount.numcomments span.scnt {
    line-height: 16px;
    font-size: 12px
}

.social-metadata p.socialcount.numcomments .fbcount {
    color: #3b5998
}

.social-metadata p.socialcount.numcomments .twtcount {
    color: #00aced
}

.social-metadata p.socialcount.numcomments .comno {
    color: #fc861b
}

.social-metadata p.socialcount i {
    font-size: 14px;
    vertical-align: baseline;
    display: inline-block;
    margin-right: 3px;
    line-height: 16px
}

article.pastilla.item-cultura a {
    border: 1px solid #dcdcdc
}

article.pastilla.item-cultura a h3 {
    margin: 0;
    color: #b70000
}

article.pastilla.item-cultura a .social-metadata {
    position: static
}

.home-cultura {
    border-top: 2px solid #D84848;
    margin-top: 24px
}

.home-cultura .widget_sp_image-image-link,
.widgets-home-3 {
    text-align: center
}

.widget-tribuna-libre h2.sectiontitle {
    margin: 0 12px 12px
}

.widget-letras-flotantes,
.widget-tribuna-libre {
    overflow: hidden;
    clear: both
}

.widget-letras-flotantes article.pastilla.opinion.op-last a,
.widget-tribuna-libre article.pastilla.opinion.op-last a {
    border-width: 1px
}

.home-cultura h2.sectiontitle a,
.home-cultura h2.sectiontitle span {
    background-color: #D84848
}

.agenda-cultural .tab-content {
    margin-top: 12px
}

.agenda-cultural .nav.nav-tabs li a {
    border-radius: 0;
    border: 0;
    padding: 6px 10px
}

.agenda-cultural .nav.nav-tabs li.active a {
    color: #fff;
    background-color: #D84848;
    border: 0
}

.agenda-cultural .cycle-slide {
    width: 100%;
    padding: 0 28px;
    min-height: 280px;
    background-color: #fff
}

.agenda-cultural .cycle-next,
.agenda-cultural .cycle-prev {
    display: block;
    color: #b70000;
    text-align: center;
    position: absolute;
    height: 290px;
    top: 0;
    width: 24px;
    line-height: 290px;
    background-color: #f0f0f0;
    cursor: pointer;
    z-index: 200;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

.agenda-cultural .cycle-next:hover,
.agenda-cultural .cycle-prev:hover {
    background-color: #555;
    color: #fff
}

.agenda-cultural .cycle-prev {
    left: 0
}

.agenda-cultural .cycle-prev:hover {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px)
}

.agenda-cultural .cycle-next {
    right: 0
}

.agenda-cultural .cycle-next:hover {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.agenda-cultural .evento a {
    margin: 12px 0;
    padding: 0;
    height: 60px
}

.agenda-cultural .evento div.fecha {
    text-align: center;
    font-size: 14px;
    width: 80px
}

.agenda-cultural .evento div.fecha span {
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

.agenda-cultural .evento div.fecha span.dia {
    background-color: #D84848;
    color: #fff;
    height: 28px;
    line-height: 28px
}

.agenda-cultural .evento div.fecha span.hora {
    color: #333;
    background-color: #f0f0f0;
    height: 32px;
    line-height: 32px
}

.agenda-cultural .evento .texto-evento {
    margin-left: 0;
    color: #333;
    position: absolute;
    top: 0;
    left: 86px
}

.agenda-cultural .evento .texto-evento h4 {
    margin-top: 0;
    font-size: 18px;
    color: #9E6900
}

.agenda-cultural .evento-encurso div.fecha {
    position: relative
}

.agenda-cultural .evento-encurso div.fecha span.dia {
    font-size: 12px;
    height: 36px;
    line-height: 18px
}

.agenda-cultural .evento-encurso div.fecha span.hora {
    height: 24px;
    line-height: 24px
}

.agenda-cultural .evento-encurso div.fecha span.dia:before {
    position: absolute;
    top: 9px;
    left: 35px;
    display: block;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 12px;
    font-weight: 400
}

.item-audio h4 a,
section.usuarios ul li.mascomentado figure .comnum {
    font-family: Cabin, sans-serif
}

.dch-banner {
    margin: 12px 0;
    text-align: center
}

.dch-banner.first {
    margin-top: 0
}

.dch-banner img {
    margin: 0 auto
}

.dch-banner div {
    background-color: #fff;
    padding: 12px;
    min-height: 120px;
    text-align: center;
    font-size: 24px
}

.promos img {
    max-width: 100%
}

section.medios .brandtitle {
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 38px;
    background-color: #F9F9F9;
    color: #0f2a71
}

section.medios .brandtitle span {
    display: block;
    float: right;
    padding: 0 6px;
    margin-top: 3px
}

section.medios .brandtitle i {
    color: #006AD6
}

section.medios .brandtitle.duchtv {
    width: 216px
}

section.medios .brandtitle.duchtv img {
    margin: 0
}

section.medios .brandtitle.ruch {
    width: 360px;
    text-align: left
}

section.medios .brandtitle.ruch img {
    margin-right: 0
}

section.medios .brandtitle.ruch i {
    line-height: 32px;
    font-size: 24px;
    margin-top: -2px;
    vertical-align: middle
}

section.medios .brandtitle.ruch i.fa-plus {
    font-size: 16px
}

@media screen and (max-width:480px) {
    section.medios .brandtitle.duchtv {
        margin-left: 12px
    }
    section.medios .brandtitle.ruch {
        width: 296px;
        line-height: 30px
    }
    section.medios .brandtitle.ruch img {
        max-width: 130px
    }
    section.medios .brandtitle.ruch span {
        font-size: 10px
    }
    section.medios .brandtitle.ruch i {
        font-size: 14px
    }
}

section.medios .ruchtv_widget {
    margin-top: 0
}

section.medios .ruchtv_widget h1 {
    margin-bottom: 0;
    margin-top: 0
}

section.medios .ruchtv_widget .nplus {
    display: none
}

section.usuarios {
    padding-bottom: 24px
}

section.usuarios h2.sectiontitle {
    margin-bottom: 24px
}

section.usuarios ul {
    margin: 0;
    padding: 0
}

section.usuarios ul li.pastilla {
    list-style: none
}

section.usuarios ul li.pastilla a {
    border-bottom: 1px dotted #ccc;
    overflow: hidden
}

section.usuarios ul li.pastilla a h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0
}

section.usuarios ul li.itemcarta a {
    min-height: 0;
    margin-bottom: 6px
}

section.usuarios ul li.itemcarta a p.left-comentarios {
    margin-bottom: 0
}

section.usuarios ul li.itemcarta a .tx {
    overflow: hidden;
    position: relative;
    padding-right: 32px
}

section.usuarios ul li.itemcarta a h3 {
    font-size: 20px;
    color: #4d4d4d;
    margin-bottom: 6px
}

section.usuarios ul li.itemcarta a span.comcount {
    font-size: 12px;
    color: #EA3634;
    display: block;
    margin: 6px 0
}

section.usuarios ul li.mascomentado a {
    border-bottom: none;
    border-radius: 50px 0 0 50px;
    margin-bottom: 18px
}

section.usuarios ul li.mascomentado a .tx {
    max-height: 100px;
    overflow: hidden
}

section.usuarios ul li.mascomentado a .tx.opi h3 {
    max-height: 50px
}

section.usuarios ul li.mascomentado a .tx h3 {
    max-height: 70px;
    overflow: hidden
}

section.usuarios ul li.mascomentado figure {
    float: left;
    width: 100px;
    height: 100px;
    position: relative;
    background-color: #EAF0F7;
    border-radius: 50px;
    overflow: hidden;
    margin: 0;
    text-align: center
}

section.usuarios ul li.mascomentado figure img {
    border-radius: 40px
}

section.usuarios ul li.mascomentado figure .comnum,
section.usuarios ul li.mascomentado figure i {
    line-height: 60px;
    color: rgba(255, 255, 255, .9);
    position: absolute;
    top: 18px;
    left: 22px;
    display: block;
    width: 60px;
    text-align: center
}

section.usuarios ul li.mascomentado figure .comnum {
    font-size: 16px;
    font-weight: 700;
    color: #FC8A23
}

section.usuarios ul li.mascomentado figure i {
    font-size: 42px
}

section.usuarios ul li.mascomentado .tx {
    margin-left: 100px
}

section.usuarios ul li.mascomentado .social-metadata {
    right: 6px;
    bottom: 0;
    left: auto
}

section.usuarios .home-feedburner {
    background-color: #fff;
    margin-top: 24px;
    font-size: 16px;
    padding: 24px;
    clear: both;
    overflow: hidden
}

section.usuarios .home-feedburner i {
    color: #0f2a71
}

section.usuarios .home-feedburner form {
    margin-left: 63px;
    max-width: 200px
}

section.usuarios .duch-social-widget {
    font-size: 16px;
    margin-top: 0;
    background-color: #f2f3f5
}

section.usuarios .duch-social-widget .tabsred>.tab {
    background-color: #fff
}

@media screen and (max-width:480px) {
    section.usuarios ul li.mascomentado a .tx h3 {
        max-height: 60px
    }
    #duch-footer {
        display: none
    }
    .prefooter .banners,
    .promos {
        display: none;
        background-color: red
    }
    article.noticia-principal.category-politica-semanal:before {
        left: 12px;
        right: auto
    }
}

article.noticia-principal.category-politica-semanal:before,
article.noticia-secundaria.category-politica-semanal:before {
    content: 'Análisis Político';
    position: absolute;
    left: 12px;
    background-color: #DBF4CF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #578640;
    z-index: 1010
}

.widget-humor {
    margin: 12px 0
}

.widget-humor img {
    max-width: 100%
}

.widget_sp_image-image-link {
    margin: 24px auto;
    text-align: center;
    display: block
}

@media screen and (min-width:1200px) {
    article.noticia-principal.category-politica-semanal a .tx {
        padding-top: 32px
    }
}

article.noticia-principal.category-politica-semanal:before {
    top: 0;
    padding: 6px 5px 4px
}

article.noticia-secundaria.category-politica-semanal:before {
    top: 135px;
    padding: 5px 9px 4px
}

.banner-sala-master {
    color: #fff;
    height: 108px;
    display: block;
    background: url(../i/bg_salamaster.jpg) right no-repeat #000;
    padding: 0;
    max-width: 818px;
    margin: 24px 0 12px;
    position: relative
}

.banner-sala-master a:hover {
    text-decoration: none
}

.banner-sala-master a.plus-sign {
    display: block;
    position: absolute;
    right: 0;
    top: 37px;
    padding: 1px 5px 0;
    background-color: #eed247;
    color: #fff;
    font-size: 27px
}

.banner-sala-master img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50
}

.banner-sala-master h5 a {
    color: #fff;
    font-weight: 400;
    font-size: 26px;
    position: absolute;
    top: 27px;
    left: 120px
}

.banner-sala-master div.link-noticia-salamaster a {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 6px 6px 6px 120px;
    border-top: 3px solid #eed247;
    z-index: 10;
    width: 100%
}

@media screen and (max-width:768px) {
    .banner-sala-master h5 a {
        font-size: 22px;
        color: #fff;
        font-weight: 400;
        text-shadow: 0 1px 3px #000
    }
    .banner-sala-master {
        background-position: center;
        background-image: url(../i/bg_salamaster_cultura.jpg);
        height: 180px
    }
    .banner-sala-master a.plus-sign {
        top: 71px
    }
    .banner-sala-master h5 {
        top: 5px
    }
    .banner-sala-master h5 a:hover {
        text-decoration: none
    }
    .banner-sala-master h5 span {
        font-size: 18px
    }
    .banner-sala-master div.link-noticia-salamaster a {
        border-top: 3px solid #eed247;
        color: #fff;
        position: absolute;
        width: 100%;
        display: block;
        bottom: 0;
        padding: 12px;
        background-color: rgba(0, 0, 0, .5);
        font-weight: 400;
        font-size: 16px;
        height: 72px
    }
}

body.page-template-portada-cultura-php .banner-sala-master {
    background-position: center;
    background-image: url(../i/bg_salamaster_cultura.jpg);
    height: 180px
}

body.page-template-portada-cultura-php .banner-sala-master a.plus-sign {
    top: 71px
}

body.page-template-portada-cultura-php .banner-sala-master h5 {
    top: 5px
}

body.page-template-portada-cultura-php .banner-sala-master h5 a {
    color: #fff;
    font-weight: 400;
    text-shadow: 0 1px 3px #000
}

body.page-template-portada-cultura-php .banner-sala-master h5 a:hover {
    text-decoration: none
}

body.page-template-portada-cultura-php .banner-sala-master h5 span {
    font-size: 18px
}

body.page-template-portada-cultura-php .banner-sala-master div.link-noticia-salamaster a {
    border-top: 3px solid #eed247;
    color: #fff;
    position: absolute;
    width: 100%;
    display: block;
    bottom: 0;
    padding: 12px;
    background-color: rgba(0, 0, 0, .5);
    font-weight: 400;
    font-size: 16px;
    height: 72px
}

@media screen and (min-width:1200px) {
    .extracultura_widget {
        margin-top: 37px;
        margin-bottom: 12px
    }
}

.extracultura_widget a {
    height: 141px;
    border: 1px solid #dcdcdc
}

.extracultura_widget a img {
    width: 130px;
    height: 141px
}

.extracultura_widget a h2 {
    font-size: 18px;
    color: #b70000;
    max-height: 90px
}

.banners-masnoticias {
    padding-top: 24px
}

.widgets-cultura .widget_sp_image-image-link {
    clear: both;
    padding: 24px 0
}

@media screen and (min-width:992px) {
    .col-widgets-up,
    .col-widgets-up.numops-4 {
        margin-top: 0
    }
    .col-widgets-up.numops-5 {
        margin-top: 10px
    }
}

span.numero-comentarios {
    color: #EA3634;
    font-size: 13px;
    text-transform: lowercase
}

.right-comentarios {
    text-align: right;
    padding: 0 6px 0 0
}

.left-comentarios {
    text-align: left;
    padding: 0 0 0 8px
}

.pastilla.itemcarta .left-comentarios,
.pastilla.minitema .left-comentarios,
.pastilla.opinion .left-comentarios {
    padding: 6px 0 0
}

.pastilla.item-cultura .left-comentarios {
    padding: 0
}

@media screen and (min-width:1200px) {
    .home header#duch-header {
        height: 125px;
        border-bottom: none
    }
    .home header#duch-header .collapsed-menu {
        display: none
    }
    .home header#duch-header .header-height {
        height: 96px
    }
    .home header#duch-header h1.logo {
        margin: 12px 0 0 48px
    }
    .home header#duch-header a.buscar {
        left: 350px;
        top: 38px;
        right: auto;
        width: 32px
    }
    .home header#duch-header #top-searchform {
        left: 293px;
        top: 72px;
        right: auto
    }
    .home header#duch-header .npartners {
        top: 2px;
        right: 135px
    }
    .home header#duch-header .indicadores {
        top: 20px;
        left: 410px
    }
    .home header#duch-header .seguidores {
        top: 14px
    }
    .home header#duch-header ul.radio-utils>li>a.vuelve-a-escuchar {
        border-radius: 0 0 5px
    }
}

header#duch-header {
    height: 72px;
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    z-index: 15000
}

header#duch-header .container {
    position: relative
}

.buscar,
.collapsed-menu,
.indicadores,
.main-nav,
.npartners,
.seguidores,
ul.radio-utils,
ul.radio-utils a.link-en-vivo {
    position: absolute
}

header#duch-header h1.logo {
    margin: 0 0 0 24px
}

@media screen and (max-width:480px) {
    header#duch-header h1.logo {
        margin: 0
    }
}

header#duch-header h1.logo a {
    height: 57px;
    display: block;
    width: 244px;
    overflow: hidden
}

@media screen and (max-width:768px) {
    header#duch-header h1.logo a {
        width: 150px;
        line-height: 44px
    }
}

header#duch-header h1.logo a img {
    max-width: 100%
}

header#duch-header h1.logo.cultura a,
header#duch-header h1.logo.internacional a {
    height: 72px;
    line-height: 72px
}

@media screen and (max-width:768px) {
    header#duch-header h1.logo.cultura a,
    header#duch-header h1.logo.internacional a {
        line-height: 52px
    }
}

header#duch-header h1.logo.internacional a {
    line-height: 74px
}

@media screen and (max-width:768px) {
    header#duch-header h1.logo.internacional a {
        line-height: 44px
    }
}

a.envivo-mobile,
a.envivo-mobile:link a.envivo-mobile:visited {
    display: block;
    position: absolute;
    right: 106px;
    top: 7px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 50px;
    background-color: #006BD7;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px
}

a.envivo-mobile span,
a.envivo-mobile:link a.envivo-mobile:visited span {
    color: #fff;
    font-size: 12px;
    display: block;
    float: left;
    margin-top: 2px;
    margin-right: 6px
}

a.envivo-mobile i,
a.envivo-mobile:link a.envivo-mobile:visited i {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin-top: 1px
}

.collapsed-menu {
    text-transform: uppercase;
    left: 320px;
    top: 18px;
    padding: 2px 6px;
    line-height: 28px;
    color: #555;
    border: 3px solid rgba(85, 85, 85, .15);
    background-color: rgba(85, 85, 85, .05);
    border-radius: 5px
}

.collapsed-menu i {
    font-size: 28px;
    vertical-align: middle;
    color: rgba(85, 85, 85, .95)
}

.collapsed-menu span.descmenu {
    display: inline-block;
    margin-right: 6px;
    font-weight: 700;
    font-size: 13px;
    color: rgba(85, 85, 85, .95)
}

.collapsed-menu.active,
.collapsed-menu:hover {
    background-color: #777;
    border: 3px solid #777
}

.collapsed-menu.active .descmenu,
.collapsed-menu.active i,
.collapsed-menu:hover .descmenu,
.collapsed-menu:hover i {
    color: #fff
}

@media screen and (max-width:768px) {
    .collapsed-menu {
        right: 6px;
        left: inherit;
        top: 5px
    }
}

p.antiguedad-diario {
    color: #555;
    font-weight: 400;
    font-size: 14px;
}

.buscar {
    top: 22px;
    color: #919191;
    font-size: 18px;
    vertical-align: middle;
    right: 149px;
    padding: 0 6px 2px;
    line-height: 22px;
    border: 1px solid #919191;
    border-radius: 5px
}
.buscar.ruchtv {
    top: 22px;
    color: #919191;
    font-size: 18px;
    vertical-align: middle;
    right: 232px;
    padding: 0 6px 2px;
    line-height: 22px;
    border: 1px solid #919191;
    border-radius: 5px
}

.main-nav,
ul.radio-utils a.vuelve-a-escuchar {
    border-radius: 0
}

.buscar.active {
    background-color: #555;
    color: #fff
}

.indicadores {
    width: 337px;
    left: 425px;
    top: 10px;
    font-size: 12px;
    color: #585858
}

.indicadores p {
    line-height: 12px;
    margin-bottom: 0;
    color: #585858
}

.indicadores p.finanzas {
    margin-left: 24px
}

.indicadores i {
    color: #585858;
    font-size: 18px;
    margin-right: 18px
}

.seguidores {
    top: 12px;
    right: 10px;
    width: 100px;
    color: #585858;
    cursor: pointer
}

.seguidores span {
    display: block;
    font-size: 18px;
    float: left;
    line-height: 24px
}

.seguidores i {
    color: rgba(252, 152, 38, .8);
    float: left;
    margin-right: 4px;
    line-height: 24px
}

.npartners.ruchtv {
    right: 255px;
    width: 200px;
    top: 2px
}
.npartners {
    right: 176px;
    width: 200px;
    top: 2px
}

.npartners li {
    list-style: none;
    line-height: 32px
}

.npartners li a {
    display: block;
    float: left;
    width: 65px;
    margin-top: 6px
}

.npartners li a.h-salamaster {
    margin-right: 12px;
    width: 52px
}

.npartners li a.h-ediciones,
.npartners li a.h-tv {
    width: 53px;
    margin-top: 12px
}

.npartners li .fwimg {
    display: inline-block;
    width: 65px;
    text-align: center
}

ul.radio-utils.ruchtv {
    z-index: 10;
    width: 200px;
    right: 0px;
    top: 0;
    background-color: #DBEAFF
}
ul.radio-utils {
    z-index: 10;
    width: 200px;
    right: 334px;
    top: 0;
    background-color: #DBEAFF
}

ul.radio-utils li {
    list-style: none
}

ul.radio-utils a {
    display: block
}

ul.radio-utils a.link-en-vivo {
    width: 60px;
    background-color: transparent;
    height: 60px;
    background-image: url(../i/radio-mini.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    float: left;
    top: 5px;
    left: 6px
}

.onlycomlink,
.onlycomlink.active,
.onlycomlink:active,
.open>.dropdown-toggle.onlycomlink {
    background-image: none
}

ul.radio-utils a.programacion,
ul.radio-utils a.senal-en-vivo-link,
ul.radio-utils a.vuelve-a-escuchar {
    width: 166px;
    font-size: 13px;
    float: left;
    text-align: right;
    line-height: 23px;
    background-color: #DBEAFF;
    color: #073865;
    margin-left: -12px;
    padding-left: 37px;
    padding-right: 6px;
    vertical-align: middle
}

ul.radio-utils a.programacion i,
ul.radio-utils a.senal-en-vivo-link i,
ul.radio-utils a.vuelve-a-escuchar i {
    font-size: 17px;
    color: #006AD6;
    display: block;
    float: right;
    margin: 3px 0 0 4px
}

ul.radio-utils a.programacion:hover,
ul.radio-utils a.senal-en-vivo-link:hover,
ul.radio-utils a.vuelve-a-escuchar:hover {
    background-color: #bfd3ee;
    text-decoration: none
}

ul.radio-utils a.programacion {
    line-height: 25px
}

.main-nav {
    width: 100%;
    height: 0;
    top: 72px;
    left: 0;
    background-color: #6777A2;
    z-index: 2000;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-nav.active {
    border-bottom: 4px solid #0f2a71
}

.main-nav .container {
    display: none
}

.main-nav .container .col-md-4 {
    padding: 0
}

.main-nav span.navtitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin: 12px 0 0 3px;
    padding: 0 0 3px 12px;
    color: #fff
}

.main-nav span.navtitle.fst {
    margin-left: 22px
}

.main-nav ul {
    margin: 0;
    padding: 0
}

@media screen and (min-width:1200px) {
    .main-nav ul.pri li a {
        width: 50%;
        float: left
    }
}

.main-nav ul li {
    list-style: none
}

.main-nav ul li a {
    color: #fff;
    padding: 4px 12px 4px 24px;
    font-weight: 400;
    font-size: 15px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#home-nav ul,
#home-nav ul li {
    padding: 0;
    margin: 0
}

.main-nav ul li a:hover {
    background-color: #006AD6;
    text-decoration: none;
    color: #fff
}

.main-nav .form-group {
    margin-bottom: 0
}

.main-nav #searchinput {
    width: 90%;
    margin: 12px 0 0 24px
}

@media screen and (max-width:768px) {
    .main-nav {
        overflow: scroll;
        top: 51px
    }
}

#home-nav {
    background-color: #EAF0F7;
    position: relative
}

#home-nav .container {
    height: 30px
}

#home-nav ul li {
    display: inline
}

#home-nav ul li a {
    font-weight: 700;
    display: inline-block;
    padding: 5px 6px;
    color: #4F4F4F
}

#home-nav ul li a:active,
#home-nav ul li a:focus,
#home-nav ul li a:hover {
    text-decoration: none;
    background-color: #bfd3ee
}

#home-nav ul li.dropdown ul {
    padding: 0;
    margin: 0;
    display: none;
    z-index: 2000;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(51, 51, 51, .5);
    top: 21px
}

#home-nav ul li.dropdown-horizontal>ul {
    width: 700px
}

#home-nav ul li.dropdown-vertical {
    position: relative
}

#top-followers,
#top-searchform {
    position: absolute;
    z-index: 10000;
    overflow: hidden
}

#home-nav ul li.dropdown-vertical>ul {
    left: 0;
    width: 140px
}

#home-nav ul li.dropdown-vertical>ul>li {
    display: block
}

#home-nav ul li.dropdown-vertical>ul>li a {
    width: 140px;
    display: block
}

#home-nav ul.lmenu {
    width: 820px;
    float: left
}

#home-nav ul.rmenu {
    width: 290px;
    float: right
}

#home-nav ul.rmenu li a {
    text-transform: none
}

#top-searchform {
    width: 150px;
    background-color: #f0f0f0;
    color: #fff;
    border: 0 solid #ccc;
    border-radius: 5px;
    right: 155px;
    top: 72px;
    height: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

#top-searchform>div {
    padding: 12px
}

#top-searchform .form-control {
    margin-bottom: 0
}

#top-searchform.active {
    height: 65px;
    border-width: 1px
}

#top-followers {
    top: 62px;
    right: 24px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    width: 500px;
    border: 0;
    height: 0
}

#top-followers>div {
    border-radius: 10px;
    background-color: #f5d5b0;
    padding: 12px;
    position: relative;
    margin: 12px 4px;
    box-shadow: 1px 0 1px #f0f0f0;
    min-height: 40px
}

#top-followers>div .flech {
    display: block;
    right: 37px;
    top: -12px;
    position: absolute;
    background-color: transparent;
    height: 0;
    width: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f5d5b0
}

#top-followers>div .shw {
    float: right;
    margin-right: 12px
}

#top-followers.active {
    height: 58px
}

a.viewport-switch {
    position: absolute;
    top: 8px;
    right: 53px;
    width: 48px;
    height: 36px;
    color: gray;
    background-color: #fff;
    font-size: 9px;
    text-align: center;
    padding: 5px;
    line-height: 9px
}

a.viewport-switch i.fa.fa-desktop {
    font-size: 18px
}

@media screen and (min-width:480px) {
    a.viewport-switch {
        right: 253px
    }
}

.mobilesearch {
    margin: 12px 40px
}

.mobilesearch .input-group-addon {
    border-radius: 5px 0 0 5px
}

#duch-header .navbar-toggle {
    float: left;
    margin: 8px;
    background-color: #fff;
    position: absolute;
    left: 8px;
    top: 0
}

#duch-header .navbar-toggle span.icon-bar,
#duch-header .navbar-toggle:hover {
    background-color: #0f2a71
}

#duch-header .navbar-toggle:hover span.icon-bar {
    background-color: #fff
}

#duch-header a.movil-envivo {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 86px;
    height: 50px;
    color: #fff;
    background-color: #006DDE;
    font-weight: 700;
    line-height: 12px;
    font-size: 11px;
    padding: 11px 6px 0 30px
}

#duch-header a.movil-envivo i.fa {
    position: absolute;
    left: 7px;
    top: 13px;
    font-size: 20px
}

#duch-header a.movil-envivo:hover {
    background-color: #0f2a71;
    text-decoration: none
}

@media screen and (max-width:992px) {
    nav#temas-duch,
    nav#temas-duch .navbar-brand:hover {
        background-color: #fff
    }
    body.home .wrapcontent {
        margin-top: 48px
    }
    nav#temas-duch {
        height: 50px;
        position: relative
    }
    nav#temas-duch .navbar-brand {
        border: 0;
        display: block;
        margin: 7px 0 0 62px;
        height: 42px
    }
    nav#temas-duch .navbar-brand img {
        width: 150px
    }
    header#duch-header {
        width: 100%;
        margin-top: 0;
        height: 50px;
        position: fixed;
        top: 0;
        z-index: 10000;
        box-shadow: 0 0 4px #333
    }
    header#duch-header .movil-envivo {
        display: block
    }
    .loged,
    .socios.container {
        display: none
    }
    section.principal {
        padding-top: 16px
    }
    .mas-opiniones article.opinion h2,
    section.principal article.opinion h2 {
        font-size: 18px
    }
    .mas-opiniones article.opinion .autor,
    section.principal article.opinion .autor {
        font-size: 16px
    }
    article.pastilla.tema h2 {
        font-size: 24px
    }
    article.pastilla.noticia-principal .hdate {
        color: #000;
        text-shadow: 1px 1px 1px #fff
    }
    .txeditem {
        padding-right: 12px
    }
    div.editem h2 {
        font-size: 22px
    }
}

.item-audio .jp-controls-holder p.jp-pause,
.item-audio .jp-gui .ctrlaudio,
.item-audio .prog {
    display: none
}

.item-audio .jp-gui {
    position: relative;
    height: 120px;
    background-color: #FCFCFC;
    border: 1px solid #ccc;
    border-radius: 39px 15px 15px;
    margin-bottom: 12px;
    overflow: hidden
}

.item-audio h4 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 18px
}

.related-posts div.article-item h4,
body.single article.agenda_cultural header.article-header h1 {
    font-family: Cabin, Arial, sans-serif
}

.item-audio h4 span {
    font-size: 13px;
    float: right
}

.item-audio h4 .progress-bar {
    font-size: 13px
}

.item-audio p {
    font-size: 14px;
    line-height: 1.25em
}

.item-audio .jp-controls-holder {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 20
}

.item-audio .jp-controls-holder p {
    margin: 0;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.item-audio .minicon {
    position: absolute;
    left: 0;
    z-index: 10
}

.item-audio .desc {
    overflow: hidden;
    position: relative;
    z-index: 5
}

.item-audio span.prog {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 0
}

.item-audio .jp-audio {
    border: 0
}

.item-audio .jp-audio:hover {
    box-shadow: 0
}

.article-wrap,
.duch-envivo {
    box-shadow: 0 0 3px rgba(97, 99, 100, .4)
}

.item-audio .minicon {
    bottom: 0;
    height: 43px;
    border: 0;
    border-radius: 0 0 0 15px;
    width: 80px;
    float: left;
    margin: 0;
    padding: 50px 0 27px
}

.item-audio .minicon p {
    width: 30px;
    float: left;
    margin: 0 3px
}

.item-audio .minicon i {
    font-size: 18px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px
}

.item-audio .jp-current-time,
.item-audio .jp-duration {
    position: absolute;
    top: 27px;
    color: #fff;
    font-size: 12px;
    z-index: 15
}

.item-audio .jp-current-time {
    left: 86px
}

.item-audio .jp-duration {
    left: 360px
}

.item-audio .progress-bar {
    position: absolute;
    top: 28px;
    left: 77px;
    height: 15px;
    width: 319px;
    cursor: pointer;
    z-index: 10
}

.item-audio .progress-bar .jp-play-bar,
.item-audio .progress-bar .jp-seek-bar {
    position: absolute;
    height: 15px;
    top: 0;
    left: 0
}

.item-audio .desc {
    margin-left: 70px;
    padding: 6px 8px 8px 14px;
    height: 102px
}

.item-audio .desct {
    margin-top: 20px;
    padding: 3px
}

.item-audio .jp-controls-holder {
    border-radius: 38px;
    border: 0;
    height: 80px;
    width: 80px
}

.item-audio .jp-controls-holder i {
    font-size: 48px;
    line-height: 80px;
    width: 80px;
    padding-left: 0
}

.item-audio .jp-controls-holder p.jp-play {
    cursor: pointer
}

.item-audio .jp-controls-holder i.fa-play {
    padding-left: 12px
}

.item-audio .jp-controls-holder p.jp-pause i {
    -webkit-animation: playing 2s infinite;
    animation: playing 2s infinite;
    border-radius: 38px
}

.audio-odd .jp-controls-holder,
.audio-odd .minicon a i {
    color: #E68A00
}

.audio-odd .jp-smallplayer .jp-controls-holder,
.audio-odd .jp-smallplayer .minicon a i {
    color: #b36b00
}

.audio-odd .progress-bar {
    background-color: #ffc873;
    color: #E68A00
}

.audio-odd .progress-bar .jp-play-bar {
    background-color: #da8300
}

.audio-odd .progress-bar .jp-seek-bar {
    background-color: #ffb341
}

.audio-odd .jp-controls-holder {
    background-color: #ffc873
}

.audio-odd h4,
.audio-odd h4 a,
.audio-odd span {
    color: #E68A00
}

.audio-odd .minicon {
    border: 0;
    background-color: rgba(255, 230, 192, .5)
}

.audio-even h4 a,
.audio-even span {
    color: #174E9A
}

.audio-even .jp-controls-holder,
.audio-even .minicon a i {
    color: #0f2a71
}

.audio-even .jp-smallplayer .jp-controls-holder,
.audio-even .jp-smallplayer .minicon a i {
    color: #091944
}

.duch-envivo,
.duch-envivo a,
.duch-envivo ul.jp-controls li a.jp-pause i.fa-pause,
.moreaudio {
    color: #fff
}

.audio-even .progress-bar {
    background-color: #b3cdd6
}

.audio-even .progress-bar .jp-play-bar {
    background-color: #6097a9
}

.audio-even .progress-bar .jp-seek-bar {
    background-color: #81acbb
}

.audio-even .jp-controls-holder {
    border-right: 0;
    background-color: #b3cdd6
}

.audio-even .jp-controls-holder .tx {
    margin-left: 100px
}

.audio-even .minicon {
    border: 0;
    background-color: #e5eef1
}

@-webkit-keyframes playing {
    0%,
    100% {
        background-color: transparent
    }
    50% {
        background-color: rgba(255, 255, 255, .3)
    }
}

@keyframes playing {
    0%,
    100% {
        background-color: transparent
    }
    50% {
        background-color: rgba(255, 255, 255, .3)
    }
}

@media screen and (max-width:480px) {
    .audio-3,
    .audio-4,
    .audio-5,
    .audio-6,
    .audio-7 {
        height: 0;
        opacity: 0
    }
    .item-audio.visible {
        margin-top: 12px
    }
}

.moreaudio {
    margin: 12px 0
}

.item-audio .jp-gui.jp-smallplayer {
    line-height: .8em;
    margin: 12px auto;
    max-width: 320px;
    height: 46px;
    border-radius: 15px;
    position: relative
}

.item-audio .jp-gui.jp-smallplayer h4 {
    font-size: 14px
}

.item-audio .jp-gui.jp-smallplayer .desc {
    height: 22px
}

.item-audio .jp-gui.jp-smallplayer .minicon {
    padding: 12px 0 0 36px
}

.item-audio .jp-gui.jp-smallplayer .minicon p {
    margin: 0;
    width: 22px
}

.item-audio .jp-gui.jp-smallplayer .minicon i {
    font-size: 14px;
    margin: 0;
    opacity: .6
}

.item-audio .jp-gui.jp-smallplayer .minicon i:hover {
    opacity: 1
}

.item-audio .jp-gui.jp-smallplayer .jp-controls-holder {
    width: 32px;
    height: 46px;
    border-radius: 15px 0 0 15px
}

.item-audio .jp-gui.jp-smallplayer .jp-controls-holder .jp-pause,
.item-audio .jp-gui.jp-smallplayer .jp-controls-holder .jp-play {
    padding: 10px 0 0 5px
}

.item-audio .jp-gui.jp-smallplayer .jp-controls-holder i {
    font-size: 20px;
    width: 20px;
    line-height: 22px;
    padding: 0
}

.item-audio .jp-gui.jp-smallplayer .progress-bar {
    width: 241px;
    height: 16px;
    left: 80;
    margin-left: 3px
}

.item-audio .jp-gui.jp-smallplayer .jp-duration {
    left: 275px
}

.item-audio .jp-gui.jp-smallplayer .jp-current-time,
.item-audio .jp-gui.jp-smallplayer .jp-duration {
    top: 30px
}

@media screen and (max-width:480px) {
    .jp-smallplayer .progress-bar {
        width: 205px
    }
    .jp-smallplayer .jp-duration {
        left: 245px
    }
}

.duch-envivo {
    background-color: #0f2a71;
    padding: 12px;
    margin: 12px 0;
    border-radius: 50px 0 0 50px;
    position: relative
}

.duch-envivo .logoradio-popup {
    float: left;
    margin: 12px 0 0 28px
}

.duch-envivo ul.jp-controls {
    width: 100px;
    height: 100px;
    position: relative;
    text-align: center
}

.duch-envivo ul.jp-controls li {
    list-style: none
}

.duch-envivo ul.jp-controls li a {
    position: absolute;
    top: 4px;
    left: 208px;
    line-height: 100px;
    display: block;
    width: 100px;
    height: 100px;
    color: #fff
}

.duch-envivo ul.jp-controls li .control-text,
.item-audio.in-popup .popup-player {
    display: none
}

.duch-envivo ul.jp-controls li a.jp-play {
    font-size: 100px
}

@media screen and (max-width:480px) {
    .duch-envivo ul.jp-controls li a {
        left: 180px
    }
    .duch-envivo ul.jp-controls li a.jp-play {
        font-size: 60px
    }
}

.duch-envivo ul.jp-controls li a.jp-pause {
    font-size: 32px
}

.duch-envivo ul.jp-controls li a.jp-pause i.fa-circle-o-notch {
    color: #C0C7DD
}

.duch-envivo .jp-title {
    position: absolute;
    right: 10px;
    top: 34px;
    font-size: 22px;
    color: #e1e4ef;
    font-weight: 700
}

@media screen and (max-width:480px) {
    .duch-envivo ul.jp-controls li a.jp-pause {
        font-size: 22px
    }
    .duch-envivo .jp-title {
        position: static;
        margin-left: 28px
    }
}

body.page-template-popup-php {
    background-color: #F2F3F5
}

body.page-template-popup-php .aviso {
    padding: 12px;
    background-color: #555;
    color: #fff
}

body.page-template-popup-php .aviso a {
    color: #fc861b
}

.item-audio.in-popup .jp-gui.jp-smallplayer .minicon p {
    margin-left: 12px
}

.single .wrapcontent {
    background-color: #f2f3f5
}

@media screen and (max-width:480px) {
    .single .wrapcontent {
        margin-top: 12px;
        padding-top: 0
    }
}

.article-wrap {
    background-color: #fff;
    padding-top: 24px
}

@media screen and (min-width:1200px) {
    .article-wrap {
        padding: 24px 24px 0;
        margin-left: 48px
    }
    .article-utils {
        min-height: 55px
    }
}

@media screen and (max-width:768px) {
    .article-wrap {
        margin-top: 24px
    }
}

span.tema a {
    font-weight: 400;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
    background-color: #E7EFF8;
    margin-right: 5px
}

span.tema a:hover {
    background-color: #4986ca;
    color: #fff;
    text-decoration: none
}

span.tema.cultura a {
    background-color: rgba(183, 0, 0, .1);
    color: #b70000
}

span.tema.cultura a:hover {
    background-color: rgba(183, 0, 0, .4);
    color: #fff
}

body.single article.agenda_cultural body.single article.pensamientos,
body.single article.encuestas,
body.single article.post,
body.single article.programas {
    padding: 0 6px
}

body.single article.agenda_cultural body.single article.pensamientos header.article-header h3.epi,
body.single article.encuestas header.article-header h3.epi,
body.single article.post header.article-header h3.epi,
body.single article.programas header.article-header h3.epi {
    font-weight: 400;
    font-size: 18px
}

body.single article.agenda_cultural body.single article.pensamientos header.article-header h1,
body.single article.encuestas header.article-header h1,
body.single article.post header.article-header h1,
body.single article.programas header.article-header h1 {
  
    margin-top: 12px;
    color: #174E9A;
   
}

@media screen and (max-width:768px) {
    body.single article.agenda_cultural body.single article.pensamientos header.article-header h1,
    body.single article.encuestas header.article-header h1,
    body.single article.post header.article-header h1,
    body.single article.programas header.article-header h1 {
        font-size: 24px
    }
}

body.single article.agenda_cultural body.single article.pensamientos header.article-header p.infotitle,
body.single article.encuestas header.article-header p.infotitle,
body.single article.post header.article-header p.infotitle,
body.single article.programas header.article-header p.infotitle {
    color: #666
}

body.single article.agenda_cultural body.single article.pensamientos header.article-header span.autor,
body.single article.agenda_cultural body.single article.pensamientos header.article-header span.autor a,
body.single article.encuestas header.article-header span.autor,
body.single article.encuestas header.article-header span.autor a,
body.single article.post header.article-header span.autor,
body.single article.post header.article-header span.autor a,
body.single article.programas header.article-header span.autor,
body.single article.programas header.article-header span.autor a {
    color: #e78a00
}

body.single article.agenda_cultural body.single article.pensamientos header.article-header img,
body.single article.encuestas header.article-header img,
body.single article.post header.article-header img,
body.single article.programas header.article-header img {
    max-width: 100%;
    height: auto
}

body.single article.agenda_cultural body.single article.pensamientos header.article-header div.bajada,
body.single article.encuestas header.article-header div.bajada,
body.single article.post header.article-header div.bajada,
body.single article.programas header.article-header div.bajada {
    font-size: 16pt !important;
    line-height: 1.4em;
    margin: 12px 0 24px;
    color: #424242
}

@media screen and (max-width:768px) {
    body.single article.agenda_cultural body.single article.pensamientos header.article-header div.bajada,
    body.single article.encuestas header.article-header div.bajada,
    body.single article.post header.article-header div.bajada,
    body.single article.programas header.article-header div.bajada {
        font-size: 17px;
        padding-bottom: 6px;
        margin-bottom: 6px;
        line-height: 1.6em;
        font-weight: 700
    }
    body.single article.agenda_cultural body.single article.pensamientos header.article-header .article-utils,
    body.single article.agenda_cultural body.single article.pensamientos header.article-header .tags,
    body.single article.encuestas header.article-header .article-utils,
    body.single article.encuestas header.article-header .tags,
    body.single article.post header.article-header .article-utils,
    body.single article.post header.article-header .tags,
    body.single article.programas header.article-header .article-utils,
    body.single article.programas header.article-header .tags {
        display: none
    }
}

body.single article.agenda_cultural body.single article.pensamientos .maintext,
body.single article.encuestas .maintext,
body.single article.post .maintext,
body.single article.programas .maintext {
    color: #252525;
    overflow: hidden
}

body.single article.agenda_cultural body.single article.pensamientos .maintext .wp-caption,
body.single article.encuestas .maintext .wp-caption,
body.single article.post .maintext .wp-caption,
body.single article.programas .maintext .wp-caption {
    max-width: 100%!important;
    height: auto!important
}

body.single article.agenda_cultural body.single article.pensamientos .maintext img,
body.single article.encuestas .maintext img,
body.single article.post .maintext img,
body.single article.programas .maintext img {
    max-width: 100%;
    height: auto
}

body.single article.agenda_cultural body.single article.pensamientos .maintext p.wp-caption-text,
body.single article.encuestas .maintext p.wp-caption-text,
body.single article.post .maintext p.wp-caption-text,
body.single article.programas .maintext p.wp-caption-text {
    font-size: .8em;
    color: #666;
    padding: 3px;
    text-align: center;
    margin-bottom: 0
}

body.single article.agenda_cultural body.single article.pensamientos .maintext h2,
body.single article.encuestas .maintext h2,
body.single article.post .maintext h2,
body.single article.programas .maintext h2 {
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 23px;
    color: #174E9A
}

body.single article.agenda_cultural body.single article.pensamientos .maintext,
body.single article.agenda_cultural body.single article.pensamientos .maintext p,
body.single article.encuestas .maintext,
body.single article.encuestas .maintext p,
body.single article.post .maintext,
body.single article.post .maintext p,
body.single article.programas .maintext,
body.single article.programas .maintext p {
    font-size: 13pt;
}
div.maintext{
	width: 100%;
}

body.single article.agenda_cultural body.single article.pensamientos .maintext p,
body.single article.encuestas .maintext p,
body.single article.post .maintext p,
body.single article.programas .maintext p {
    margin-bottom: 1.4em;
    line-height: 1.6em
}

.article-utils {
    margin-bottom: 24px
}

body.single article.agenda_cultural header.article-header h1 {
    color: #b70000
}

body.single article.agenda_cultural span.tema a {
    background-color: rgba(183, 0, 0, .1);
    color: #b70000
}

body.single article.agenda_cultural span.tema a:hover {
    background-color: rgba(183, 0, 0, .4);
    color: #fff
}

body.single article.agenda_cultural .mapa {
    clear: both;
    height: 250px
}

@media screen and (max-width:768px) {
    body.single article.agenda_cultural body.single article.pensamientos .maintext,
    body.single article.agenda_cultural body.single article.pensamientos .maintext p,
    body.single article.encuestas .maintext,
    body.single article.encuestas .maintext p,
    body.single article.post .maintext,
    body.single article.post .maintext p,
    body.single article.programas .maintext,
    body.single article.programas .maintext p {
        font-size: 17px
    }
    body.single article.agenda_cultural .mapa {
        height: 250px;
        margin-bottom: 24px
    }
}

body.single article.agenda_cultural .comav {
    display: none
}

body.single article.agenda_cultural .fecha {
    width: 80px;
    float: left;
    margin-right: 12px;
    text-align: center;
    font-size: 16px;
    height: 76px
}

body.single article.agenda_cultural .fecha span {
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

body.single article.agenda_cultural .fecha span.dia {
    background-color: #b70000;
    color: #fff;
    height: 36px;
    line-height: 36px
}

body.single article.agenda_cultural .fecha span.hora {
    color: #333;
    background-color: #f0f0f0;
    height: 48px;
    line-height: 48px
}

body.single article.agenda_cultural .agenda-info {
    background-color: #777;
    color: #fff;
    height: 84px
}

body.single article.agenda_cultural .agenda-info .agdato.rango {
    padding-top: 6px;
    font-weight: 700
}

body.single article.category-humor header.article-header h1 {
    font-size: 20px
}

.article-utils,
.single-metadata {
    padding: 12px 12px 6px;
    background-color: #f0f0f0;
    overflow: hidden
}

.article-utils p.tags,
.single-metadata p.tags {
    padding: 12px 0;
    margin-bottom: 0
}

.article-utils .comav p,
.single-metadata .comav p {
    margin-bottom: 0
}

.article-utils .comav a,
.single-metadata .comav a {
    min-width: 40px;
    float: left;
    margin-right: 6px;
    padding: 4px 12px;
    display: block;
    border-radius: 5px;
    background-color: #fc861b;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all ease-in .5s;
    transition: all ease-in .5s
}

.article-utils .comav a i,
.single-metadata .comav a i {
    margin-right: 4px;
    font-size: 18px
}

.article-utils .comav a:hover,
.single-metadata .comav a:hover {
    text-decoration: none;
    box-shadow: 0 0 6px #555
}

.article-utils .printbutton,
.single-metadata .printbutton {
    margin-bottom: 6px
}

.article-utils .printbutton a,
.single-metadata .printbutton a {
    padding: 4px 6px
}

.article-utils .printbutton i,
.single-metadata .printbutton i {
    font-size: 18px
}

p.tags,
p.tiprograma {
    padding: 6px 12px 12px;
    background-color: #f0f0f0;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 14px;
    clear: both
}

p.tags a,
p.tiprograma a {
    color: #1C79D1;
    font-weight: 700
}

.single-metadata {
    margin: 6px 6px 24px
}

.single-metadata p.tags,
.single-metadata p.tiprograma {
    padding-left: 0;
    clear: both
}

.related-posts {
    padding: 0 6px
}

.related-posts div.article-item {
    margin-bottom: 12px;
    height: 100px
}

.related-posts div.article-item div.relimg {
    float: left
}

.related-posts div.article-item div {
    overflow: hidden
}

.related-posts div.article-item div a:hover {
    text-decoration: none
}

.related-posts div.article-item img {
    float: left;
    margin-right: 6px;
    margin-left: -12px;
    width: 100px;
    height: 100px
}

.author-image,
article.singlecomments-view .article-image {
    margin-right: 12px;
    float: left
}

.author-image,
.author-image img {
    width: 120px;
    height: 120px
}

.article-opinion-view .article-utils {
    clear: both;
    padding: 12px 12px 6px
}

.article-opinion-view h1,
.article-opinion-view p.infotitle {
    margin-left: 132px
}

.author-image {
    margin-bottom: 6px;
    border-radius: 50%;
    overflow: hidden
}

article.singlecomments-view .article-header a {
    display: block;
    padding: 12px;
    background-color: #f0f0f0;
    overflow: hidden
}

article.singlecomments-view .article-header a:hover {
    text-decoration: none;
    background-color: #e6e6e6
}

article.singlecomments-view h1 {
    font-size: 24px
}

article.singlecomments-view h1 span {
    color: #555
}

.sendletter {
    padding: 12px;
    text-align: center;
    background-color: #e9ebf2;
    margin-top: 24px
}

article.pensamientos blockquote {
    border-left: 5px solid #549036;
    padding: 24px 32px 24px 24px;
    background-color: rgba(84, 144, 54, .05)
}

article.pensamientos blockquote h1 {
    display: inline;
    font-family: Georgia, serif
}

article.pensamientos .maintext {
    background-color: #fff
}

article.pensamientos .maintext,
article.pensamientos .maintext p {
    font-size: 18px
}

@media screen and (max-width:768px) {
    .article-opinion-view h1,
    .article-opinion-view p.infotitle {
        margin-left: 82px
    }
    .author-image,
    .author-image img {
        width: 70px;
        height: 70px
    }
    article.pensamientos .maintext,
    article.pensamientos .maintext p {
        font-size: 17px
    }
}

article.pensamientos .maintext p {
    margin-bottom: 1.4em;
    line-height: 1.6em
}

.bajada.pensamiento h1.txtcita {
    font-size: 36px;
    font-family: Georgia, serif;
    font-style: oblique;
    line-height: 1.2em
}

@media screen and (max-width:768px) {
    .bajada.pensamiento h1.txtcita {
        font-size: 24px
    }
}

.bajada.pensamiento p.autor {
    color: #fc861b;
    font-size: 18px;
    margin-bottom: 0;
    margin-left: 20px
}

.bajada.pensamiento span.contexto {
    font-size: 16px;
    display: block;
    margin-left: 40px
}

.bajada.pensamiento .ldquo,
.bajada.pensamiento .rdquo {
    font-size: 64px;
    line-height: 24px;
    color: #555;
    vertical-align: middle;
    font-family: Georgia, serif;
    display: inline-block
}

.bajada.pensamiento .rdquo {
    margin-right: -24px
}

.archive-link-pensamiento {
    margin-top: 16px;
    overflow: hidden;
    clear: both
}

.archive-link-pensamiento a {
    font-weight: 700;
    color: #1C79D1
}

body.single article.post header.article-header .bajada.con-subarticulos {
    margin-bottom: 6px
}

.subarticulos ul {
    margin: 0 0 24px;
    padding: 0
}

.subarticulos ul li {
    list-style: none;
    padding-left: 12px;
    position: relative;
    margin-bottom: 12px
}

.subarticulos ul li h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px
}

.subarticulos ul li h3 a {
    color: #256CC8;
    font-size: 16px;
    font-family: Cabin, sans-serif
}

.subarticulos ul li:before {
    display: block;
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    top: 0;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    left: 4px;
    color: #B0B6BE
}

.archive-item a h4,
h2.archive-title,
h3.commentcount-title {
    font-family: Cabin, sans-serif
}

body.archive .wrapcontent,
body.category .wrapcontent,
body.page.archive .wrapcontent,
body.page.page-template-pagina-archivo-php .wrapcontent,
body.tag .wrapcontent {
    margin-top: 0;
    padding-top: 24px;
    background-color: #f0f0f0
}

@media screen and (max-width:768px) {
    body.archive .wrapcontent,
    body.category .wrapcontent,
    body.page.archive .wrapcontent,
    body.page.page-template-pagina-archivo-php .wrapcontent,
    body.tag .wrapcontent {
        margin-top: 48px
    }
}

h2.archive-title {
    font-size: 28px;
    color: #0f2a71;
    margin-bottom: 24px;
    margin-top: 0
}

h2.archive-title span {
    color: #555
}

.archive-item a {
    clear: both;
    display: block;
    box-shadow: 0 0 3px rgba(97, 99, 100, .4);
    overflow: hidden;
    margin-bottom: 12px;
    padding-right: 12px;
    position: relative;
    
    background-color: #fff
}

.archive-item-audio a,
.archive-item-carta a,
.archive-item-pensamiento a {
    padding: 0 12px
}

.archive-item a:hover {
    box-shadow: 0 0 4px #555;
    text-decoration: none
}

.archive-item a .archive-meta {
    color: #666
}

.archive-item a .autor,
.archive-item-opinion span.autor {
    color: #e78a00
}

@media screen and (max-width:480px) {
    .archive-item a h4 {
        margin-bottom: 7px
    }
}

.archive-item img {
    float: left;
    margin-right: 6px;
    width: 100px;
    height: 100px
}

.archive-item-opinion a {
    border-radius: 50px 0 0 50px
}

.archive-item-opinion img {
    float: left;
    margin-right: 6px;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50px
}

.archive-item-opinion h4 {
    margin-bottom: 2px
}

.archive-item-audio a p {
    color: #252525
}

.archive-item-video img {
    width: 130px;
    height: 100px
}

.archive-item-agenda a {
    height: 117px;
    padding-right: 0
}

.archive-item-agenda h4 {
    color: #b70000;
    padding-left: 12px
}

@media screen and (max-width:768px) {
    .archive-item-agenda h4 {
        height: 16px;
        overflow: hidden
    }
}

.archive-item-agenda .fecha {
    width: 80px;
    float: left;
    margin-right: 12px;
    text-align: center;
    font-size: 16px;
    height: 76px
}

.archive-item-agenda .fecha span {
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

.archive-item-agenda .fecha span.dia {
    background-color: #b70000;
    color: #fff;
    height: 36px;
    line-height: 36px
}

.archive-item-agenda .fecha span.hora {
    color: #333;
    background-color: #f0f0f0;
    height: 48px;
    line-height: 48px
}

.archive-item-agenda .agenda-info {
    background-color: #777;
    color: #fff;
    height: 84px
}

#comments,
body.clean {
    background-color: #fff
}

.archive-item-agenda .agenda-info .agdato.rango {
    padding-top: 6px;
    font-weight: 700
}

@media screen and (max-width:480px) {
    .archive-item h4 {
        font-size: 15px
    }
    .archive-item img {
        margin-left: -20px
    }
}

html.clean {
    margin-top: 0!important
}

body.clean .wrapcontent {
    padding: 0
}

body.clean #wpadminbar {
    display: none
}

#comments-iframe {
    border: none
}

h3.commentcount-title {
    color: #0f2a71
}

#comments {
    padding: 18px
}

@media screen and (max-width:768px) {
    #comments {
        padding: 0
    }
}

#comments .messagewarn {
    padding: 12px;
    font-size: 15px;
    background-color: #FFECBD;
    margin: 12px 0
}

#comments .duchtabs {
    border-top: 1px solid #555;
    padding: 12px
}

#comments ul.commentabs {
    overflow: hidden;
    padding: 0;
    margin: 0
}

@media screen and (max-width:768px) {
    #comments ul.commentabs {
        margin: 0 0 0 12px
    }
}

#comments ul.commentabs li {
    list-style: none
}

#comments ul.commentabs li a {
    display: block;
    float: left;
    background-color: #909090;
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    padding: 6px;
    height: 46px;
    line-height: 16px;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    width: 148px
}

#comments ul.commentabs li a>span {
    display: block;
    float: left;
    width: 100px;
    margin-left: 12px
}

#comments ul.commentabs li a i {
    padding: 4px;
    background-color: #4A66A0;
    color: #fff;
    font-size: 16px;
    float: left;
    width: 24px;
    display: block
}

#comments ul.commentabs li a img {
    float: left
}

#comments ul.commentabs li a .fb-comments-count {
    display: inline
}

#comments ul.commentabs li a .fb-comments iframe,
#comments ul.commentabs li a .fb-comments span {
    width: 100%
}

#comments ul.commentabs li a.selected {
    background-color: #104577
}

.onlycomlink {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #0f326f;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #123c85;
    padding: 1px 5px;
    line-height: 1.5;
    border-radius: 3px;
    margin: 12px;
    float: right;
    font-size: 16px
}

.onlycomlink.active.focus,
.onlycomlink.active:focus,
.onlycomlink.focus,
.onlycomlink:active.focus,
.onlycomlink:active:focus,
.onlycomlink:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.onlycomlink.focus,
.onlycomlink:focus,
.onlycomlink:hover {
    text-decoration: none
}

.onlycomlink.active,
.onlycomlink:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.onlycomlink.disabled,
.onlycomlink[disabled],
fieldset[disabled] .onlycomlink {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.onlycomlink.active,
.onlycomlink.focus,
.onlycomlink:active,
.onlycomlink:focus,
.onlycomlink:hover,
.open>.dropdown-toggle.onlycomlink {
    color: #fff;
    background-color: #0c2858;
    border-color: #081a39
}

.onlycomlink.disabled,
.onlycomlink.disabled.active,
.onlycomlink.disabled.focus,
.onlycomlink.disabled:active,
.onlycomlink.disabled:focus,
.onlycomlink.disabled:hover,
.onlycomlink[disabled],
.onlycomlink[disabled].active,
.onlycomlink[disabled].focus,
.onlycomlink[disabled]:active,
.onlycomlink[disabled]:focus,
.onlycomlink[disabled]:hover,
fieldset[disabled] .onlycomlink,
fieldset[disabled] .onlycomlink.active,
fieldset[disabled] .onlycomlink.focus,
fieldset[disabled] .onlycomlink:active,
fieldset[disabled] .onlycomlink:focus,
fieldset[disabled] .onlycomlink:hover {
    background-color: #123c85;
    border-color: #0f326f
}

.onlycomlink .badge {
    color: #123c85;
    background-color: #fff
}

ul.commentlist {
    padding: 0;
    margin: 0
}

ul.commentlist li.comment {
    list-style: none
}

ul.commentlist li.comment div.comment-body {
    padding: 12px;
    background-color: #f0f0f0;
    font-size: 14px;
    margin-bottom: 12px;
    border-top: 1px solid #ccc;
    position: relative
}

ul.commentlist li.comment div.comment-body cite.fn {
    color: #0f2a71
}

ul.commentlist li.comment div.comment-body .commentmetadata a {
    color: #BD7800
}

ul.commentlist li.comment div.comment-body .contenido-comentario {
    margin-bottom: 20px
}

ul.commentlist li.comment div.rating {
    position: absolute;
    bottom: 10px;
    left: 10px
}

ul.commentlist li.comment .reply {
    margin-left: 60px
}

ul.commentlist li.comment ul.children {
    margin-left: 24px
}

ul.commentlist li.comment span.safe-comments-report-link {
    display: inline-block;
    padding-left: 4px;
    margin-left: 4px;
    border-left: 1px solid #ccc
}

ul.commentlist li.comment span.safe-comments-report-link a {
    color: #B70000
}

a.readm-more {
    color: #BD7800;
    cursor: pointer;
    font-size: 14px;
    margin: 5px 0;
    text-align: right
}

#respond #fb-user {
    margin-bottom: 12px;
    background: #E8E8E8;
    font-size: 15px;
    border: none
}

ul.children #respond {
    margin-bottom: 24px
}

form#commentform {
    padding: 12px;
    background-color: #f0f0f0
}

form#commentform input#submit {
    border-radius: 5px;
    background-color: #006599;
    color: #fff;
    padding: 3px 6px;
    width: 160px;
    text-align: center
}

form#commentform .error {
    display: block;
    font-size: 13px;
    color: #B70000
}

form#commentform p {
    clear: both;
    margin-bottom: 6px
}

form#commentform span.required {
    color: red;
    font-size: 14px;
    display: inline-block;
    padding-right: 6px
}

form#commentform input,
form#commentform textarea {
    padding: 6px;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc
}

form#commentform p.comment-form-comment label {
    float: left;
    width: 150px
}

form#commentform p.comment-form-author label,
form#commentform p.comment-form-comment label,
form#commentform p.comment-form-email label {}

.ckrating_poorly_rated>div.comment-body {
    opacity: .9;
    border: 1px dashed #555
}

p.hiddencom {
    margin: 6px 0;
    background-color: #ccc;
    font-size: 13px;
    padding: 6px
}

p.hiddencom span.toggleback {
    border-bottom: 1px dotted #555;
    cursor: pointer
}

p.hiddencom .badguyname {
    color: #000
}

p.hiddencom span.toggleback:hover {
    border-bottom: 1px solid #000;
    color: #000
}

ul.commentlist li.ckrating_highly_rated>div.comment-body {
    background-color: #CFE3C2
}

#alt-login-methods {
    width: 260px;
    padding: 12px 0
}

::-webkit-input-placeholder {
    color: #96979C
}

:-moz-placeholder {
    color: #96979C
}

div#comment-user-details {
    overflow: hidden;
    margin-bottom: 12px
}

form#commentform p.comment-form-author,
form#commentform p.comment-form-email {
    clear: right
}

p.comment-form-comment textarea {
    width: 90%;
    clear: both;
    max-width: 90%
}

p.comment-form-author,
p.comment-form-email {
    float: left;
    width: 300px;
    clear: none
}

.social-share .sharebutton.comments-share a {
    background-color: #fc861b;
    min-width: 40px
}

body.post-type-archive-publicaciones .wrapcontent,
body.single-publicaciones .wrapcontent,
body.tax-autor-edicion .wrapcontent,
body.tax-genero .wrapcontent {
    margin: 0
}

body.post-type-archive-publicaciones .article-utils,
body.single-publicaciones .article-utils,
body.tax-autor-edicion .article-utils,
body.tax-genero .article-utils {
    background-color: transparent
}

body.post-type-archive-publicaciones .article-utils .social-share .sharebutton a,
body.single-publicaciones .article-utils .social-share .sharebutton a,
body.tax-autor-edicion .article-utils .social-share .sharebutton a,
body.tax-genero .article-utils .social-share .sharebutton a {
    min-width: 70px
}

body.post-type-archive-publicaciones,
body.single-publicaciones,
body.tax-autor-edicion,
body.tax-genero {
    background-color: #f0f0f0
}

body.post-type-archive-publicaciones h1,
body.post-type-archive-publicaciones h2,
body.post-type-archive-publicaciones h3,
body.post-type-archive-publicaciones h4,
body.single-publicaciones h1,
body.single-publicaciones h2,
body.single-publicaciones h3,
body.single-publicaciones h4,
body.tax-autor-edicion h1,
body.tax-autor-edicion h2,
body.tax-autor-edicion h3,
body.tax-autor-edicion h4,
body.tax-genero h1,
body.tax-genero h2,
body.tax-genero h3,
body.tax-genero h4 {
    font-weight: 400;
    font-family: Rambla, sans-serif
}

body.post-type-archive-publicaciones h3,
body.single-publicaciones h3,
body.tax-autor-edicion h3,
body.tax-genero h3 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 12px;
    margin-top: 0;
    color: #97010e
}

body.post-type-archive-publicaciones .social-share,
body.single-publicaciones .social-share,
body.tax-autor-edicion .social-share,
body.tax-genero .social-share {
    background-color: transparent;
    border-bottom: none;
    padding-top: 24px
}

.ediciones-wrapper {
    width: 996px;
    margin: 0 auto
}

h1.gentitle {
    font-size: 32px;
    margin: 12px 0 24px;
    color: #97010e
}

.admin-bar .radio-header {
    top: 28px
}

.admin-bar .utilbar-ediciones {
    margin-top: 34px
}

.radio-header {
    background-color: #e5e5e5;
    box-shadow: 0 0 5px #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.radio-header .header-wrap {
    height: 33px;
    width: 996px;
    margin: 6px auto 0
}

.radio-header a {
    padding: 6px;
    display: inline-block;
    float: left;
    line-height: 16px;
    margin-right: 12px;
    color: #555
}

.utilbar-ediciones {
    height: 43px;
    padding: 3px 0 6px;
    background-color: #6F6F6F;
    margin-top: 40px;
    border-bottom: 1px solid #a2a2a2
}

.utilbar-ediciones a.ediciones-portada {
    display: block;
    font-size: 14px;
    padding: 3px;
    width: 100px;
    border-radius: 5px;
    float: left;
    margin-right: 24px;
    background-color: #3b3b3b;
    color: #fff;
    text-align: center;
    line-height: 16px
}

.utilbar-ediciones a.ediciones-portada:hover {
    text-decoration: none;
    background-color: #838383
}

.utilbar-ediciones .genlabel {
    width: 86px;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

.utilbar-ediciones .autselect,
.utilbar-ediciones .genselect {
    float: left;
    font-size: 14px
}

.utilbar-ediciones .autselect ul,
.utilbar-ediciones .genselect ul {
    display: none
}

.utilbar-ediciones .autselect a.edselect,
.utilbar-ediciones .genselect a.edselect {
    border-radius: 5px;
    background-color: #555;
    color: #fff;
    padding: 3px 6px;
    border: none;
    display: block;
    margin-right: 12px
}

.utilbar-ediciones .autselect a.edselect:hover,
.utilbar-ediciones .genselect a.edselect:hover {
    text-decoration: none
}

.utilbar-ediciones .autselect .dropit-submenu,
.utilbar-ediciones .genselect .dropit-submenu {
    background-color: #555;
    border-radius: 5px;
    margin: 3px 0 0 1px;
    padding: 5px 0
}

.utilbar-ediciones .autselect .dropit-submenu a,
.utilbar-ediciones .genselect .dropit-submenu a {
    color: #fff;
    padding: 4px 10px;
    display: block
}

.utilbar-ediciones .autselect .dropit-submenu a:hover,
.utilbar-ediciones .genselect .dropit-submenu a:hover {
    background-color: #888;
    text-decoration: none
}

#header.header-publicaciones {
    border-bottom: none;
    background-color: transparent;
    width: 260px;
    float: right;
    text-align: center;
    height: auto
}

#header.header-publicaciones h1 {
    margin: 0 auto;
    text-align: center;
    background-color: #fff
}

#header.header-publicaciones h1 a {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 12px 0 6px;
    border-bottom: 1px solid #676767
}

#header.header-publicaciones .utilpub .datos {
    font-size: 18px;
    padding: 24px 12px 12px;
    color: #fff
}

#header.header-publicaciones .utilpub .datos a {
    color: #fff
}

#header.header-publicaciones .utilpub .boton-comprar {
    box-shadow: inset 0 1px 0 0 #bee2f9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #63b8ee), color-stop(1, #468ccf));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
    background-color: #63b8ee;
    text-indent: 0;
    border: 1px solid #3866a3;
    color: #14396a;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    height: 55px;
    line-height: 55px;
    width: 200px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #7cacde;
    float: left;
    margin-top: 12px;
    display: none;
    border-radius: 0
}

#header.header-publicaciones .utilpub .boton-comprar:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #468ccf), color-stop(1, #63b8ee));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
    background-color: #468ccf
}

#header.header-publicaciones .utilpub .boton-comprar:active {
    position: relative;
    top: 1px
}

#header.header-publicaciones .info-publicaciones .cinta-publicaciones {
    background-color: #6f6f6f;
    overflow: hidden
}

#header.header-publicaciones .info-publicaciones .cinta-publicaciones .social-header {
    float: none;
    padding: 12px;
    margin: 0 auto;
    width: 80px
}

.infoediciones {
    float: left;
    width: 300px;
    font-size: 16px;
    padding: 300px 12px 12px;
    background-image: url(../i/ediciones_2014.png);
    background-repeat: no-repeat;
    background-position: top;
    margin: 24px 24px 12px 0;
    color: #333
}

.infoediciones address,
.infoediciones h1 {
    margin-bottom: 24px
}

.infoediciones address span {
    display: block
}

.infoediciones address span i {
    color: #333
}

.infoediciones h1,
.infoediciones h2 {
    font-family: 'Trebuchet MS', sans-serif
}

.ediciones_ruch_ancho h3,
.list-item a h4 {
    font-family: Cabin, sans-serif
}

.infoediciones h1 {
    font-size: 32px
}

.infoediciones h2 {
    font-size: 24px;
    margin-bottom: 12px
}

#sidebar .ediciones_ruch {
    border: 1px solid #669ACC;
    padding: 6px 0;
    margin: 15px 0
}

#sidebar .ediciones_ruch h2.ediciones a {
    background-color: #fff;
    background-image: url(../i/ediciones_2014_oldwidget.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 240px;
    height: 131px;
    text-indent: -9999px
}

.bar_publicaciones {
    margin-bottom: 15px;
    padding: 6px;
    overflow: hidden
}

.bar_publicaciones .por,
.bar_publicaciones h3 {
    padding-bottom: 10px;
    font-weight: 700
}

.bar_publicaciones h3 {
    font-size: 14px
}

.bar_publicaciones .precio {
    float: right;
    width: 130px;
    height: 26px;
    text-align: right;
    font-weight: 700;
    line-height: 26px
}

.bar_publicaciones .precio span {
    font-weight: 400
}

.bar_publicaciones img {
    width: 226px;
    margin: 10px 0
}

.bar_publicaciones .ver_mas {
    clear: right;
    margin-right: 0
}

.utilbar-ediciones .wrap {
    width: 988px;
    margin: 0 auto;
    padding: 6px;
    color: #fff;
    height: 27px
}

body.post-type-archive-publicaciones #page,
body.single-publicaciones #page,
body.tax-autor-edicion #page,
body.tax-genero #page {
    width: 712px;
    float: left
}

body.post-type-archive-publicaciones #page .main,
body.single-publicaciones #page .main,
body.tax-autor-edicion #page .main,
body.tax-genero #page .main {
    width: 100%;
    padding: 12px;
    background-color: #fff;
    overflow: hidden
}

body.post-type-archive-publicaciones #page .archive,
body.single-publicaciones #page .archive,
body.tax-autor-edicion #page .archive,
body.tax-genero #page .archive {
    width: 100%
}

body.post-type-archive-publicaciones #page h2.edpager,
body.single-publicaciones #page h2.edpager,
body.tax-autor-edicion #page h2.edpager,
body.tax-genero #page h2.edpager {
    font-size: 24px;
    color: #9F1925;
    margin: 12px 0
}

body.post-type-archive-publicaciones #page .archive-pagination,
body.single-publicaciones #page .archive-pagination,
body.tax-autor-edicion #page .archive-pagination,
body.tax-genero #page .archive-pagination {
    text-align: center;
    padding: 12px 0 6px
}

body.post-type-archive-publicaciones #page .archive-pagination .current,
body.single-publicaciones #page .archive-pagination .current,
body.tax-autor-edicion #page .archive-pagination .current,
body.tax-genero #page .archive-pagination .current {
    padding: 6px;
    font-size: 16px;
    font-weight: 700;
    background-color: #333
}

body.post-type-archive-publicaciones #page .archive-pagination a,
body.single-publicaciones #page .archive-pagination a,
body.tax-autor-edicion #page .archive-pagination a,
body.tax-genero #page .archive-pagination a {
    padding: 6px;
    font-size: 16px
}

body.post-type-archive-publicaciones #page .edcounter,
body.single-publicaciones #page .edcounter,
body.tax-autor-edicion #page .edcounter,
body.tax-genero #page .edcounter {
    text-align: center;
    clear: both
}

.item-publicacion {
    float: left;
    margin: 12px 12px 12px 0;
    width: 214px;
    min-height: 321px;
    position: relative;
    overflow: hidden
}

.item-publicacion img {
    width: 214px;
    height: 321px
}

.item-publicacion .pubdata {
    padding: 6px;
    color: #fff;
    background-color: rgba(1, 1, 1, .65);
    position: absolute;
    bottom: -10px;
    width: 214px;
    min-height: 155px;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.item-publicacion:hover .pubdata {
    bottom: -165px
}

.item-publicacion .pubdata .titulo h2 {
    font-size: 18px;
    margin-bottom: 6px
}

.publicacion,
.publicacion .text p {
    margin-bottom: 12px
}

.item-publicacion .pubdata .autor {
    font-weight: 700;
    color: #BEAF0C
}

.publicacion {
    overflow: hidden;
    padding: 24px 12px 12px
}

.publicacion .text {
    font-size: 16px;
    line-height: 1.4em;
    margin-left: 270px
}

.publicacion h3 {
    font-size: 24px;
    line-height: 1.1em
}

.publicacion h3 a {
    color: #9F1925
}

.publicacion .autor {
    font-size: 16px;
    margin-bottom: 12px;
    display: block
}

.publicacion .autor,
.publicacion .autor a {
    color: #BD7800
}

.publicacion img {
    float: left;
    margin-right: 2%
}

.publicacion ul.ficha {
    margin: 12px 0 24px 270px;
    padding: 12px;
    font-size: 16px;
    background-color: #f0f0f0
}

.publicacion ul.ficha .label {
    color: #888
}

.publicacion ul.ficha .precio {
    font-weight: 700;
    margin-bottom: 6px
}

.publicacion ul.ficha .precio .dough {
    color: #9F1925
}

.publicacion ul.ficha .pags,
.publicacion ul.ficha .paper,
.publicacion ul.ficha .size {
    font-size: 14px;
    color: #555;
    list-style: none
}

#footer.footer-ediciones a,
.selector {
    color: #f0f0f0
}

.publicacion ul.ficha h4 {
    margin-bottom: 12px
}

.selector {
    clear: both;
    background-color: #555;
    overflow: hidden;
    height: 36px
}

.selector .wrap {
    width: 996px;
    margin: 0 auto;
    padding: 6px
}

#footer.footer-ediciones {
    background-color: #555;
    color: #f0f0f0;
    text-align: center;
    font-size: 16px;
    clear: both;
    padding: 24px
}

#footer.footer-ediciones address {
    font-style: normal
}

p.clear {
    clear: both;
    overflow: hidden;
    padding: 12px 0
}

p.miniclear {
    clear: both;
    overflow: hidden;
    padding: 0
}

.publicacion-destacada {
    background-color: #F8F7EF;
    overflow: hidden;
    margin: -12px
}

.publicacion-destacada h1 {
    font-size: 34px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 6px
}

.publicacion-destacada h1 a {
    color: #97010e
}

.publicacion-destacada .excerpt {
    padding: 0
}

.publicacion-destacada .autor {
    display: block;
    margin-bottom: 12px
}

.publicacion-destacada .autor a {
    color: #BD7800
}

.publicacion-destacada img {
    float: left;
    margin-right: 12px;
    width: 256px;
    height: 384px
}

.publicacion-destacada .text {
    font-size: 14px;
    padding: 12px
}

.publicacion-destacada .text p {
    margin-bottom: 12px;
    line-height: 1.4em
}

.publicacion-destacada .precio {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 700
}

.dropit,
.dropit .dropit-submenu {
    padding: 0;
    margin: 0;
    list-style: none
}

.publicacion-destacada .precio .dough {
    color: #97010e
}

.dropit .dropit-trigger {
    position: relative
}

.dropit .dropit-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 150px
}

.dropit .dropit-open .dropit-submenu {
    display: block
}

.navpaged {
    clear: both
}

.ediciones_ruch_ancho {
    margin: 12px 0;
    clear: both;
    overflow: hidden;
    height: 300px;
    border: 1px solid #F7F5E1
}

@media screen and (max-width:768px) {
    .ediciones_ruch_ancho {
        height: 222px
    }
}

.ediciones_ruch_ancho a.widget-content {
    background-color: #F7F5E1;
    font-size: 13px;
    float: left;
    width: 625px;
    display: block;
    height: 300px;
    color: #333
}

@media screen and (max-width:768px) {
    .ediciones_ruch_ancho a.widget-content {
        width: 100%;
        float: none;
        height: 222px
    }
}

.ediciones_ruch_ancho a.widget-content:hover {
    background-color: #e8e8e8;
    text-decoration: none
}

.ediciones_ruch_ancho div.edtext {
    padding: 12px;
    width: 424px;
    float: left
}

@media screen and (max-width:768px) {
    .ediciones_ruch_ancho div.edtext {
        width: 233px;
        padding: 6px
    }
    .ediciones_ruch_ancho div.edtext .edexc,
    .ediciones_ruch_ancho h2.edbrand {
        display: none
    }
}

.ediciones_ruch_ancho h2.edbrand a {
    text-indent: -9999px;
    width: 190px;
    display: block;
    float: right;
    min-height: 300px;
    background: url(../i/ediciones_widget_7.png) 17px 40px no-repeat #fff;
    position: relative
}

.ediciones_ruch_ancho h2.edbrand a span.vermaspub {
    text-indent: 0;
    position: absolute;
    top: 180px;
    left: 31px;
    text-align: center;
    padding: 7px 3px;
    background-color: #686124;
    border-radius: 3px;
    color: #fff;
    width: 120px;
    font-size: 14px
}

.ediciones_ruch_ancho h2.edbrand a:hover span.vermaspub {
    display: block;
    background-color: #fb0014
}

.ediciones_ruch_ancho h3 {
    margin: 0;
    color: #9F1925;
    font-size: 28px
}

@media screen and (max-width:768px) {
    .ediciones_ruch_ancho h2.edbrand a {
        display: none
    }
    .ediciones_ruch_ancho h3 {
        margin: 0;
        font-size: 23px
    }
}

.ediciones_ruch_ancho p.por {
    color: #bd7800;
    margin-bottom: 12px
}

.ediciones_ruch_ancho p.precio {
    font-size: 14px;
    margin: 12px 0 0;
    font-weight: 700
}

.ediciones_ruch_ancho p.precio .dough {
    color: #9F1925
}

.ediciones_ruch_ancho img.img-portada {
    float: left;
    display: block;
    margin: 0;
    padding-bottom: 0;
    width: 200px;
    height: 300px
}

.list-item a,
h2.listitem-title {
    margin-bottom: 12px;
    overflow: hidden
}

.list-item img,
.list-item-opinion img {
    margin-left: 6px;
    float: right
}

.ediciones_ruch_ancho .genero {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #549069
}

.ediciones_ruch_ancho .mobile-brand {
    display: none
}

@media screen and (max-width:768px) {
    .ediciones_ruch_ancho img.img-portada {
        width: 100px;
        height: 150px
    }
    .ediciones_ruch_ancho .mobile-brand {
        display: block;
        padding: 6px;
        background-color: #fff;
        position: relative
    }
    .ediciones_ruch_ancho .mobile-brand span {
        display: block;
        position: absolute;
        right: 12px;
        top: 28px;
        width: 100px;
        text-align: center;
        background-color: #433c13;
        color: #fff;
        border-radius: 5px
    }
    #sidebar {
        clear: both
    }
}

.ediciones_ruch_ancho .mobile-brand:hover span {
    background-color: #ff001e
}


h2.listitem-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    border-top: 2px solid rgba(15, 42, 113, .6)
}

h2.listitem-title a,
h2.listitem-title span {
    background-color: rgba(15, 42, 113, .6);
    color: #fff;
    padding: 3px 6px;
    float: right;
    margin-top: 0
}

h2.listitem-title-logo {
    float: right
}

h2.listitem-title a:hover {
    text-decoration: none;
    background-color: rgba(15, 42, 113, .8)
}

.list-item a {
    clear: both;
    display: block;
    box-shadow: 0 0 3px rgba(97, 99, 100, .4);
    padding-left: 12px;
    position: relative;
    height: 100px;
    background-color: #fff
}

.list-item-miniopinion h4,
.list-item-opinion h4 {
    margin-bottom: 2px
}

.list-item a:hover {
    box-shadow: 0 0 4px #555;
    text-decoration: none
}

.list-item-opinion a {
    border-radius: 0 50px 50px 0
}

.list-item-opinion a h4 {
    color: #4D4D4D
}

.list-item-miniopinion span.autor,
.list-item-opinion span.autor {
    color: #e78a00
}

.list-item-opinion img {
    width: 100px;
    height: 100px;
    border-radius: 50px
}

#sidebar .agenda-cultural h2.sectiontitle a,
.masitemscultura h2.sectiontitle a {
    font-weight: 700;
    border-radius: 0 0 5px 5px;
    max-width: 250px;
    text-transform: uppercase
}

.list-item-miniopinion a {
    height: 60px
}

.list-item-video img {
    width: 130px;
    height: 100px
}

#sidebar .agenda-cultural h2.sectiontitle {
    border-top: 3px solid #D84848
}

#sidebar .agenda-cultural h2.sectiontitle a {
    float: right;
    margin: 0 0 12px;
    padding: 6px;
    background-color: #D84848;
    color: #fff;
    font-size: 13px
}

@media screen and (max-width:480px) {
    #sidebar .agenda-cultural {
        margin: 24px 0
    }
    #sidebar .agenda-cultural h2.sectiontitle {
        margin: 0 0 12px 12px
    }
}

body.page.page-template-portada-cultura-php {
    background-color: #F2F3F5
}

body.page.page-template-portada-cultura-php .wrapcontent {
    padding-top: 24px;
    margin-top: 0
}

@media screen and (max-width:768px) {
    body.page.page-template-portada-cultura-php .wrapcontent {
        margin-top: 24px
    }
}

body.page.page-template-portada-cultura-php .widget-letras-flotantes {
    padding: 0
}

body.page.page-template-portada-cultura-php h2.portadasection-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #b70000;
    margin: 6px 0 6px 28px
}

body.page.page-template-portada-cultura-php section#ediciones {
    margin-top: 48px
}

body.page.page-template-portada-cultura-php .ediciones_ruch_ancho {
    margin: 32px 0
}

body.page.page-template-portada-cultura-php .agenda-cultural h2.sectiontitle,
body.page.page-template-portada-cultura-php h2.sectiontitle.conborde {
    border-top: 2px solid #d84848
}

.main-home.cultura article.pastilla h1,
.main-home.cultura article.pastilla h3,
.main-home.cultura article.pastilla h4,
.main-home.cultura article.pastilla h5,
.main-home.cultura li.pastilla h1,
.main-home.cultura li.pastilla h3,
.main-home.cultura li.pastilla h4,
.main-home.cultura li.pastilla h5 {
    color: #b70000
}

.main-home.cultura h2.sectiontitle a,
.main-home.cultura h2.sectiontitle span {
    background-color: #D84848
}

.main-home.cultura .editem {
    margin: 0 0 24px
}

.main-home.cultura .uphome-0,
.main-home.cultura .uphome-1,
.main-home.cultura .uphome-2 {
    margin-top: 12px
}

.main-home.cultura .uphome-3 {
    margin-top: -2px
}

.main-home.cultura .uphome-4 {
    margin-top: -42px
}

.main-home.cultura .agenda-cultural {
    overflow: hidden;
    height: 292px
}

.main-home.cultura .agenda-cultural.ag-alt-3 {
    height: 372px
}

.main-home.cultura .agenda-cultural.ag-alt-4 {
    height: 400px
}

.masitemscultura h2.sectiontitle {
    margin-top: 0;
    line-height: 21px
}

.masitemscultura h2.sectiontitle a {
    padding: 6px;
    background-color: #D84848;
    color: #fff;
    font-size: 13px
}

.masitemscultura h2.sectiontitle a:hover {
    text-decoration: none;
    text-shadow: 0 0 3px #fff
}

.masitemscultura ul {
    margin: 0;
    padding: 0
}

.masitemscultura ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

.masitemscultura ul li a {
    margin: 0;
    padding: 12px
}

.masitemscultura ul li h3 {
    font-size: 16px;
    margin: 0;
    color: #b70000
}

body.archive.term-cultura .archive-item a h4,
body.archive.term-cultura h2.archive-title {
    color: #b70000
}

.main-home.cultura .widgetmasnoticiascultura {
    margin-bottom: 24px;
    clear: both
}

.main-home.cultura .widgetmasnoticiascultura ul li.pastilla a h3 {
    color: #2D2D2D
}

body.error404 .wrapcontent,
body.page .wrapcontent {
    margin-top: 24px;
    padding-top: 0
}

body.error404 .wrapcontent article header.article-header h1,
body.page .wrapcontent article header.article-header h1 {
    font-family: Cabin, Arial, sans-serif;
    margin-top: 12px;
    color: #174E9A;
    font-weight: 500
}

body.page-template-tabla-programacion .wrapcontent {
    margin: 0;
    background-color: #f0f0f0
}

body.page-template-tabla-programacion .page-wrap {
    background-color: #fff;
    box-shadow: 0 0 3px rgba(97, 99, 100, .4);
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px
}

@media screen and (max-width:768px) {
    .main-home.cultura .agenda-cultural.ag-alt-4 {
        height: 420px
    }
    body.error404 .wrapcontent article header.article-header h1,
    body.page .wrapcontent article header.article-header h1 {
        font-size: 24px
    }
    body.page-template-tabla-programacion article#pagina-60204 .maintext {
        overflow: scroll
    }
}

body.page-template-tabla-programacion article#pagina-60204 table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    background-color: #EBF2F8
}

body.page-template-tabla-programacion article#pagina-60204 table>tbody>tr>td,
body.page-template-tabla-programacion article#pagina-60204 table>tbody>tr>th,
body.page-template-tabla-programacion article#pagina-60204 table>tfoot>tr>td,
body.page-template-tabla-programacion article#pagina-60204 table>tfoot>tr>th,
body.page-template-tabla-programacion article#pagina-60204 table>thead>tr>td,
body.page-template-tabla-programacion article#pagina-60204 table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top
}

#___gcse_0 .gs-title,
#___gcse_0 .gs-title b {
    font-size: 22px;
    line-height: 26px
}

body.page-template-tabla-programacion article#pagina-60204 table>thead>tr>th {
    vertical-align: bottom
}

body.page-template-tabla-programacion article#pagina-60204 table>caption+thead>tr:first-child>td,
body.page-template-tabla-programacion article#pagina-60204 table>caption+thead>tr:first-child>th,
body.page-template-tabla-programacion article#pagina-60204 table>colgroup+thead>tr:first-child>td,
body.page-template-tabla-programacion article#pagina-60204 table>colgroup+thead>tr:first-child>th,
body.page-template-tabla-programacion article#pagina-60204 table>thead:first-child>tr:first-child>td,
body.page-template-tabla-programacion article#pagina-60204 table>thead:first-child>tr:first-child>th {
    border-top: 0
}

body.page-template-tabla-programacion article#pagina-60204 table>tbody+tbody {
    border-top: 2px solid #ddd
}

body.page-template-tabla-programacion article#pagina-60204 table .table {
    background-color: #f2f3f5
}

body.page-template-tabla-programacion article#pagina-60204 table>tbody>tr>td,
body.page-template-tabla-programacion article#pagina-60204 table>tbody>tr>th,
body.page-template-tabla-programacion article#pagina-60204 table>tfoot>tr>td,
body.page-template-tabla-programacion article#pagina-60204 table>tfoot>tr>th,
body.page-template-tabla-programacion article#pagina-60204 table>thead>tr>td,
body.page-template-tabla-programacion article#pagina-60204 table>thead>tr>th {
    border: 1px solid #ddd
}

body.page-template-tabla-programacion article#pagina-60204 table>thead>tr>td,
body.page-template-tabla-programacion article#pagina-60204 table>thead>tr>th {
    border-bottom-width: 2px
}

body.page-template-tabla-programacion article#pagina-60204 table th {
    background-color: #6295C2;
    color: #fff
}

body.page-template-tabla-programacion article#pagina-60204 table tbody>tr>td {
    border-color: #C1D6E9
}

body.page-template-tabla-programacion article#pagina-60204 table tbody>tr>th {
    border: none
}

#___gcse_0 .gsc-thumbnail-inside,
#___gcse_0 .gsc-url-top {
    padding: 0!important
}

#___gcse_0 .gs-title {
    font-family: Cabin, sans-serif;
    text-decoration: none
}

#___gcse_0 .gcsc-branding {
    overflow: hidden
}

body.page.page-template-portada-internacional-php {
    background-color: #F2F3F5
}

body.page.page-template-portada-internacional-php .wrapcontent {
    padding-top: 24px;
    margin-top: 0
}

body.page.page-template-portada-internacional-php .wrapcontent .main-home.internacional {
    padding-bottom: 24px
}

@media screen and (min-width:992px) {
    body.page.page-template-portada-internacional-php .wrapcontent .uphome {
        margin-top: 24px
    }
}

.social-share .sharebutton a {
    display: block;
    color: #fff;
    padding: 4px 12px;
    font-size: 16px;
    vertical-align: middle;
    min-width: 80px;
    float: left;
    margin-right: 6px;
    border-radius: 5px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.social-share .sharebutton a:hover {
    text-decoration: none;
    box-shadow: 0 0 6px #555
}

.social-share .sharebutton a i {
    font-size: 18px;
    margin-right: 6px
}

.social-share .sharebutton a.sharer__twitter {
    background-color: rgba(0, 172, 237, .7)
}

.social-share .sharebutton a.sharer__twitter:hover {
    background-color: #00aced
}

.social-share .sharebutton a.sharer__facebook {
    background-color: rgba(59, 89, 152, .7)
}

.social-share .sharebutton a.sharer__facebook:hover {
    background-color: #3b5998
}

.social-share .sharebutton a.sharer__gplus {
    background-color: rgba(221, 75, 57, .7)
}

.social-share .sharebutton a.sharer__gplus:hover {
    background-color: #dd4b39
}

.social-share .sharebutton a.sharer__linkedin {
    background-color: rgba(19, 119, 180, .7)
}

.social-share .sharebutton a.sharer__linkedin:hover {
    background-color: #1377b4
}

.social-share .sharebutton a.sharer__whatsapp {
    background-color: #34af23;
  	height:30px;
}

.social-share .sharebutton a.sharer__whatsapp i {
    font-size: 22px
}

section.usuarios .widget-pensamientos {
    padding: 0 12px
}

section.usuarios .widget-pensamientos span.pluspens {
    bottom: 0
}

.widget-pensamientos {
    color: #333;
    padding: 6px 12px;
    position: relative;
    margin-bottom: 12px
}

.widget-pensamientos div.wrap {
    padding: 0;
    background-color: rgba(84, 144, 54, .05)
}

.widget-pensamientos span.pluspens {
    position: absolute;
    right: 12px;
    bottom: 6px;
    background-color: rgba(84, 144, 54, .7);
    color: #F7FAF6;
    display: block;
    border-radius: 12px 0 0;
    font-size: 24px;
    padding: 4px 6px 2px
}

.widget-pensamientos div.cita {
    font-family: Georgia, serif;
    font-size: 20px;
    font-style: oblique;
    line-height: 1.3em;
    color: #333
}

.widget-pensamientos div.cita .ldquo,
.widget-pensamientos div.cita .rdquo {
    font-size: 36px;
    line-height: 22px;
    vertical-align: middle;
    color: #626262;
    font-family: Georgia, serif
}

.widget-pensamientos a:hover {
    text-decoration: none
}

.widget-pensamientos blockquote {
    border-left: 5px solid #84AF6E;
    margin: 0;
    padding: 24px 16px
}

.widget-pensamientos blockquote:hover {
    background-color: rgba(84, 144, 54, .1)
}

.widget-pensamientos .autor {
    text-align: left;
    margin: 12px 0 0 2px;
    color: #fc861b
}

.widget-pensamientos .contexto {
    text-align: left;
    display: block;
    margin-left: 26px;
    color: #333;
    font-size: 14px
}

@media screen and (max-width:768px) {
    .widget-pensamientos {
        padding: 0;
        margin-top: 12px;
        border-top: 2px solid #D8964D
    }
}

body.single article.encuestas h1 {
    font-size: 24px
}

div.wp-polls {
    padding: 0 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin: 12px 0
}

div.wp-polls h3 {
    margin-bottom: 24px;
    font-family: Cabin, sans-serif;
    color: #174E9A;
    font-size: 36px
}

div.wp-polls p.votar {
    margin: 24px 0 0
}

div.wp-polls p.votar input {
    background-color: #fc8111;
    border-radius: 5px;
    border: 1px solid #e16d03;
    font-size: 22px;
    padding: 8px;
    color: #fff
}

div.wp-polls .wp-polls-ul {
    margin: 12px 0
}

div.wp-polls .wp-polls-ul li {
    margin-bottom: 12px;
    padding-left: 24px
}

div.wp-polls .wp-polls-ans .wp-polls-ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc
}

div.wp-polls .wp-polls-ans .wp-polls-ul li label {
    font-weight: 400
}

div.wp-polls .pollbar {
    background-color: #fc861b;
    height: 12px;
    border: 1px solid #c86003
}

.widget_polls-widget {
    margin: 6px 12px 12px;
    clear: both
}

.widget_polls-widget h3.widget_title {
    color: #fff;
    margin: 0;
    line-height: 15px;
    font-size: 13px;
    border-bottom: 3px solid #D8964D
}

.widget_polls-widget h3.widget_title.conborde {
    border-top: 2px solid #D8964D
}

@media screen and (max-width:480px) {
    .widget_polls-widget h3.widget_title.bordemovil {
        border-top: 2px solid #D8964D
    }
}

.widget_polls-widget h3.widget_title.redondeado a,
.widget_polls-widget h3.widget_title.redondeado span {
    border-radius: 0 0 5px 5px
}

.widget_polls-widget h3.widget_title.centrado {
    text-align: center
}

.widget_polls-widget h3.widget_title.centrado a,
.widget_polls-widget h3.widget_title.centrado span {
    margin: 0 auto
}

.widget_polls-widget h3.widget_title.mn {
    margin-bottom: 0
}

.widget_polls-widget h3.widget_title a,
.widget_polls-widget h3.widget_title span {
    color: #fff;
    display: inline-block;
    padding: 3px 10px 4px;
    background-color: #D8964D;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.widget_polls-widget h3.widget_title a:hover {
    text-decoration: none;
    box-shadow: 0 0 3px #333
}

.widget_polls-widget h3.widget_title span {
    padding-bottom: 1px
}

.widget_polls-widget .wp-polls {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 12px;
    background-color: #f0f0f0;
    position: relative
}

.widget_polls-widget .wp-polls h3.pregunta {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3em
}

.widget_polls-widget .wp-polls p.votar input {
    font-size: 14px;
    padding: 6px
}

.widget_polls-widget .wp-polls p.ver_mas {
    position: absolute;
    display: block;
    width: 120px;
    padding: 6px;
    right: 6px;
    bottom: 0;
    text-align: right
}

.archive-item-encuestas a {
    padding: 0 12px
}

@media print {
    body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12pt;
        line-height: 1.3em;
        color: #252525;
        background-color: #fff
    }
    .single #commentsbox,
    .single #footer,
    .single #sidebar,
    .single #utilbar,
    .single .article-header .tags,
    .single .article-utils,
    .single .asoc,
    .single .comav,
    .single .comentarios,
    .single .item-audio,
    .single .nav_radio,
    .single .notinprint,
    .single .printbutton,
    .single .related-posts,
    .single .secciones,
    .single .single-player,
    .single .social-header,
    .single .social-share,
    .single .tags,
    .single header#duch-header,
    .single nav.diario-menu,
    audio,
    embed,
    object,
    video {
        display: none
    }
    @page {
        margin: 2cm 1cm
    }
    h1 {
        font-size: 24pt;
        line-height: 1.4em
    }
    h2 {
        font-size: 14pt
    }
    a {
        word-wrap: break-word;
        color: #000;
        text-decoration: none
    }
    .single header#duch-header h1.logo img {
        display: block;
        margin-bottom: 24pt;
        border-bottom: none
    }
    .single article .bajada {
        font-size: 14pt;
        margin-bottom: 12pt;
        line-height: 1.4em;
        padding-bottom: 12pt;
        border-bottom: 1pt solid #333
    }
    .single article img {
        width: 100%
    }
    .single article h1 {
        margin-top: 0;
        color: #104577
    }
    .single article h3 {
        margin-bottom: 0
    }
    .single article .single-metadata span.fecha {
        display: block;
        clear: both;
        font-size: 10pt;
        padding-top: 12pt;
        margin-top: 12pt;
        border-top: 1pt solid #333
    }
    .single article p.infotitle {
        font-size: 10pt
    }
    .single article .entry a:after {
        content: " (" attr(href) ")";
        font-size: 90%
    }
}

@media screen {
    .archive-item .featured-th.snapvideo img {
        width: 120px;
        height: 90px
    }
    .category-127 h2.pagetitle {
        text-indent: -9999px;
        width: 150px;
        height: 28px;
        background: url(../i/duchtv_widget.png) center no-repeat;
        margin-bottom: 0;
        margin-top: 32px
    }
    .ruchtv_widget {
        clear: both;
        margin: 18px 0;
        overflow: hidden
    }
    .ruchtv_widget a.nplus {
        float: right;
        width: 60px;
        margin-top: 4px
    }
    .ruchtv_widget .video {
        background-color: #333;
        padding: 0 0 32px;
        overflow: hidden;
        color: #fff;
        position: relative;
        clear: both
    }
    .ruchtv_widget .video h2 a {
        color: #2586e2;
        font-weight: 400;
        font-size: 18px;
        display: block;
        padding: 0 12px;
        margin: 0
    }
    .ruchtv_widget .video .social-metadata {
        width: 130px;
        height: 24px
    }
    .ruchtv_widget .video .social-metadata>p.socialcount {
        width: 140px
    }
    .ruchtv_widget .video .social-metadata>p.socialcount>span.comcount>span {
        width: 43px;
        float: left
    }
    .ruchtv_widget .video .social-metadata>p.socialcount>span.comcount>span span.scnt {
        text-align: left;
        color: #fff
    }
    .ruchtv_widget .video .social-metadata>p.socialcount>span.comcount>span i {
        float: left;
        margin-right: 6px;
        color: #fff
    }
    .ruchtv_widget h1 {
        width: 150px;
        float: left;
        margin: 0
    }
    .ruchtv_widget h1 a {
        display: block;
        margin-bottom: 0;
        font-size: 24px;
        text-indent: -9999px;
        width: 150px;
        height: 28px;
        background: url(../i/duchtv_widget.png) center no-repeat
    }
    .ruchtv_widget h2 {
        font-size: 18px;
        font-weight: 700;
        margin: 12px 0
    }
    .ruchtv_widget .video-ruchtv-portada {
        float: left;
        width: 100%;
        margin-right: 48px
    }
    .ruchtv_widget a.widget-ruchtv-link {
        display: block;
        margin-bottom: 12px;
        width: 120px;
        float: left;
        font-size: 11px;
        text-align: center;
        font-weight: 700;
        color: #fff
    }
    h2.masvidruchtv {
        font-size: 32px;
        color: #104577;
        margin: 24px 0
    }
    .archive-item.ruchtv-primero {
        background-color: #333;
        color: #fff;
        padding: 0
    }
    .archive-item.ruchtv-primero h3 {
        padding: 24px 24px 0;
        font-size: 24px
    }
    .archive-item.ruchtv-primero h3 a:link,
    .archive-item.ruchtv-primero h3 a:visited {
        color: #A0CDF7
    }
    .archive-item.ruchtv-primero p.infotitle {
        padding: 0 24px;
        color: #fff
    }
    .archive-item.ruchtv-primero p.infotitle .comlink .comcount.wog,
    .archive-item.ruchtv-primero p.infotitle a:link,
    .archive-item.ruchtv-primero p.infotitle a:visited {
        color: #2586e2
    }
    .ruchtv-static {
        display: block;
        position: relative
    }
    .not_ppal .ruchtv-static {
        margin-top: 24px;
        width: 340px;
        height: 250px;
        float: right
    }
    .not_ppal2 .ruchtv-static,
    .not_ppal3 .ruchtv-static {
        width: 220px;
        height: 150px;
        margin-bottom: 12px
    }
    .not_secund .ruchtv-static {
        width: 140px;
        height: 100px;
        float: left;
        margin-right: 12px;
        margin-bottom: 12px
    }
    .ruchtv-overlay,
    .ruchtv-playbutton {
        display: block;
        height: 100%;
        width: 100%
    }
    .ruchtv-playbutton {
        position: absolute;
        background: url(../i/ruchtv_play.png) center no-repeat;
        z-index: 10
    }
    .not_ppal2 .ruchtv-static .ruchtv-playbutton,
    .not_ppal3 .ruchtv-static .ruchtv-playbutton {
        background: url(../i/ruchtv_play-medium.png) center no-repeat
    }
    .not_secund .ruchtv-static .ruchtv-playbutton {
        background: url(../i/ruchtv_play-mini.png) center no-repeat
    }
    .ruchtv-overlay {
        opacity: .1;
        z-index: 5
    }
    .vidwrap {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 25px;
        height: 0
    }
    .vidwrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
    .prefooter {
        background-color: #f2f3f5
    }
    .prefooter .banners {
        text-align: center
    }
    .prefooter .banners .tx {
        padding: 24px;
        margin: 6px;
        background-color: #f0f0f0
    }
    .socios-informativos {
        margin: 24px auto;
        border: 1px solid #ccc;
        border-radius: 5px
    }
    .socios-informativos ul {
        padding: 0;
        margin: 0 auto;
        max-width: 905px
    }
    .socios-informativos ul li {
        display: inline-block;
        list-style: none;
        margin: 0 18px 12px;
        padding: 0
    }
    .socios-informativos ul li h2 {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 400;
        padding: 6px;
        margin: 0 0 12px;
        max-width: 200px;
        text-align: center;
        line-height: 1.2em;
        color: #555
    }
    footer#duch-footer {
        border-top: 2px solid #9cadb4;
        background-color: #edf0f2;
        color: #173147;
        margin-top: 0;
        clear: both
    }
    footer#duch-footer .logosect {
        max-width: 340px
    }
    footer#duch-footer .logosect img {
        float: left;
        margin-right: 6px;
        margin-bottom: 12px
    }
    footer#duch-footer .logosect h2,
    footer#duch-footer .logosect h3 {
        margin-top: 0;
        margin-bottom: 0;
        float: left
    }
    footer#duch-footer .logosect h2 {
        margin-top: 32px;
        font-size: 24px
    }
    footer#duch-footer .logosect h3 {
        font-size: 18px
    }
    footer#duch-footer .duch-info dl {
        clear: both
    }
    footer#duch-footer .duch-info address {
        clear: both;
        padding-top: 24px;
        font-size: 16px
    }
    footer#duch-footer .duch-secciones {
        color: #fff
    }
    footer#duch-footer .duch-secciones li a {
        color: #104577
    }
    footer#duch-footer .duch-secciones li.sect-sep {
        list-style: none;
        width: 100px;
        margin: 12px 0;
        border: 1px solid #ccc
    }
    footer#duch-footer .duch-redes,
    footer#duch-footer .duch-secciones,
    footer#duch-footer .duch-temas {
        margin-top: 32px
    }
    footer#duch-footer .duch-temas {
        color: #fff
    }
    footer#duch-footer .duch-temas li a {
        color: #104577;
        text-transform: uppercase;
        font-size: 13px
    }
    footer#duch-footer .duch-secciones li,
    footer#duch-footer .duch-temas li {
        margin-bottom: 3px
    }
    footer#duch-footer .duch-redes a {
        color: #104577
    }
    footer#duch-footer .duch-redes li {
        list-style: none;
        margin-bottom: 3px
    }
    footer#duch-footer .duch-redes li a i {
        font-size: 18px
    }
    footer#duch-footer .duch-redes li.twitter a i {
        color: #00A7E7
    }
    footer#duch-footer .duch-redes li.facebook a i {
        color: #3B5998
    }
    footer#duch-footer .duch-redes li.gplus a i {
        color: #DC4B39
    }
    footer#duch-footer .duch-redes li.rss a i {
        color: #FF7300
    }
    footer#duch-footer .duch-redes li.correo a i {
        color: #375877
    }
    footer#duch-footer .duch-redes li.feedburner {
        margin-top: 24px;
        padding: 6px 12px;
        background-color: #D3DEE6;
        max-width: 300px
    }
    a.nplus:link,
    a.nplus:visited {
        font-size: 11px;
        color: #9F2929;
        text-decoration: none;
        display: inline-block;
        padding: 4px 2px
    }
    a.nplus:link:hover,
    a.nplus:visited:hover {
        text-decoration: none;
        color: #d45a5a
    }
    .duch-social-widget {
        background-color: #f0f0f0;
        border: 1px solid #f0f0f0;
        overflow: hidden;
        margin: 24px 0
    }
    .duch-social-widget h2 {
        margin-bottom: 0;
        margin-top: 6px;
        margin-left: 6px;
        text-transform: uppercase;
        color: #B70000;
        font-size: 12px;
        font-weight: 700
    }
    .duch-social-widget .widgbutton {
        display: block;
        padding: 6px 12px;
        color: #fff;
        line-height: 32px;
        border-radius: 5px;
        max-width: 200px
    }
    .duch-social-widget .widgbutton i {
        font-size: 24px;
        line-height: 32px
    }
    .duch-social-widget .widgbutton.fbpage {
        background-color: #3b5998
    }
    .duch-social-widget .widgbutton.twtpage {
        background-color: #00aced
    }
    .duch-social-widget .widgbutton.gpage {
        background-color: #B34234
    }
    .duch-social-widget ul.navred {
        padding: 12px 6px
    }
    .duch-social-widget ul.navred li {
        float: left;
        display: block;
        width: 32px;
        height: 32px;
        margin-right: 4px;
        margin-bottom: 8px
    }
    .duch-social-widget ul.navred li:focus,
    .duch-social-widget ul.navred li:hover {
        box-shadow: 0 0 4px #555
    }
    .duch-social-widget ul.navred li.fbnav {
        background-color: #3b5998
    }
    .duch-social-widget ul.navred li.twtnav {
        background-color: #00aced
    }
    .duch-social-widget ul.navred li.fburnnav {
        background-color: #FF7300
    }
    .duch-social-widget ul.navred li.mailnav {
        background-color: #7599a7
    }
    .duch-social-widget ul.navred li.radionav {
        background-color: #0b5394
    }
    .duch-social-widget ul.navred li.gmasnav {
        background-color: #B34234
    }
    .duch-social-widget ul.navred li a {
        display: block;
        padding: 6px 3px;
        float: left;
        width: 32px;
        height: 22px;
        text-align: center
    }
    .duch-social-widget ul.navred li i {
        font-size: 22px;
        color: #fff;
        vertical-align: middle
    }
    .duch-social-widget ul.navred li i.fa-envelope,
    .duch-social-widget ul.navred li i.fa-google-plus {
        font-size: 18px
    }
    .duch-social-widget .tab {
        clear: both;
        padding: 24px;
        background-color: #fff;
        position: relative
    }
    .duch-social-widget .tab p {
        margin-bottom: 12px
    }
    .duch-social-widget .tab .darrow {
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #f0f0f0
    }
    .duch-social-widget #fbtab .darrow {
        left: 14px
    }
    .duch-social-widget #twttab .darrow {
        left: 50px
    }
    .duch-social-widget #googletab .darrow {
        left: 86px
    }
    .duch-social-widget #fburntab .darrow {
        left: 121px
    }
    .duch-social-widget #mailtab .darrow {
        left: 158px
    }
    .duch-social-widget #radiotab .darrow {
        left: 195px
    }
}

@media screen and screen and (min-width:992px) {
    footer#duch-footer .duch-info dl {
        clear: both;
        padding-top: 24px
    }
    footer#duch-footer .duch-info dl dd,
    footer#duch-footer .duch-info dl dt {
        float: left
    }
    footer#duch-footer .duch-info dl dt {
        width: 125px
    }
    footer#duch-footer .duch-info dl dd {
        width: 265px
    }
}

@media (min-width:1200px) {
    .seven-cols .col-lg-1,
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1 {
        width: 14.285714285714285714285714285714%
    }
}

article.pastilla.opinion.columna-del-director:before {
    content: 'Columna del Director';
    position: absolute;
    left: 12px;
    background-color: #DBF4CF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #578640;
    z-index: 1010;
    top: -13px;
    padding: 5px 9px 4px
}

.pastilla.itemcarta {
    list-style: none;
    padding-bottom: 5px
}

.pastilla.itemcarta h3 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0
}

li.pastilla.itemcarta a .autor {
    font-size: 10px;
    margin: 0
}

li.pastilla.itemcarta a {
    margin: 0
}

li.pastilla a .tx {
    padding-top: 0
}

ul.cartas {
    margin-left: -40px
}

div.epigrafe {
    width: 100%;
    height: 21%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .7)
}

.comment-navigation {
    margin: 0;
    padding: 30px;
    overflow: hidden;
    background-color: #fff;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.comment-navigation .nav-previous {
    float: left;
    max-width: 50%;
    -webkit-appearance: none;
}

.comment-navigation .nav-next {
    float: right;
    text-align: right;
    max-width: 50%;
    -webkit-appearance: none;
}

.comment-navigation a {
    color: #fff;
    text-decoration: none;
}

.comments-area {
    margin-bottom: 60px;
    background-color: #fff;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.comments-title {
    margin: 0 0 30px 0;
    font-size: 24px;
    padding: 30px;
    border-bottom: 1px solid #ebebeb;
}

.comments-area ol {
    list-style: none;
}

.comments-area ol {
    padding: 0;
}

.comments-area .children {
    padding-left: 20px;
}

.comments-area .fn {}

.comment-author .avatar {
    position: absolute;
}

.comment-author .fn,
.comment-metadata {
    margin-left: 80px;
}

.comment-metadata {
    font-size: 12px;
    margin-bottom: 30px;
}

.comment-body {
    padding: 30px;
    border-bottom: 1px solid #ebebeb;
}

.reply {
    text-align: right;
}

.comment-reply-link {
    padding: 5px;
    background-color: #fff;
    font-size: 12px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

a.comment-reply-link {
    text-decoration: none;
}

a.comment-reply-link:hover {
    color: #000;
    box-shadow: 0 0 1px #505050;
}

.comments-area a.url {
    text-decoration: underline;
}

.comment-metadata a,
.comments-area a.url {
    color: #444;
}

.bypostauthor {}

.comment-respond {
    padding: 20px 30px 30px;
}

.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.comment-meta.commentmetadata {
    margin-left: 80px;
    margin-bottom: 20px;
}

.comment-awaiting-moderation {
    margin-left: 80px;
}


/*
.tx h1{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 35px !important;     
    max-height: 66px !important;      
    -webkit-line-clamp: 2 !important; 
    -webkit-box-orient: vertical !important;
}
.tx h2{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 21px !important;     
    max-height: 42px !important;      
    -webkit-line-clamp: 2 !important; 
    -webkit-box-orient: vertical !important;
}
h3.tx{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 26px !important;     
    max-height: 65px !important;      
    -webkit-line-clamp: 2 !important; 
    -webkit-box-orient: vertical !important;
}
.tx h3{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    line-height: 22px !important;     
    max-height: 46px !important;     
    -webkit-line-clamp: 2 !important; 
    -webkit-box-orient: vertical !important;
}
*/

ul.related-list {
    list-style: none;
    padding: 5px 0 5px 20px;
    margin: 0;
    border-left: 2px dotted #E78A00;
}

ul.related-list li {
    line-height: 25px;
}

ul.related-list li a:after {
    content: "";
    margin-top: 7px;
    left: 10px;
    position: absolute;
    background: #123c85;
    height: 7px;
    width: 7px;
    border-radius: 300px;
}

a.p-4 {
    min-height: 150px !important;
}
a.c-4{
		min-height: 312px !important;
}
a.p-4 .tx h2, a.c-4 .tx h2{
    color:white !important;
    bottom:40px;
    position:absolute !important;
    font-size:13pt !important;    
}
a.p-4 .autor,a.c-4 .autor{
    bottom:10px;
    position:absolute !important;
    font-size:10pt !important;    
}

.sidebar-wrap {
    clear: both;
}