/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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,
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 {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    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
}

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
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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 {
    *,
    :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;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .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
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out 1s linear;
    -moz-transition: all .2s ease-in-out 1s linear;
    -o-transition: all .2s ease-in-out 1s linear;
    -ms-transition: all .2s ease-in-out 1s linear;
    transition: all .2s ease-in-out 1s linear;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    border: 0
}

.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
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    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: 17px;
    margin-bottom: 8.5px
}

.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: 8.5px;
    margin-bottom: 8.5px
}

.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: 31px
}

.h2,
h2 {
    font-size: 25px
}

.h3,
h3 {
    font-size: 21px
}

.h4,
h4 {
    font-size: 15px
}

.h5,
h5 {
    font-size: 12px
}

.h6,
h6 {
    font-size: 11px
}

p {
    margin: 0 0 8.5px
}

.lead {
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 18px
    }
}

.small,
small {
    font-size: 91%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 7.5px;
    margin: 34px 0 17px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 8.5px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 17px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:1200px) {
    .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: 8.5px 17px;
    margin: 0 0 17px;
    font-size: 15px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

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
}

.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 {
    margin-bottom: 17px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 8px;
    margin: 0 0 8.5px;
    font-size: 11px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.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: 15px;
    padding-right: 15px
}

.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;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px
}

.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: #fff
}

.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-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    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>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-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;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        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 {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s 1s linear
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) 3px 5px rgba(0, 0, 0, .5)
}

.form-control::-moz-placeholder {
    color: #014a81;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #014a81
}

.form-control::-webkit-input-placeholder {
    color: #014a81
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 31px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 28px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 42px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 17px;
    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 {
    position: relative;
    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
}

.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;
    min-height: 29px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 28px;
    line-height: 28px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 28px;
    line-height: 28px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 28px;
    min-height: 28px;
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.5
}

.input-lg {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 42px;
    line-height: 42px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 42px;
    line-height: 42px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 42px;
    min-height: 32px;
    padding: 11px 16px;
    font-size: 15px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 38.75px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.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
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168 3px 5px rgba(0, 0, 0, .5)
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b 3px 5px rgba(0, 0, 0, .5)
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) 3px 5px rgba(0, 0, 0, .5)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483 3px 5px rgba(0, 0, 0, .5)
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 22px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .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 .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .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 .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: 24px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 15px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 11px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-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.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 3px 5px rgba(0, 0, 0, .5)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: none 3px 5px rgba(0, 0, 0, .5);
    box-shadow: none 3px 5px rgba(0, 0, 0, .5)
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.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: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.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: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.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
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.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.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.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.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.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: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: none 3px 5px rgba(0, 0, 0, .5);
    box-shadow: none 3px 5px rgba(0, 0, 0, .5)
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    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-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
	/* cambios Accesibilidad - Septiembre 2020 */
    /* outline: 0 */
	/* fin cambios Accesibilidad - Septiembre 2020 */
}

.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: 12px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) 3px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) 3px 5px rgba(0, 0, 0, .5);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.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: #337ab7
}

.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;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:1200px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) 3px 5px rgba(0, 0, 0, .5)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: none 3px 5px rgba(0, 0, 0, .5);
    box-shadow: none 3px 5px rgba(0, 0, 0, .5)
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    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: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    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: 42px;
    line-height: 42px
}

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: 28px;
    padding: 5px 10px;
    font-size: 11px;
    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: 28px;
    line-height: 28px
}

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
}

.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: 12px;
    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: 11px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 15px;
    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 {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.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
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    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: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 7.5px 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: #fff;
    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
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    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>a {
        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: #fff
    }
}

.nav-pills>li {
    float: left
}

.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: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.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-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: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    margin-bottom: 17px;
    border: 1px solid transparent
}

@media (min-width:1200px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:1200px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

@media (min-width:1200px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !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
    }
}

.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: -15px;
    margin-left: -15px
}

@media (min-width:1200px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px
}

@media (min-width:1200px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:1200px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.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;
    font-size: 15px;
    line-height: 17px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:1200px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:1200px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 8.25px -15px
}

.navbar-nav>li>a {
    line-height: 17px
}

@media (max-width:1199px) {
    .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: 17px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:1200px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 16.5px;
        padding-bottom: 16.5px
    }
}

.navbar-form {
    margin: 9.5px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) 3px 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1) 3px 5px rgba(0, 0, 0, .5)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .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 .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .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:1199px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none 3px 5px rgba(0, 0, 0, .5);
        -moz-box-shadow: none 3px 5px rgba(0, 0, 0, .5);
        box-shadow: none 3px 5px rgba(0, 0, 0, .5)
    }
}

.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 {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0
}

.navbar-btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

.navbar-btn.btn-sm {
    margin-top: 11px;
    margin-bottom: 11px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 16.5px;
    margin-bottom: 16.5px
}

@media (min-width:1200px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:1200px) {
    .navbar-left {
        float: left !important;
        float: left
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.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:1199px) {
    .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:1199px) {
    .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
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 17px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 17px 0;
    border-radius: 4px
}

.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: #337ab7;
    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 {
    z-index: 3;
    color: #23527c;
    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: #337ab7;
    border-color: #337ab7;
    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: 15px;
    line-height: 1.3333333
}

.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: 11px;
    line-height: 1.5
}

.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: 17px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.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
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.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
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.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: #337ab7;
    border-color: #337ab7
}

.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: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.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
}

.panel {
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05) 3px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05) 3px 5px rgba(0, 0, 0, .5)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.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,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 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-right-radius: 3px;
    border-top-left-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-right-radius: 0;
    border-top-left-radius: 0
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.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>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: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,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-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-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-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>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.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-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 {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 17px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.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 {
    background-color: #f5f5f5
}

.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
}

.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-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left 1s linear;
    -moz-transition: .6s ease-in-out left 1s linear;
    -o-transition: .6s ease-in-out left 1s linear;
    -ms-transition: .6s ease-in-out left 1s linear;
    transition: .6s ease-in-out left 1s linear
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.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,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.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,
.panel-body: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
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.col-ms-1,
.col-ms-10,
.col-ms-11,
.col-ms-12,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:480px) and (max-width:767px) {
    .container {
        max-width: 748px
    }
    .hidden-xs {
        display: block !important
    }
}

@media (min-width:480px) {
    .col-ms-1,
    .col-ms-10,
    .col-ms-11,
    .col-ms-12,
    .col-ms-2,
    .col-ms-3,
    .col-ms-4,
    .col-ms-5,
    .col-ms-6,
    .col-ms-7,
    .col-ms-8,
    .col-ms-9 {
        float: left
    }
    .col-ms-12 {
        width: 100%
    }
    .col-ms-11 {
        width: 91.66666667%
    }
    .col-ms-10 {
        width: 83.33333333%
    }
    .col-ms-9 {
        width: 75%
    }
    .col-ms-8 {
        width: 66.66666667%
    }
    .col-ms-7 {
        width: 58.33333333%
    }
    .col-ms-6 {
        width: 50%
    }
    .col-ms-5 {
        width: 41.66666667%
    }
    .col-ms-4 {
        width: 33.33333333%
    }
    .col-ms-3 {
        width: 25%
    }
    .col-ms-2 {
        width: 16.66666667%
    }
    .col-ms-1 {
        width: 8.33333333%
    }
    .col-ms-pull-12 {
        right: 100%
    }
    .col-ms-pull-11 {
        right: 91.66666667%
    }
    .col-ms-pull-10 {
        right: 83.33333333%
    }
    .col-ms-pull-9 {
        right: 75%
    }
    .col-ms-pull-8 {
        right: 66.66666667%
    }
    .col-ms-pull-7 {
        right: 58.33333333%
    }
    .col-ms-pull-6 {
        right: 50%
    }
    .col-ms-pull-5 {
        right: 41.66666667%
    }
    .col-ms-pull-4 {
        right: 33.33333333%
    }
    .col-ms-pull-3 {
        right: 25%
    }
    .col-ms-pull-2 {
        right: 16.66666667%
    }
    .col-ms-pull-1 {
        right: 8.33333333%
    }
    .col-ms-pull-0 {
        right: auto
    }
    .col-ms-push-12 {
        left: 100%
    }
    .col-ms-push-11 {
        left: 91.66666667%
    }
    .col-ms-push-10 {
        left: 83.33333333%
    }
    .col-ms-push-9 {
        left: 75%
    }
    .col-ms-push-8 {
        left: 66.66666667%
    }
    .col-ms-push-7 {
        left: 58.33333333%
    }
    .col-ms-push-6 {
        left: 50%
    }
    .col-ms-push-5 {
        left: 41.66666667%
    }
    .col-ms-push-4 {
        left: 33.33333333%
    }
    .col-ms-push-3 {
        left: 25%
    }
    .col-ms-push-2 {
        left: 16.66666667%
    }
    .col-ms-push-1 {
        left: 8.33333333%
    }
    .col-ms-push-0 {
        left: auto
    }
    .col-ms-offset-12 {
        margin-left: 100%
    }
    .col-ms-offset-11 {
        margin-left: 91.66666667%
    }
    .col-ms-offset-10 {
        margin-left: 83.33333333%
    }
    .col-ms-offset-9 {
        margin-left: 75%
    }
    .col-ms-offset-8 {
        margin-left: 66.66666667%
    }
    .col-ms-offset-7 {
        margin-left: 58.33333333%
    }
    .col-ms-offset-6 {
        margin-left: 50%
    }
    .col-ms-offset-5 {
        margin-left: 41.66666667%
    }
    .col-ms-offset-4 {
        margin-left: 33.33333333%
    }
    .col-ms-offset-3 {
        margin-left: 25%
    }
    .col-ms-offset-2 {
        margin-left: 16.66666667%
    }
    .col-ms-offset-1 {
        margin-left: 8.33333333%
    }
    .col-ms-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
    }
}

.visible-ms,
.visible-xs {
    display: none !important
}

.visible-ms-block,
.visible-ms-inline,
.visible-ms-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:479px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:479px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:479px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:479px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms {
        display: block !important
    }
    table.visible-ms {
        display: table !important
    }
    tr.visible-ms {
        display: table-row !important
    }
    td.visible-ms,
    th.visible-ms {
        display: table-cell !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms-block {
        display: block !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms-inline {
        display: inline !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .visible-ms-inline-block {
        display: inline-block !important
    }
}

@media (max-width:479px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .hidden-ms {
        display: none !important
    }
}

@media (min-width:480px) and (max-width:991px) {
    .col-ms-offset-1 {
        margin-left: 8.33333333% !important
    }
}

.migas {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.migas ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style-type: none;
    background: #666;
    padding: .3rem .3rem .3rem 1rem;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: rgba(102, 102, 102, .2);
    zoom: 1;
    background: transparent\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33666666, endColorstr=#33666666)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33666666, endColorstr=#33666666)
}

.migas ul li {
    display: inline-block
}

.migas ul li a {
    text-decoration: none;
    color: #000
}

.migas ul li a:after {
    padding: 0 8px;
    color: #000;
    content: ">"
}

.menu-cab-movil {
    text-align: right;
    line-height: 2;
    display: inline-block;
    position: relative;
    top: 5px;
    vertical-align: top;
    float: right
}

.menu-cab-movil li {
    display: inline-block;
    width: auto;
    font-size: 22px;
    margin: 0 2px;
    vertical-align: top
}

.menu-cab-movil li:last-child a {
    border-right: 0
}

.menu-cab-movil li .fa {
    padding-left: 0rem
}

.menu-cab-movil li .ico-empleados,
.menu-cab-movil li .ico-social {
    font-size: 22px
}

.menu-cab-movil li a {
    color: #fff
}

.menu-cab-movil li .home {
    line-height: 2
}

.menu-cab-movil .compartir-social .btn {
    padding: 6px 0
}

.menu-cab-movil .selector-idiomas {
    margin-top: 0;
    display: none
}

.menu-cab-movil .selector-idiomas .btn {
    border: none !important;
    padding: 3px
}

.menu-cab-movil .selector-idiomas .bootstrap-select {
    width: 20px !important
}

.menu-cab-movil .selector-idiomas .bs-caret {
    display: none
}

.menu-cab-movil .selector-idiomas .bootstrap-select>.dropdown-toggle {
    padding-right: 0
}

.menu-cab-movil .selector-idiomas .dropdown-menu>li>a {
    padding: 3px 5px;
    line-height: 1
}

#nav .btn.focus,
#nav .btn:hover,
#nav.btn:focus {
    color: #fff
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3
}

.navbar {
    min-height: 35px;
    background: #264c7d;
    border-bottom: 1px solid #000;
    border-radius: none;
    margin-bottom: 0
}

.navbar b.caret {
    margin-left: 9px
}

.navbar>.container {
    position: relative;
    text-align: center
}

.navbar .container {
    border-color: #e7e7e7
}

.navbar h1 {
    margin: 0;
    padding-left: 1rem;
    display: inline-block
}

.navbar form .input-group {
    display: block
}

.navbar .form-group {
    margin: .5rem 0 0
}

.navbar-static-top {
    z-index: 1
}

.navbar-header {
    display: inline-block;
    vertical-align: middle;
    float: left
}

.navbar-brand {
    display: none;
    padding: 0 2rem
}

.navbar-brand img {
    height: 40px
}

.navbar-brand h2 {
    margin: 0;
    display: inline-block;
    position: relative;
    bottom: 7%;
    padding-left: 1rem
}

.navbar-brand .brand {
    display: inline-block;
    font-size: 2rem;
    line-height: 1.5;
    width: 0
}

.navbar-toggle {
    float: left;
    border: none;
    background: 0 0 !important;
    z-index: 1;
    margin-top: 0;
    padding: 9px 1px
}

.navbar-toggle:hover {
    background: 0 0 !important
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 22px;
    transition: all .2s
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
    background: #fff
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
}

.navbar-toggle .middle-bar {
    opacity: 0
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0)
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0)
}

.navbar-collapse {
    padding-left: 0;
    text-align: left
}

.navbar-collapse.collapsing {
    clear: both;
    padding-right: 0;
    overflow-y: none;
    box-shadow: none
}

.navbar-collapse.in {
    padding-right: 0;
    overflow-y: none;
    clear: both
}

.navbar-collapse.in ul.nav.navbar-nav {
    margin: 8.25px 0 !important;
    width: 100%
}

.navbar-collapse.in ul.nav.navbar-nav li {
    width: 100%
}

.navbar-collapse.in .dropdown.open .dropdown-menu li a {
    color: #fff
}

.navbar-collapse.in .dropdown.open .dropdown-menu li a:focus,
.navbar-collapse.in .dropdown.open .dropdown-menu li a:hover {
    background-color: #014a81
}

.navbar-collapse.in .navbar-nav li.dropdown>a::before {
    box-shadow: none
}

.navbar-nav {
    width: 100%
}

.navbar-nav>li {
    width: 14%
}

.navbar-nav>li.dropdown>a {
    color: #fff;
    font-size: 12px;
    word-break: normal;
    display: inline-block;
    width: 100%;
    padding-left: 32px;
    height: 35px
}

.navbar-nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px
}

.navbar-nav li.dropdown>a:before {
    position: absolute;
    width: 100%;
    content: '';
    height: 35px;
    box-shadow: 7px 0 15px -5px rgba(0, 0, 0, .22);
    top: 0;
    left: 0
}

.navbar-nav>li.dropdown a i.fa {
    position: absolute;
    left: 10px
}

.navbar-nav .open>a,
.navbar-nav .open>a:focus,
.navbar-nav .open>a:hover {
    background-image: -webkit-linear-gradient(top, #41a4c4, #014a81);
    background-image: -moz-linear-gradient(top, #41a4c4, #014a81);
    background-image: -o-linear-gradient(top, #41a4c4, #014a81);
    background-image: -ms-linear-gradient(top, #41a4c4, #014a81);
    background-image: linear-gradient(top, #41a4c4, #014a81);
    border-color: #337ab7;
    color: #fff !important
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-image: -webkit-linear-gradient(top, #014a81, #337ab7);
    background-image: -moz-linear-gradient(top, #014a81, #337ab7);
    background-image: -o-linear-gradient(top, #014a81, #337ab7);
    background-image: -ms-linear-gradient(top, #014a81, #337ab7);
    background-image: linear-gradient(top, #014a81, #337ab7)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    header .nav .open>a,
    header .nav .open>a:focus,
    header .nav .open>a:hover,
    header .nav>li>a:focus,
    header .nav>li>a:hover {
        background-color: transparent !important
    }
}

@media screen and (min-width:0) and (min-resolution:0.001dpcm) {
    header .nav .open>a,
    header .nav .open>a:focus,
    header .nav .open>a:hover,
    header .nav>li>a:focus,
    header .nav>li>a:hover {
        background-color: #337ab7
    }
}

@media screen and (max-width:1199px) {
    #nav {
        display: none
    }
    .navbar-nav,
    .navbar-nav>li {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .navbar-nav {
        width: 100%
    }
    .container>.navbar-header {
        margin-left: 5px
    }
    .navbar-brand {
        display: block !important
    }
    .navbar-toggle {
        margin-right: 0
    }
    .navbar-brand {
        padding: 5px 5px 0
    }
    .menu-cab-movil {
        margin-right: 15px
    }
    .menu-cab-movil .selector-idiomas {
        display: block
    }
    .menu-cab-movil .fa {
        padding-right: 0
    }
    .menu-cab-movil i:before {
        margin-right: 0
    }
    .navbar-collapse.in {
        clear: both
    }
}

@media screen and (max-width:400px) {
    .container>.navbar-header {
        margin-left: -8px
    }
    .navbar .container {
        padding: 0
    }
    .menu-cab-movil .ico-empleados:before {
        margin-right: -8px
    }
    .navbar-brand {
        padding-top: 7px
    }
    .navbar-brand img {
        height: 36px
    }
}

a.volver {
    text-decoration: none
}

.mega-menu .dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.mega-menu a {
    font-weight: 700
}

.mega-menu .mega-dropdown {
    position: static !important;
    width: 100%
}

.mega-menu .mega-dropdown-menu {
    padding: 20px 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 2
}

.mega-menu .mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: 50%;
    z-index: 10
}

.mega-menu .mega-dropdown-menu:after {
    content: "";
    border-bottom: 17px solid #ccc;
    border-right: 19px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -17px;
    left: 50%;
    z-index: 8
}

.mega-menu .mega-dropdown-menu>li>ul {
    /* cambios Accesibilidad - Septiembre 2020 */
	padding: 0; 
	margin: 0
	/* fin cambios Accesibilidad - Septiembre 2020 */
	
}

.mega-menu .mega-dropdown-menu>li>ul>li {
    list-style: none
}

.mega-menu .mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    font-size: 11px
}

.mega-menu .mega-dropdown-menu>li ul>li>a:focus,
.mega-menu .mega-dropdown-menu>li ul>li>a:hover {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5
}

.mega-menu .mega-dropdown-menu .dropdown-header {
    color: #014a81;
    font-size: 16px;
    font-weight: 700
}

.mega-menu .mega-dropdown-menu .dropdown-header a {
    color: #014a81 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 3px 0 !important
}

.mega-menu .mega-dropdown-menu .dropdown-header a:hover {
    background: 0 0 !important
}

.mega-menu .mega-dropdown-menu form {
    margin: 3px 20px
}

.mega-menu .mega-dropdown-menu .form-group {
    margin-bottom: 3px
}

.mega-menu .col-sm-2 {
    width: 20%;
    padding-left: 5px !important;
    padding-right: 5px !important
}

@media screen and (max-width:768px) {
    .mega-menu .col-sm-2 {
        width: 100%
    }
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3
}

.sticky:after,
.sticky:before {
    content: '';
    display: table
}

.dropdown-backdrop {
    position: static !important
}

#img_content_Nota {
    display: none
}

@media print {
    header {
        display: none
    }
    #sidebar,
    #sitemap,
    .col-md-9+.col-md-3,
    .herramientas,
    .pestana {
        display: none !important
    }
    .contenido a[href]:after {
        content: none !important
    }
    #sidebar+.col-md-9.contenido,
    .container.general {
        width: 100% !important
    }
    .contenido .visible-xs.btn-offcanvas+h2 {
        width: 100%
    }
    #img_content_Nota {
        display: block;
        float: left;
        margin-right: 20px;
        width: auto
    }
    .summary {
        padding: 0
    }
}

.cent {
    margin: 0 auto
}

.f-right {
    float: right
}

.f-left {
    float: left
}

.txt-izq {
    text-align: left
}

.txt-der {
    text-align: right
}

.txt-cen {
    text-align: center
}

.txt-neg {
    font-weight: 700
}

.p-rel {
    position: relative
}

.p-abs {
    position: absolute
}

.d-block {
    display: block
}

.d-inbl {
    display: inline-block
}

.d-table {
    display: table-cell
}

.oculto-accesible {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.cent-vert {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.oculto-texto {
    line-height: 0;
    font-size: 0;
    color: transparent
}

html {
    font-size: 16px
}

body {
    background: #fff;
    padding-bottom: 3rem;
    position: relative;
    font-family: Arial, Helvetica, sans-serif
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: square
}

ul.col-1>li,
ul.col-uno>li {
    display: block;
    width: 100%
}

ul.col-2>li,
ul.col-dos>li {
    display: inline-block;
    width: 48%
}

ul.col-3>li,
ul.col-tres>li {
    display: inline-block;
    width: 32%;
    margin-left: .5%
}

@media screen and (max-width:767px) {
    ul.col-1>li,
    ul.col-2>li,
    ul.col-3>li,
    ul.col-dos>li,
    ul.col-tres>li,
    ul.col-uno>li {
        display: block;
        width: 100%;
        margin-left: 0
    }
}

ul ul {
    list-style-type: circle
}

ul.custom-bullet {
    list-style-type: none
}

.contenido ol li,
.contenido ul li {
    list-style-position: outside;
    margin-left: 14px
}

.documents .quita-bullets {
    list-style-type: none;
    margin-left: 0
}

#col-derecha,
.anclas,
.cuadros,
.custom-bullets,
.enlace-iconos,
.galeria-imagenes,
.herramientas-pestana,
.nav ul,
.noticia-center,
header ul,
ul.list-group,
ul.paneles-centrales {
    list-style-type: none
}

.concursos-detalle .quita-bullets,
.custom-bullet .quita-bullets {
    position: relative;
    padding: 0 0 0 14px;
    margin: 5px 0
}

.concursos-detalle .quita-bullets .fa,
.custom-bullet .quita-bullets .fa {
    padding-right: 0
}

.concursos-detalle .quita-bullets i:before,
.custom-bullet .quita-bullets i:before {
    position: absolute;
    top: 0;
    left: 0
}

.meta+.panel-info .custom-bullet .quita-bullets i:before {
    position: static
}

#col-derecha li {
    position: relative;
    padding: 0
}

#col-derecha li.quita-bullets {
    padding: 0 0 0 20px !important
}

#col-derecha li a:before,
#col-derecha li i:before {
    position: absolute;
    left: 0;
    top: 0
}

#col-derecha .noticia-cabecera .noticia-fecha {
    float: none;
    display: block
}

#col-derecha .noticia-cabecera .noticia-titulo {
    font-size: 12px
}

#col-derecha .panel-info {
    color: #666
}

#col-derecha .panel-info>p>span {
    font-weight: 700
}

#col-derecha .panel-body.sombreado-caja img {
    float: left;
    max-width: 75px;
    margin: 0 7px 0 0
}

#col-derecha .panel-body.sombreado-caja .panel-info {
    font-size: 11px
}

@media screen and (max-width:991px) {
    #col-derecha .panel-body.sombreado-caja img {
        float: none;
        max-width: 100%;
        margin: 0 auto
    }
    #col-derecha .panel-body.sombreado-caja .panel-info {
        text-align: center
    }
}

h3.encabezado-columna {
    display: inline-block;
    width: 100%;
    background: #41a4c4;
    padding: 5px 15px;
    border-radius-left-top: 10px;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0
}

a {
    color: #333;
    word-break: break-word
}

h1 {
    font-size: 1.5rem
}

h2 {
    font-size: 1.2rem
}

h3,
h4 {
    font-size: .9rem
}

h5 {
    font-size: .8rem
}

h6 {
    font-size: .7rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal
}

hr {
    border-top: 1px solid #ccc;
    margin: 0
}

.titular {
    font-weight: 700;
    color: #014a81
}

.cursiva {
    font-style: italic
}

.panel h3[id^=ancla] {
    margin-left: -15px;
    font-weight: 700;
    font-size: 1rem
}

.anclas-enlaces h3[id^=ancla] {
    margin-left: 0
}

.anclas-enlaces h3[id^=ancla],
.anclas~.panel h3[id^=ancla] {
    font-weight: 700;
    font-size: 1rem
}

.anclas~.panel h3[id^=ancla] {
    margin-left: -15px
}

@media screen and (max-width:480px) {
    h1 {
        font-size: 1rem
    }
    h2 {
        font-size: .9rem !important
    }
    h3 {
        font-size: .8rem !important
    }
    .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 {
        padding-left: 5px;
        padding-right: 5px
    }
    .row {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:768px) {
    .col-sm-9.contenido {
        width: 100%
    }
}

.cc-color-override-530831885.cc-window {
    color: #fff;
    background-color: #252e39;
    font-size: 12px;
    padding: 15px;
    display: table;
    width: 100%
}

.cc-message {
    display: table-cell
}

.cc-compliance {
    display: table-cell;
    float: right;
    min-width: 120px
}

.cc-link {
    color: #14a7d0 !important
}

.cc-dismiss {
    padding: 10px;
    border-radius: 5px
}

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

@media (max-width:768px) {
    .cc-compliance,
    .cc-message {
        display: block;
        float: none;
        text-align: center
    }
    .cc-compliance {
        margin-top: 20px
    }
}

header {
    text-align: center;
    background: url(/es/sistema/_bin/img/onda-azul.png) center center no-repeat;
    background-size: cover
}

.header {
    display: inline-block;
    width: 100%;
    max-width: 1170px;
    padding: 10px
}

.header .logo-header,
.header .logo-ministerio {
    display: inline-block;
    float: left;
    text-align: left;
    margin-top: 5px
}

.header .logo-header a,
.header .logo-ministerio a {
    width: auto
}

.header .logo-ministerio {
    float: right;
    display: none
}

.header .info-header {
    display: inline;
    float: left;
    text-align: left;
    max-width: 65%
}

.header .info-header h1 {
    margin: 5px 0 0;
    font-size: 0
}

.header .info-header h1 a {
    color: #fff
}

.header .info-header .lenguajes {
    display: inline-block
}

.header .info-header .bienvenida {
    background: rgba(0, 0, 0, .5);
    display: inline-block
}

.header .info-header .bienvenida li {
    display: inline-block;
    float: left;
    width: auto;
    padding: 0 .5rem 0 1rem
}

.header .info-header .bienvenida li a {
    color: #fff;
    font-size: 10px
}

.header .info-header .buscador-header {
    display: inline-block
}

.header .info-header .buscador-header .navbar-form {
    padding: 0;
    margin: 0
}

.header .info-header .buscador-header .navbar-form .glyphicon {
    font-size: 12px;
    color: #014a81
}

.header .pestana {
    display: inline-block;
    width: auto;
    margin-top: 15px;
    background: 0 0;
    float: right;
    margin-right: 30px
}

.header .pestana .pestana-configuracion {
    color: #fff
}

header.app .icon-bar {
    font-size: 0
}

#app_section .herramientas-pestana i,
#app_section .pestana-configuracion i {
    font-size: 0 !important
}

#app_section .pestana-configuracion i:before {
    font-size: 1.4rem
}

#app_section .herramientas-pestana li {
    font-size: 0
}

#app_section .herramientas-pestana i:before {
    font-size: 20px
}

@media screen and (max-width:768px) {
    .header.home {
        display: inline-block
    }
    .header .pestana {
        margin-top: -30px
    }
}

@media screen and (max-width:480px) {
    .header {
        padding: 0 5px
    }
}

@media screen and (max-width:360px) {
    .container.general {
        padding-left: 0;
        padding-right: 0
    }
    .panel-body {
        padding: 15px 5px
    }
}

.container.general {
    overflow: hidden
}

.contenido .col-md-1,
.contenido .col-md-10,
.contenido .col-md-11,
.contenido .col-md-12,
.contenido .col-md-2,
.contenido .col-md-3,
.contenido .col-md-4,
.contenido .col-md-5,
.contenido .col-md-6,
.contenido .col-md-7,
.contenido .col-md-8,
.contenido .col-md-9 {
    padding-left: 5px;
    padding-right: 5px
}

.contenido a {
    color: #014a81;
    text-decoration: underline
}

.contenido a:before,
.contenido a>i {
    color: #333
}

.contenido .col-md-9 .panel {
    margin-bottom: 0
}

.contenido .col-md-9 h3 {
    font-weight: 700
}

#col-derecha .encabezado-columna {
    margin-top: 0
}

#col-derecha>.encabezado-columna:nth-child(1) {
    margin-top: 15px
}

#col-derecha .panel {
    margin-bottom: 15px
}

#col-derecha .vergaleria {
    margin-bottom: 10px;
    font-size: 11px
}

#col-derecha .panel a,
#col-derecha .panel li {
    font-size: 11px
}

#col-derecha .panel:first-child {
    padding-top: 1rem
}

#col-derecha .panel .panel-heading.adorno-nivel2 {
    margin-bottom: 0
}

#col-derecha .adorno-nivel2+.sombreado-caja {
    margin-top: 0
}

#col-derecha .panel-imagen {
    display: block;
    clear: both;
    padding-top: 5px
}

#sidebar {
    margin-top: 15px
}

.footer,
.footer-images {
    display: inline-block;
    width: 100%
}

.footer {
    padding: 30px 10px;
    margin-top: 1rem
}

.footer .menu-completo,
.footer .menu-corto {
    list-style-type: none;
    width: 100%;
    text-align: center
}

.footer .menu-corto {
    display: block
}

.footer .menu-corto li {
    display: inline
}

.footer .menu-corto li a {
    color: #fff
}

.footer .menu-corto li a:after {
    padding: 0 8px;
    color: #fff;
    content: "|"
}

.footer .menu-corto li a img {
    width: 70px
}

.footer .menu-corto li:last-child a:after {
    content: "" !important
}

.footer .menu-completo {
    text-align: center;
    color: #fff;
    margin: 1rem auto 0;
    padding: 15px 0
}

.footer .menu-completo>li {
    display: inline-block;
    width: 19%;
    vertical-align: top;
    padding: 0 5px
}

.footer .menu-completo>li>a {
    color: #fff;
    display: table;
    width: 100%;
    min-height: 32px;
    border-bottom: 1px dashed #87d1cb;
    border-top: 1px dashed #87d1cb
}

.footer .menu-completo>li>a span {
    font-weight: 700;
    padding: 0 5px;
    margin: 5px;
    display: table-cell !important;
    vertical-align: middle;
    font-size: .71rem
}

.footer .menu-completo .submenu-pie {
    width: 100%;
    text-align: center;
    margin: 10px 0
}

.footer .menu-completo .submenu-pie li {
    display: inline-block;
    width: 100%;
    font-size: .7rem
}

.footer .menu-completo .submenu-pie li a {
    color: #fff
}

@media screen and (max-width:768px) {
    .submenu-pie {
        text-align: center
    }
    .footer .menu-completo li {
        width: 100%;
        text-align: center
    }
}

a.buscadorPrensa {
    color: #333;
    text-decoration: none
}

a.buscadorPrensa:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    display: inline-block;
    width: auto;
    padding: 5px;
    margin-left: 5px;
    font-size: 20px
}

a.buscadorPrensa:hover {
    text-decoration: underline;
    color: #014a81
}

a.buscadorPrensa:hover:after {
    color: #014a81 !important
}

#content ul {
    padding: 0;
    margin: 0;
    list-style: square
}

#content ul ul {
    margin-left: 15px
}

#content form a {
    color: #014a81;
    text-decoration: underline
}

#content h3 {
    font-weight: 700
}

.cuadrobordegris {
    float: none;
    padding: .5rem;
    margin-bottom: 15px;
    overflow: hidden;
    clear: both;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-style: solid;
    border-width: 1px
}

#content form li {
    list-style-type: none
}

.btn-info {
    background-color: #41a4c4;
    border: none
}

.btn-info:hover {
    background-color: #0144c8
}

#content.ancha .figure.left {
    float: none
}

#content.page-content.ancha .figure.left p img {
    float: left !important;
    margin-right: 10px
}

#content.page-content.ancha .figure.right p img {
    float: right !important;
    margin-left: 10px
}

#content form div.formulario,
#content form.formulario {
    padding: 0;
    margin-bottom: 2em;
    overflow: hidden;
    background-color: #e1f1f6;
    border-color: #bbb;
    border-style: solid;
    border-width: 1px
}

#content form div.formulario label,
#content form.formulario label {
    min-width: 180px
}

#content .formulario fieldset {
    padding: 0;
    margin: 1.2em 1em 1em;
    background-color: #e1f1f6;
    border-bottom: 1px dotted #ccc
}

#content .paginacion {
    height: 1%;
    padding: 0;
    margin: 1.5em 0;
    overflow: hidden;
    font-size: 1.2em;
    font-weight: 700;
    line-height: normal;
    color: #333
}

#content .paginacion ul {
    float: left;
    height: 1%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 1em;
    line-height: normal;
    list-style: none
}

#content .paginacion ul li {
    float: left;
    height: 1%;
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    line-height: normal;
    border-bottom: 0
}

#content .paginacion ul li a {
    height: 1%;
    padding: 5px;
    line-height: normal;
    text-decoration: none;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #bbb
}

#content .paginacion ul li a.active {
    color: #000;
    background-color: #ccc
}

#content .paginacion .btn {
    float: left;
    height: 1%;
    padding: 5px;
    margin: 0 3px;
    overflow: hidden;
    font-size: 1em;
    line-height: normal;
    color: #014a81;
    text-decoration: none;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #bbb
}

#content .paginacion.pager span {
    display: none
}

#content .formulario .acciones .boton {
    float: right;
    padding: .3em 1em;
    margin: 0 0 1em 1em
}

#content .formulario fieldset .boton {
    padding: 0 1em;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: #014a81;
    border: 0
}

#content .gsa-noticias-buscador-avanzado p.inline {
    margin: 0 0 0 170px
}

#content .gsa-noticias-buscador-avanzado label {
    float: left;
    width: 11.7em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 20px
}

#content .gsa-noticias-buscador-avanzado select {
    width: 395px;
    padding: 1px;
    font-size: 1.2em
}

#content .gsa-noticias-buscador-avanzado fieldset .h3,
#content .gsa-noticias-buscador-avanzado fieldset h3 {
    float: left;
    width: 170px;
    padding: .9em 0 0;
    margin-right: 1em;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.5em;
    color: #1e3946
}

#content .gsa-noticias-buscador-avanzado small {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    color: #333
}

#content .gsa-noticias-buscador-avanzado .texto {
    width: 380px;
    padding: 2px 6px;
    font-size: 1.2em;
    border: 1px solid #999
}

#content .gsa-noticias-buscador-avanzado .fecha {
    padding-top: 0
}

html>body #content .gsa-noticias-buscador-avanzado .fecha h2 {
    padding-top: 5px
}

#content .gsa-noticias-buscador-avanzado .fecha h2 {
    padding-top: 20px
}

#content .gsa-noticias-buscador-avanzado .fecha p {
    float: left;
    margin: 0 20px 0 0
}

html>body #content .gsa-noticias-buscador-avanzado .fecha label {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    font-size: 1.1em;
    line-height: normal
}

#content .gsa-noticias-buscador-avanzado .fecha label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
    line-height: normal
}

#content .gsa-noticias-buscador-avanzado .fecha .texto {
    float: left;
    width: 120px
}

.gsa-noticias-buscador-simple {
    height: 1%;
    padding-bottom: 2em;
    margin: 1em 0 2em;
    overflow: hidden;
    border-bottom: 1px solid #ccc
}

.gsa-noticias-buscador-simple fieldset {
    height: 1%;
    padding: 0;
    margin: 0;
    background-color: #fff
}

.gsa-noticias-buscador-simple label {
    display: none
}

.gsa-noticias-buscador-simple .texto {
    float: left;
    width: 210px;
    padding: 2px 5px;
    margin-right: 1em;
    font-size: 1.5em;
    border: 1px solid #969696
}

.gsa-noticias-buscador-simple .boton {
    float: left;
    height: inherit;
    padding: .2em 1em;
    margin: 0 1em 0 0;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: #014a81;
    border: 0
}

.gsa-noticias-buscador-simple a {
    float: left;
    padding: 5px 0;
    font-size: 1.1em;
    font-weight: 700
}

#content .gsa-buscador-avanzado p.inline {
    margin: 0 0 1em 175px
}

#content .gsa-buscador-avanzado label {
    float: left;
    width: 11.7em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 20px
}

#content .gsa-buscador-avanzado select {
    width: 200px;
    padding: 1px;
    font-size: 1.2em
}

#content .gsa-buscador-avanzado fieldset .h2,
#content .gsa-buscador-avanzado fieldset h2 {
    float: left;
    width: 160px;
    padding: 0;
    margin-right: 1em;
    font-size: 1.5em;
    color: #1e3946
}

#content .gsa-buscador-avanzado .texto {
    width: 380px;
    padding: 2px 6px;
    font-size: 1.2em;
    border: 1px solid #999
}

#content .gsa-buscador-avanzado .fecha {
    padding-top: 0
}

html>body #content .gsa-buscador-avanzado .fecha h2 {
    padding-top: 5px
}

#content .gsa-buscador-avanzado .fecha h2 {
    padding-top: 20px
}

#content .gsa-buscador-avanzado .fecha p {
    float: left;
    margin: 0 20px 0 0
}

html>body #content .gsa-buscador-avanzado .fecha label {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    font-size: 1.1em;
    line-height: normal
}

#content .gsa-buscador-avanzado .fecha label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 1.1em;
    line-height: normal
}

#content .gsa-buscador-avanzado .fecha .texto {
    float: left;
    width: 120px
}

.gsa-buscador-visor .ordenarpor {
    float: right;
    padding-bottom: 0;
    margin: 7px 0 0;
    font-size: 1.2em;
    color: #333
}

.gsa-buscador-visor h2 {
    float: none;
    width: 100%;
    height: 1%;
    padding-bottom: 4px;
    clear: left;
    color: #1e3946;
    border-bottom: 1px solid #1e3946
}

.gsa-buscador-visor .fecha {
    float: right;
    margin-left: 3em;
    font-weight: 700
}

.gsa-buscador-simple a {
    color: #014a81
}

.gsa-buscador-simple a.advanced {
    display: none
}

.gsa-buscador-simple .boton {
    margin: 0 1em
}

.gsa-buscador-simple p {
    display: inline-block;
    width: auto;
    margin: 0 10px
}

.gsa-buscador-simple fieldset {
    padding: 1em;
    margin: 0;
    border-bottom: 0 !important
}

#content .gsa-noticias-visor {
    margin: 1.5em 0
}

#content .gsa-noticias-visor .header {
    position: relative;
    padding: 0 0 1em;
    margin: 0
}

#content .gsa-noticias-visor .header h3 {
    float: left;
    padding: 0;
    margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2em;
    color: #1e3946
}

#content .gsa-noticias-visor .header .mostrar {
    display: inline;
    float: right;
    margin: 0 1em 0 0;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 20px
}

#content .gsa-noticias-visor .header .mostrar a,
#content .gsa-noticias-visor .header .mostrar strong {
    padding: 0 0 0 1em
}

#content .gsa-noticias-visor .header .accesible-calendar {
    float: right;
    margin-right: 2em;
    font-size: 1.1em;
    line-height: 20px
}

#content .gsa-noticias-visor .header .calendar {
    display: inline;
    float: right;
    padding-right: 20px;
    margin-right: 2em;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 20px;
    background: url(/imgplantilla/ico_calendar.gif) 100% center no-repeat
}

#content .gsa-noticias-visor .header #calendar {
    margin: 0 0 0 350px;
    clear: both;
    background-color: #fff
}

.js #content .gsa-noticias-visor .header #calendar {
    position: absolute;
    display: none;
    margin: 0;
    background-color: #fff
}

.js #content .gsa-noticias-visor .mensaje-warning {
    margin-bottom: 12em
}

#content .gsa-noticias-visor .btn-group-vertical>.btn-group:after,
#content .gsa-noticias-visor .btn-toolbar:after,
#content .gsa-noticias-visor .clearfix:after,
#content .gsa-noticias-visor .container-fluid:after,
#content .gsa-noticias-visor .container:after,
#content .gsa-noticias-visor .dl-horizontal dd:after,
#content .gsa-noticias-visor .form-horizontal .form-group:after,
#content .gsa-noticias-visor .nav:after,
#content .gsa-noticias-visor .navbar-collapse:after,
#content .gsa-noticias-visor .navbar-header:after,
#content .gsa-noticias-visor .navbar:after,
#content .gsa-noticias-visor .pager:after,
#content .gsa-noticias-visor .panel-body:after,
#content .gsa-noticias-visor .row:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden
}

#content .gsa-noticias-visor .btn-group-vertical>.btn-group,
#content .gsa-noticias-visor .btn-toolbar,
#content .gsa-noticias-visor .clearfix,
#content .gsa-noticias-visor .container,
#content .gsa-noticias-visor .container-fluid,
#content .gsa-noticias-visor .dl-horizontal dd,
#content .gsa-noticias-visor .form-horizontal .form-group,
#content .gsa-noticias-visor .nav,
#content .gsa-noticias-visor .navbar,
#content .gsa-noticias-visor .navbar-collapse,
#content .gsa-noticias-visor .navbar-header,
#content .gsa-noticias-visor .pager,
#content .gsa-noticias-visor .panel-body,
#content .gsa-noticias-visor .row {
    display: block
}

.gsa-agenda h3 {
    padding-bottom: 10px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #1e3946;
    border-bottom: 1px solid #ccc
}

.gsa-agenda ul {
    margin: 0;
    list-style: none;
    border: 0
}

.gsa-agenda ul.linea-eventos {
    border-top: 1px dotted #ccc
}

.gsa-agenda li {
    height: 1%;
    padding: 1em .5em;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    margin-left: auto !important
}

.gsa-agenda li:hover {
    background: #e1f1f6
}

.gsa-agenda li p {
    display: table;
    width: auto;
    height: 1%;
    margin-bottom: 0;
    font-size: 1em
}

.gsa-agenda li a {
    color: #333;
    text-decoration: none
}

.gsa-agenda li a:hover {
    text-decoration: underline
}

.gsa-agenda li .fecha {
    display: inline;
    float: left;
    width: 3em;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #014a81;
    text-align: center
}

.gsa-agenda li .fecha span {
    font-size: 1rem;
    display: block;
    font-weight: 700;
    line-height: 1
}

.gsa-agenda li .fecha span.hora {
    display: block;
    padding: 0 0 .3em;
    color: #666
}

.gsa-agenda li .periodo {
    padding-bottom: .6em;
    color: #014a81
}

.gsa-agenda li .area-dias {
    padding-left: 4em;
    font-weight: 700;
    color: #014a81
}

.gsa-agenda li .previsiones {
    padding-top: 4px;
    font-size: 9px !important;
    color: #333;
    padding-bottom: 3px
}

.gsa-agenda .paginacion li:hover {
    background: 0 0
}

.gsa-agenda .paginacion li {
    border-bottom: none
}

.panel.agenda .form-group>div {
    padding-top: 0
}

.panel.agenda #calendarMonth li,
.panel.agenda [name=calendarMonth] li {
    margin-left: 0
}

@media screen and (max-width:991px) {
    form.formulario fieldset h2 {
        display: block
    }
    form.formulario p.inline {
        margin-left: 0 !important;
        clear: both
    }
    form p.inline select,
    form.formulario p.inline input {
        width: 80% !important
    }
}

.buscador-boletin p {
    float: none
}

.buscador-boletin .tabs {
    position: relative;
    min-height: 240px;
    clear: both;
    margin: 25px 0
}

.buscador-boletin .tabs .tab {
    float: left;
    display: block
}

.buscador-boletin .tabs .tab>label {
    background: #014a81;
    padding: 7px;
    border: 1px solid #ccc;
    margin-left: -1px;
    position: relative;
    left: 1px;
    color: #fff;
    border-bottom: none !important;
    width: 150px
}

.buscador-boletin .tabs .tab [type=radio] {
    display: none
}

.buscador-boletin .tabs label {
    display: inline-block !important;
    width: auto;
    font-size: 12px
}

.buscador-boletin .tabs .tab label+input {
    margin-left: 5px
}

.buscador-boletin .tabs .content {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    border: 1px solid #ccc;
    background: #e1f1f6
}

.buscador-boletin .tabs [type=radio]:checked~label {
    background: #e1f1f6;
    border-bottom: 1px solid #fff;
    z-index: 2;
    color: #014a81
}

.buscador-boletin .tabs [type=radio]:checked~label~.content {
    z-index: 1
}

.buscador-boletin .tabs fieldset {
    background: 0 0
}

.buscador-boletin .tabs fieldset p {
    margin: 10px 0 !important
}

.buscador-boletin .tabs legend {
    padding: 3px 0 0 20px;
    font-size: 12px
}

.buscador-boletin .tabs select {
    font-size: 12px
}

.buscador-boletin .tabs #contenidoPagina_cmbPais {
    width: 90%
}

.buscador-boletin .tabs .acciones .boton {
    float: right;
    padding: .3em 1em;
    margin: 0 0 0 1em
}

.buscador-boletin .tabs fieldset .boton {
    padding: 0 1em;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    border: 0;
    background: #014a81
}

.btn-enlace-boletin {
    text-align: center
}

.btn-boletin {
    background: #8ebd91;
    background-image: -webkit-linear-gradient(top, #8ebd91, #02403b);
    background-image: -moz-linear-gradient(top, #8ebd91, #02403b);
    background-image: -ms-linear-gradient(top, #8ebd91, #02403b);
    background-image: -o-linear-gradient(top, #8ebd91, #02403b);
    background-image: linear-gradient(to bottom, #8ebd91, #02403b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ebd91', endColorstr='#02403b', GradientType=0);
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    border: 2px solid #02403b;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    max-width: 200px
}

.btn-boletin a {
    color: #fff
}

.btn-boletin:hover {
    background: #02403b;
    background: -moz-linear-gradient(top, #02403b 0, #8ebd91 100%);
    background: -webkit-linear-gradient(top, #02403b 0, #8ebd91 100%);
    background: linear-gradient(to bottom, #02403b 0, #8ebd91 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02403b', endColorstr='#8ebd91', GradientType=0);
    text-decoration: none;
    cursor: pointer
}

.boletin-datos-100,
.boletin-img-100 {
    text-align: center
}

@media screen and (max-width:991px) {
    .buscador-boletin .tabs {
        min-height: 280px
    }
}

@media screen and (max-width:768px) {
    .buscador-boletin .tabs .tab>label {
        width: 150px
    }
}

@media screen and (max-width:480px) {
    .buscador-boletin .tabs {
        min-height: 310px
    }
    .buscador-boletin .tabs .tab>label {
        width: 140px;
        font-size: 11px
    }
}

.buscador-REACH .tabs {
    height: 135px;
    min-height: 135px
}

.buscador-REACH .tabs .tab>label {
    border-bottom: 1px solid #e1f1f6 !important
}

.buscador-REACH fieldset {
    vertical-align: top
}

.buscador-REACH .buscador-noticias {
    width: 70%;
    display: inline-block
}

.buscador-REACH .acciones {
    width: 20%;
    display: inline-block
}

.noticias-REACH li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0
}

.noticias-REACH li .noticia-tipo {
    display: block
}

.noticias-REACH li .fecha {
    display: block;
    font-weight: 700
}

#content .mensaje-warning {
    float: left;
    width: 100%;
    padding: 10px 13px 20px;
    margin-bottom: 24px;
    background: url(/imgplantilla/bg_warning.gif) 0 100% no-repeat #ffe3ca
}

#content .mensaje-warning p {
    padding: 4px 0 4px 34px;
    font-size: 1.3em;
    font-weight: 700;
    color: #333;
    background: url(/imgplantilla/ico_warning.png) no-repeat
}

.error-404 .fa {
    color: red;
    margin-right: 15px;
    font-size: 40px
}

.error-404 .error-explicacion {
    background: #fcfcfc;
    padding: 15px
}

#content .paginas {
    margin: 1.5em 0;
    font-size: 1.2em;
    color: #333;
    text-align: center
}

#content .paginas a,
#content .paginas strong {
    padding: 3px 5px;
    margin-left: 5px;
    font-weight: 700;
    text-decoration: none;
    background-color: #eee;
    border-color: #bbb;
    border-style: solid;
    border-width: 1px
}

#content .paginas a.active,
#content .paginas strong {
    color: #fff;
    background-color: #ccc
}

#resultado_busqueda #ul_buscador li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0
}

#resultado_busqueda a {
    color: #014a81;
    text-decoration: underline
}

fieldset #contenidoPagina_DropDownList1,
fieldset #contenidoPagina_DropDownList2,
fieldset #contenidoPagina_DropDownList3,
fieldset #contenidoPagina_DropDownList4,
fieldset #contenidoPagina_TextBox1,
fieldset #contenidoPagina_TextBox2,
fieldset #contenidoPagina_TextBox3,
fieldset #contenidoPagina_TextBox4 {
    width: 60%
}

@media screen and (max-width:600px) {
    fieldset #contenidoPagina_DropDownList1,
    fieldset #contenidoPagina_DropDownList2,
    fieldset #contenidoPagina_DropDownList3,
    fieldset #contenidoPagina_DropDownList4,
    fieldset #contenidoPagina_TextBox1,
    fieldset #contenidoPagina_TextBox2,
    fieldset #contenidoPagina_TextBox3,
    fieldset #contenidoPagina_TextBox4 {
        width: 100%
    }
}

.normalred {
    color: red
}

#app_section .form_grupo_titulo {
    padding: 6px;
    margin-bottom: 0 !important;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    background: #014a81
}

#app_section form {
    padding: 0;
    margin-bottom: 2em;
    margin-top: 10px;
    overflow: hidden;
    background-color: #e1f1f6;
    border-color: #bbb;
    border-style: solid;
    border-width: 1px
}

#app_section fieldset {
    padding: 0;
    margin: 1.2em 1em 1em;
    background-color: #e1f1f6;
    border-bottom: 1px dotted #ccc
}

#app_section fieldset label {
    min-width: 180px;
    max-width: 180px;
    float: left
}

#app_section fieldset .formulario {
    min-width: 350px;
    max-width: 350px
}

#app_section .button {
    float: right;
    padding: .3em 1em;
    margin: 0 0 1em 1em;
    font-size: 1.4em;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    background: #014a81;
    border: 0
}

#app_section a {
    color: #014a81;
    text-decoration: underline
}

#app_section .contenedor_simple_tabla {
    margin-top: 1rem
}

#app_section .contenedor_simple,
#app_section .normal {
    margin-left: 0 !important
}

#app_section .ir-a {
    margin-top: 10px;
    text-align: right
}

#app_section #frmSeleccion fieldset label {
    float: none
}

#app_section #FiltroConsulta fieldset p {
    display: inline-block;
    width: 100%
}

#app_section #FiltroConsulta fieldset p.boton {
    display: block
}

#app_section #FiltroConsulta fieldset input {
    max-width: 70%
}

#app_section form[action="Consulta_acciones_leader.asp"] input[type=radio]+label {
    min-width: 97%;
    max-width: 97%;
    float: none
}

#app_section form[action="Consulta_acciones_reglamento.asp?Pag=1"] fieldset p {
    display: inline-block;
    width: 100%
}

#app_section form[action="ResBusEspecie.aspx?id=es"] label,
#app_section form[action="ResBusVariedades.aspx?id=es"] label {
    float: none;
    margin-right: 20px
}

#app_section .contenedor_lista ul.circulitos {
    display: inline-block;
    width: 100%
}

#app_section .titularh {
    font-weight: 700;
    margin: 1rem 0 2rem
}

#app_section .titular_interior .titulo {
    font-weight: 700
}

#app_section .documents {
    margin: 1rem 0 2rem
}

#app_section .documents p:first-of-type {
    font-size: .9rem;
    margin-bottom: 1rem
}

#app_section .documents ul li {
    margin-bottom: .5rem
}

@media screen and (max-width:480px) {
    #app_section fieldset .formulario,
    #app_section fieldset label {
        min-width: 100% !important;
        max-width: 100% !important
    }
}

#formularioDatosCensales #N10043 {
    float: none
}

#formularioDatosCensales~.contenedor_simple_tabla .small-only {
    display: none
}

#formularioDatosCensales~.contenedor_simple_tabla .large-only {
    display: table
}

.fecha.calendar.boton {
    margin-right: 20px;
    cursor: pointer
}

.fecha.calendar.boton:before {
    content: ""
}

.fecha.calendar.boton:after {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-left: 10px;
    display: inline-block;
    font-size: 22px
}

.fecha.calendar.boton:hover {
    color: #014a81;
    text-decoration: underline
}

.mostrar.inline {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px
}

#___gcse_0 #gs_tti50.gsib_a {
    vertical-align: top !important
}

#___gcse_0 #gs_tti50.gsib_a input {
    font-size: 13px;
    padding: 0 !important
}

#___gcse_0 input.gsc-search-button-v2 {
    width: auto !important;
    height: auto !important;
    margin-top: 4px !important
}

#___gcse_0 .gsc-search-button-v2 {
    background-color: #014a81
}

#___gcse_0 .gsc-control-cse {
    border: none !important;
    background-color: #e1f1f6 !important
}

#sitemap .primerNivel {
    list-style-type: none
}

#sitemap .primerNivel h1 {
    color: #41a4c4;
    margin: 10px 0
}

#sitemap .primerNivel a {
    color: #2b80b9
}

#sitemap .primerNivel a:before {
    content: ""
}

#sitemap .primerNivel ul {
    padding: 0 0 0 5px;
    list-style-type: none;
    margin: 5px
}

#sitemap .primerNivel ul li:before {
    content: "- "
}

#sitemap .primerNivel li {
    border-left: 1px solid #ccc;
    padding-left: 5px;
    margin: 5px 0
}

#sitemap .primerNivel>li {
    border-left: none !important
}

[rel^=prettyPhoto] img {
    cursor: pointer;
    cursor: -webkit-zoom-in !important;
    cursor: zoom-in
}

#carrusel-noticias {
    width: auto;
    height: auto !important;
    border: none
}

#carrusel-noticias .carousel-control {
    color: #fff
}

#carrusel-noticias .carousel-control.left,
#carrusel-noticias .carousel-control.right {
    background-image: none
}

#carrusel-noticias h2 {
    font-size: 1em;
    margin: 0
}

#carrusel-noticias .list-group {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 0 0 10px;
    margin: 0;
    background: 0 0;
    max-width: 28rem;
    color: #333 !important
}

#carrusel-noticias .list-group-item {
    height: 30%;
    border-radius: 0;
    cursor: pointer;
    border: none;
    margin-bottom: 1px;
    margin-left: 0
}

#carrusel-noticias .list-group-item:last-child {
    border-bottom: none
}

#carrusel-noticias .list-group-item.active {
    font-weight: 700;
    background: #c1e1ec !important
}

#carrusel-noticias .list-group-item.active a {
    color: #000 !important
}

#carrusel-noticias .list-group-item.selected {
    background: #c1e1ec !important
}

#carrusel-noticias .noticia-cabecera .noticia-titulo {
    font-size: .7rem
}

#carrusel-noticias .noticia-cabecera .noticia-titulo a {
    font-family: Verdana, Geneva, sans-serif
}

#carrusel-noticias .carousel-inner {
    border-radius: 0
}

#carrusel-noticias .carousel-inner .rss-noticias {
    position: absolute;
    display: block;
    color: #fff;
    top: 6px;
    left: 15px;
    font-size: 20px;
    border-radius: 4px;
    z-index: 1
}

#carrusel-noticias .carousel-inner .rss-noticias .fa {
    padding: 5px;
    color: #fff;
    background: rgba(0, 0, 0, .6)
}

#carrusel-noticias .carousel-inner .rss-noticias .fa:before {
    margin-right: 0
}

#carrusel-noticias .carousel-inner>.item.active {
    display: inline-block;
    width: 100%
}

#carrusel-noticias .carousel-inner .noticia-imagen {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    overflow: hidden;
    width: 100%
}

#carrusel-noticias .carousel-inner .noticia-imagen img {
    padding: 0;
    margin-bottom: 0 !important;
    width: 100%
}

#carrusel-noticias .carousel-inner .glyphicon {
    color: #fff
}

#carrusel-noticias .carousel-caption {
    bottom: 0;
    text-align: left;
    padding: 7px;
    text-shadow: none;
    z-index: 1;
    font-size: 13px;
    line-height: 1.5;
    position: absolute;
    left: 0;
    width: 100%
}

#carrusel-noticias .carousel-caption a {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    text-decoration: none
}

#carrusel-noticias .carousel-caption .share-group {
    float: right;
    margin: 5px;
    display: none
}

#carrusel-noticias .carousel-caption .share-group .btn {
    color: #fff
}

#carrusel-noticias .carousel-caption .fecha {
    float: left;
    font-size: 15px;
    font-weight: 700;
    background: 0 0;
    margin: 5px;
    color: #fff
}

#carrusel-noticias .carousel-caption .texto-sobre-imagen {
    display: block;
    clear: both;
    font-size: 13px;
    color: #fff
}

.noticia-cabecera .noticia-titulares {
    display: inline-block;
    width: 205px;
    text-align: left;
    position: relative;
    min-height: 59px;
    margin-left: 10px
}

.noticia-cabecera .noticia-titulo {
    display: inline-block;
    text-align: left;
    color: #fff;
    margin: 5px 0 0;
    font-weight: 400
}

.noticia-cabecera .noticia-titulo a {
    color: #333;
    text-decoration: none
}

.noticia-cabecera .noticia-fecha {
    display: inline-block;
    text-align: left;
    float: left;
    font-weight: 700;
    color: #014a81
}

.noticia-cabecera .noticia-imagen {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    width: 100px;
    overflow: hidden
}

.noticia-cabecera .noticia-imagen img {
    padding: 0;
    margin-bottom: 0 !important
}

.sombreado-caja .noticia-titulares {
    width: 100%;
    height: auto;
    margin: 0;
    position: static
}

.mas-actualidad {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    bottom: 0;
    border: 1px solid #ccc;
    background: #fff;
    color: #333 !important;
    z-index: 1
}

.mas-actualidad:before {
    content: "\f1ea";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
    color: 333
}

.mas-actualidad:hover {
    background: #eee
}

#galeria-derecha .item.compat-object-fit,
.noticia-imagen.compat-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

#galeria-derecha .item .compat-object-fit a,
.noticia-cabecera .noticia-imagen.compat-object-fit>a,
.noticia-imagen.compat-object-fit>span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.compat-object-fit .img-responsive {
    display: none
}

.carousel-inner .noticia-imagen .img-responsive {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover
}

.noticia-cabecera .noticia-imagen .img-responsive {
    max-height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

#galeria-derecha .item .img-responsive {
    width: 194px;
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

div[id^=galeria-derecha-] .item .img-responsive {
    height: 130px;
    -o-object-fit: cover;
    object-fit: cover
}

.carousel-inner .noticia-imagen,
_:-ms-lang(x) {
    height: 350px
}

.carousel-inner .noticia-imagen {
    height: 350px\9
}

.noticia-cabecera .noticia-imagen,
_:-ms-lang(x) {
    height: 80px
}

.noticia-cabecera .noticia-imagen {
    height: 80px\9
}

#galeria-derecha .owl-controls .owl-next,
#galeria-derecha .owl-controls .owl-prev,
div[id^=galeria-derecha-] .owl-controls .owl-next,
div[id^=galeria-derecha-] .owl-controls .owl-prev {
    top: 42% !important
}

#pictures .item .img-responsive {
    height: 350px;
    width: auto
}

.volver-noticia {
    padding: 10px;
    display: inline-block;
    margin-bottom: 10px
}

@media (max-width:1200px) {
    .noticia-cabecera .noticia-imagen,
    .noticia-cabecera .noticia-imagen .img-responsive {
        height: 80px;
        width: 80px
    }
    .noticia-cabecera .noticia-titulares {
        max-width: 155px
    }
}

@media (min-width:992px) {
    #carrusel-noticias {
        padding-right: 33.3333%
    }
    #carrusel-noticias .carousel-controls {
        display: none
    }
}

@media (max-width:991px) {
    .noticia-cabecera .noticia-titulares {
        max-width: 100%
    }
    #carrusel-noticias {
        height: auto
    }
    #carrusel-noticias .list-group {
        display: none
    }
    .mas-actualidad {
        bottom: auto;
        top: 6px;
        right: 15px
    }
    #carrusel-noticias .carousel-inner>.item img {
        max-width: 100%
    }
    #galeria-derecha .owl-item,
    div[id^=galeria-derecha-] .owl-item {
        background: #333
    }
    #galeria-derecha .item .img-responsive,
    div[id^=galeria-derecha-] .item .img-responsive {
        height: 280px;
        width: 500px
    }
    #galeria-derecha .vergaleria,
    div[id^=galeria-derecha-] .vergaleria {
        margin-bottom: 1rem
    }
}

@media (max-width:600px) {
    #pictures .item .img-responsive {
        height: 250px;
        width: auto
    }
}

@media (max-width:550px) {
    #pictures .item .img-responsive {
        height: 220px;
        width: auto
    }
}

@media (max-width:480px) {
    .carousel-inner .noticia-imagen .img-responsive {
        height: 250px
    }
    #carrusel-noticias .carousel-caption .fecha {
        font-size: 12px
    }
    #carrusel-noticias .carousel-caption .texto-sobre-imagen {
        font-size: .8em
    }
    #pictures .item .img-responsive {
        height: 250px;
        width: auto
    }
}

@media (max-width:360px) {
    #pictures .item .img-responsive {
        height: 200px;
        width: auto
    }
}

#carrusel-noticias .noticia-caption {
    padding: 5px
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \0
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: .5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: #333 dotted thin !important;
    outline: -webkit-focus-ring-color auto 5px !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.bootstrap-select.show-menu-arrow>.btn.dropdown-toggle.btn-default {
    color: #fff
}

.bootstrap-select.show-menu-arrow .dropdown-menu {
    background: #fff !important
}

.bootstrap-select.show-menu-arrow .dropdown-menu li {
    color: #fff
}

.bootstrap-select.show-menu-arrow .dropdown-menu li a {
    color: #333
}

.bootstrap-select.show-menu-arrow .dropdown-menu li a:focus,
.bootstrap-select.show-menu-arrow .dropdown-menu li a:hover {
    background-color: #0144c8;
    color: #fff
}

.bootstrap-select.show-menu-arrow .dropdown-menu li.selected a {
    background-color: #00297b
}

.selector-idiomas.bandera .dropdown-menu.inner {
    width: 56px
}

.fa {
    padding-right: .5rem
}

#col-derecha .fa {
    padding-right: 0
}

.fa-phone:before,
.ico-telefono:before,
.telefono:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-sitemap:before,
.ico-mapasitio:before,
.mapasitio:before {
    content: "\f0e8";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-envelope:before,
.ico-sobre:before,
.sobre:before {
    content: "\f0e0";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-keyboard-o:before,
.ico-teclado:before,
.teclado:before {
    content: "\f11c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-plus-square:before,
.ico-mas:before,
.mas:before {
    content: "\f0fe";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-connectdevelop:before,
.ico-logomagrama:before,
.logomagrama:before {
    content: "\f20e";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-share-alt:before,
.ico-social:before,
.social:before {
    content: "\f1e0";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-share-alt-square:before,
.ico-social-cuadro:before,
.social-cuadro:before {
    content: "\f1e1";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-facebook-f:before,
.facebook:before,
.ico-facebook:before {
    content: "\f09a";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-linkedin-f:before,
.ico-linkedin:before,
.linkedin:before {
    content: "\f0e1";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-twitter:before,
.ico-twitter:before {
    content: "\f099";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-youtube:before,
.ico-youtube:before {
    content: "\f167";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-whatsapp:before,
.ico-whatsapp:before,
.whatsapp:before {
    content: "\f232";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.glyphicon-search:before,
.ico-lupa:before,
.lupa:before {
    content: "\e003";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.cerrar:before,
.glyphicon-remove:before,
.ico-cerrar:before {
    content: "\e014";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-file-code-o:before,
.ico-rtf:before:before,
.rtf:before:before {
    content: "\f1c9";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-file-text-o:before,
.ico-txt:before,
.txt:before {
    content: "\f0f6";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-file-pdf-o:before,
.ico-PDF:before,
.ico-pdf:before,
.pdf:before {
    content: "\f1c1";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block;
    color: red !important
}

.fa-file-word-o:before,
.ico-doc:before,
.ico-docx:before,
.ico-word:before,
.word:before {
    content: "\f1c2";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.excel:before,
.fa-file-excel-o:before,
.ico-XLSX:before,
.ico-excel:before,
.ico-xls:before,
.ico-xlsx:before {
    content: "\f1c3";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-file-powerpoint-o:before,
.ico-ppt:before,
.ppt:before {
    content: "\f1c4";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-file-image-o:before,
.ico-imagen:before,
.image:before,
.imagen:before {
    content: "\f1c5";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.archivo:before,
.doc:before,
.fa-file-archive-o:before,
.ico-archivo:before {
    content: "\f1c6";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.audio:before,
.fa-file-audio-o:before,
.ico-MP3:before,
.ico-audio:before,
.ico-mp3:before,
.mp3:before {
    content: "\f1c7";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-file-video-o:before,
.ico-video:before,
.video:before {
    content: "\f1c8";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-newspaper-o:before,
.ico-noticia:before,
.noticia:before {
    content: "\f1ea";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-external-link-square:before,
.ico-link:before,
.link:before {
    content: "\f14c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-file-text:before,
.fichero-texto:before,
.ico-fichero-texto:before {
    content: "\f15c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-fax:before,
.fax:before,
.ico-fax:before {
    content: "\f1ac";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-sun-o:before,
.ico-tiempo:before,
.tiempo:before {
    content: "\f185";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.empleados:before,
.fa-users:before,
.ico-empleados:before {
    content: "\f2be";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-cogs:before,
.ico-servicios:before,
.servicios:before {
    content: "\f085";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.documentacion:before,
.fa-book:before,
.ico-documentacion:before {
    content: "\f02d";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-university:before,
.ico-ministerio:before,
.ministerio:before {
    content: "\f19c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-ticket:before,
.ico-ofertas:before,
.ofertas:before {
    content: "\f145";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-home:before,
.ico-inicio:before,
.inicio:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-print:before,
.ico-imprimir:before,
.imprimir:before {
    content: "\f02f";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.ayuda:before,
.fa-question-circle:before,
.ico-ayuda:before {
    content: "\f059";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-rss:before,
.ico-rss:before {
    color: #f60
}

.estadisticas:before,
.fa-pie-chart:before,
.ico-estadisticas:before {
    content: "\f200";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-rss:before,
.ico-rss:before,
.ver-rss .rss:before {
    content: "\f09e";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.carpeta:before,
.fa-folder:before,
.ico-carpeta:before {
    content: "\f114";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.carpeta-abierta:before,
.fa-folder-open:before,
.ico-carpeta-abierta:before {
    content: "\f115";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-file-archive-o:before,
.ico-rar:before,
.ico-zip:before,
.rar:before,
.zip:before {
    content: "\f1c6";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-globe:before,
.ico-kmz:before,
.kmz:before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-level-up:before,
.ico-subir:before,
.subir:before {
    content: "\f148";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.fa-file-text-o:before,
.generico:before,
.ico-generico:before,
.other:before {
    content: "\f0f6";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.ciudadano:before,
.fa-male:before,
.ico-ciudadano:before {
    content: "\f183";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

.galeria:before,
.ico-galeria:before {
    content: "\f03e";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block;
    font-size: 22px
}

.ico-usuario-social:before,
.usuario-social:before {
    content: "\f0e6";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block;
    font-size: 22px
}

.calendar:before,
.fa-calendar:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block;
    font-size: 22px
}

.fa-arrow-circle-left:before,
.volver:before {
    content: "\f0a8";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block;
    font-size: 22px;
    margin-left: 20px
}

.foto:before,
.ico-foto:before {
    content: "\f03e";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block
}

a[class*=ico-]:before {
    font-family: FontAwesome;
    font-style: normal;
    display: inline-block
}

i[class]:before {
    display: inline;
    float: left
}

li.ico.pdf.external>a.other:before {
    display: none
}

.cd-search {
    display: none;
    position: relative;
    height: 50px;
    width: 100%;
    z-index: 3;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-search form {
    height: 100%;
    width: 100%;
    background: #fff
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: #fff;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, .5);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.cd-search input::-webkit-input-placeholder {
    color: #c9cbc4
}

.cd-search input::-moz-placeholder {
    color: #c9cbc4
}

.cd-search input:-moz-placeholder {
    color: #c9cbc4
}

.cd-search input:-ms-input-placeholder {
    color: #c9cbc4
}

.cd-search input:focus {
	/* cambios Accesibilidad - Septiembre 2020 */
    /* outline: 0 */
	/* fin cambios Accesibilidad - Septiembre 2020 */
}

.cd-search.is-visible {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.nav-is-fixed .cd-search {
    position: fixed
}

@media only screen and (min-width:1200px) {
    .cd-search {
        position: absolute;
        top: 104px;
        z-index: 9999 !important
    }
}

@media only screen and (min-width:1170px) {
    .cd-search input {
        padding: 0 2em;
        font-size: 1.2rem;
        font-weight: 300;
        width: 1140px
    }
}

.cd-nav-trigger,
.cd-search-trigger {
    position: relative;
    display: block;
    width: 24px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3
}

.cd-search-trigger::after,
.cd-search-trigger::before {
    content: '';
    position: absolute;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-search-trigger::before {
    top: 11px;
    left: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #fff
}

.cd-search-trigger::after {
    height: 3px;
    width: 8px;
    background: #fff;
    bottom: 14px;
    right: -1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-search-trigger span {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.cd-search-trigger span::after,
.cd-search-trigger span::before {
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -moz-transition: opacity .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cd-search-trigger.search-is-visible::after,
.cd-search-trigger.search-is-visible::before {
    opacity: 0
}

.cd-search-trigger.search-is-visible span::after,
.cd-search-trigger.search-is-visible span::before {
    opacity: 1
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .organizador-menu {
    display: table;
    width: 100%;
    vertical-align: middle
}

.header .organizador-menu #muestra {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    width: 40px;
    text-align: center
}

.header .organizador-menu .pestana {
    display: inline-block;
    margin-top: 0;
    background: 0 0;
    float: none;
    position: relative;
    width: 40px;
    text-align: center;
    right: -76%;
    top: 10px
}

.header .organizador-menu .fa-bars:before {
    float: none
}

.header .organizador-menu .cd-nav-trigger,
.header .organizador-menu .cd-search-trigger {
    position: relative;
    display: table-cell;
    width: 24px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
    float: right;
    vertical-align: middle
}

.info-header .selector-idiomas {
    position: relative;
    z-index: 1001;
    display: inline-block;
    width: auto;
    margin-top: 10px
}

.info-header .selector-idiomas .btn {
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 0 !important
}

.info-header .selector-idiomas .bootstrap-select {
    width: 110px !important
}

.info-header .selector-idiomas ul li a {
    color: #fff
}

.info-header .selector-idiomas ul li {
    width: auto;
    display: inline-block;
    text-indent: 0;
    font-size: 11px
}

.info-header .selector-idiomas ul li+li:before {
    content: "\2022";
    color: #fff;
    padding-left: 2px;
    padding-right: 2px
}

.menu-cab-movil .selector-idiomas .bootstrap-select.btn-group .dropdown-toggle .filter-option img {
    display: none
}

.menu-cab-movil .selector-idiomas .bootstrap-select.btn-group .dropdown-toggle .filter-option:before {
    content: "\F024";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block;
    font-size: 22px
}

.organizador-menu>ul li .selector-idiomas.bandera,
.selector-idiomas.bandera .bootstrap-select.btn-group .dropdown-toggle .filter-option img {
    display: none
}

.selector-idiomas.bandera .bootstrap-select.btn-group .dropdown-toggle .filter-option:before {
    content: "\F024";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 10px;
    display: inline-block;
    font-size: 22px
}

.selector-idiomas.bandera .bootstrap-select {
    width: 40px !important
}

.selector-idiomas.bandera .bs-caret {
    display: none
}

.selector-idiomas.bandera .btn {
    border: none !important
}

.selector-idiomas.bandera .bootstrap-select.show-menu-arrow>.btn.dropdown-toggle.btn-default {
    background: 0 0 !important
}

.header .organizador-menu .selector-idiomas {
    position: static;
    z-index: 1001;
    display: table-cell;
    width: auto;
    margin-top: 0;
    vertical-align: middle
}

@media only screen and (max-width:991px) {
    .selector-idiomas {
        margin-top: 5px;
        display: block
    }
}

@media only screen and (max-width:900px) {
    .info-header,
    .info-header h1 {
        text-align: right !important
    }
}

@media only screen and (max-width:768px) {
    .info-header h1,
    li .selector-idiomas {
        display: none !important
    }
    .organizador-menu>ul li .selector-idiomas.bandera {
        display: inline-block !important
    }
    .organizador-menu .fa-bars {
        padding-right: 0
    }
}

@media screen and (max-width:479px) {
    .header .info-header {
        float: right;
        text-align: right
    }
}

.panel {
    background: 0 0
}

.panel .panel-heading h2 {
    margin-top: 0;
    margin-bottom: 0
}

.panel .panel-heading.adorno {
    border: none;
    border-color: 1px solid #ddd;
    border-radius: 0;
    height: 19px;
    border-bottom: 2px solid #ccc;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
    background: 0 0
}

.panel .panel-heading.adorno h2 {
    position: relative;
    margin-bottom: 0;
    margin-top: -1px;
    padding: 6px 15px 6px 0;
    background: #fff;
    display: inline;
    float: left;
    color: #2f2f2f
}

.panel .panel-heading.adorno-nivel1 {
    border: none;
    border-color: 1px solid #ddd;
    border-radius: 0;
    padding: 0 .1rem;
    margin-bottom: 5px
}

.panel .panel-heading.adorno-nivel1>a {
    text-decoration: none
}

.panel .panel-heading.adorno-nivel1 h3 {
    position: relative;
    padding: 6px 10px 6px 25px;
    margin-bottom: 0;
    color: #fff;
    margin-top: -1px;
    line-height: 1.1;
    font-weight: 400
}

.panel .panel-heading.adorno-nivel1 h3::after {
    background: #fff;
    position: absolute;
    content: "";
    left: 4px;
    top: 0;
    bottom: 0;
    width: 3px;
    margin: 4px 0
}

.panel .panel-heading.adorno-nivel1 h3::before {
    position: absolute;
    content: "";
    left: 11px;
    top: 0;
    bottom: 0;
    width: 3px;
    margin: 6px 0
}

.panel .panel-heading.adorno-nivel1+.panel-body {
    padding: 10px;
    font-size: 11px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%)
}

.panel .panel-heading.adorno-nivel1+.panel-body .panel-info {
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    min-height: 105px
}

.panel .panel-heading.adorno-nivel2 {
    border: none;
    border-color: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
    padding: 0
}

.panel .panel-heading.adorno-nivel2>a {
    text-decoration: none
}

.panel .panel-heading.adorno-nivel2 h3 {
    position: relative;
    margin-bottom: 0;
    margin-top: -1px;
    padding: 5px 15px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #41a4c4;
    font-weight: 400
}

.panel .panel-heading.adorno-nivel2+.panel-body img {
    margin: 0 auto
}

.panel .panel-heading.adorno-nivel2+.panel-body .panel-info {
    padding: 5px 0;
    border-radius: 4px;
    color: #337ab7
}

.panel .panel-heading.adorno-nivel3 {
    border-bottom: 2px dotted #333;
    padding: 0
}

.panel .panel-heading.adorno-nivel3 h3 {
    padding-right: 20px;
    background: #fff;
    width: auto;
    display: inline-block;
    font-weight: 700
}

.panel .panel-info h3 {
    font-weight: 700
}

.panel .panel-imagen-izq {
    float: left;
    margin-right: 1rem
}

.panel .panel-imagen-izq>img {
    max-width: 515px
}

.panel .fullImagen {
    width: 100%
}

.panel .fullImagen>img,
.panel .panel-imagen-izq.centrada>img {
    max-width: 100%
}

.panel .panel-imagen-der,
.panel .panel-imagen-izq.derecha {
    float: right;
    margin-left: 1rem
}

.panel .panel-video {
    float: none;
    margin-right: 1rem
}

.panel .panel-imagen-mapa {
    margin-bottom: 1rem
}

.panel .titulo-bloque {
    font-weight: 700;
    color: #014a81;
    font-size: .9rem;
    margin-bottom: 5px;
    display: block
}

.panel-imagen-izq {
    float: left;
    margin: 0 1rem 1rem 0
}

.panel-imagen-izq.centrada {
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 1rem !important
}

.panel-imagen-der+.panel-info ul,
.panel-imagen-izq+.panel-info ul {
    display: inline-block
}

.panel-imagen-der,
.panel-imagen-izq.derecha {
    float: right;
    margin: 0 0 1rem 1rem
}

.panel-video {
    float: none;
    margin: 0 1rem 1rem 0
}

.panel-info h3 {
    margin-bottom: 15px !important
}

.panel-info h3 span {
    font-weight: 700
}

.main {
    clear: both
}

.paneles-centrales {
    margin-top: 1rem;
    width: 100%
}

.paneles-centrales h3 {
    height: 42px
}

.paneles-centrales .panel-body {
    background: 0 0 !important;
    border: 1px solid #ccc;
    min-height: 160px
}

.paneles-centrales li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-left: 1% !important
}

.paneles-centrales li ul {
    width: 100%
}

.paneles-centrales li ul li {
    display: block;
    width: 100%
}

.paneles-centrales.col-uno li {
    margin-bottom: 15px !important
}

.paneles-centrales .panel-imagen {
    padding: 0
}

.paneles-centrales .panel-imagen img {
    margin: 0 auto;
    padding-right: 10px
}

.paneles-centrales .panel-info {
    padding: 2px 4px !important
}

.paneles-centrales .panel-info p {
    margin: 0 0 3px
}

@media only screen and (max-width:991px) {
    .paneles-centrales .panel-body {
        min-height: 0
    }
}

@media only screen and (min-width:769px) and (max-width:991px) {
    .paneles-centrales .panel-info {
        min-height: auto !important;
        margin-top: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .paneles-centrales.col-tres li {
        margin-left: .5% !important
    }
    .paneles-centrales.col-uno li {
        display: inline-block;
        width: 48%
    }
}

@media only screen and (min-width:768px) and (max-width:768px) {
    .paneles-centrales.col-uno li {
        display: inline-block;
        width: 48%
    }
}

@media only screen and (max-width:480px) {
    .panel-imagen-der,
    .panel-imagen-izq,
    .paneles-centrales li {
        width: 100%
    }
}

.imagen-panel img {
    float: left;
    margin-right: 1rem
}

.imagen-panel.contenido,
.imagen-panel.contenido .imagen-descripcion {
    display: inline-block;
    width: 100%
}

.imagen-panel.contenido .imagen-descripcion span>img {
    margin-bottom: 2rem
}

.imagen-panel.contenido img {
    width: auto;
    float: left;
    margin-right: 1rem
}

.icono-panel {
    content: "\f19d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    font-size: 7rem;
    color: rgba(0, 0, 0, .045);
    top: -7%;
    left: 5%;
    z-index: 0
}

.sombreado-caja {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3)
}

.sombreado-caja::first-child {
    margin-top: 0 !important;
    margin: 0 auto
}

.sombreado-caja img {
    margin: 0 auto
}

.sombreado-caja ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    display: inline-block;
    margin: 5px 0;
    width: 100%
}

.contenido .panel {
    margin-bottom: 5px
}

.contenido .panel-body {
    padding: 0
}

#col-derecha .panel-body {
    padding: 5px
}

.panel h1,
.panel h2,
.panel h3,
.panel h4 {
    margin-top: 5px;
    margin-bottom: 5px
}

.panel.enlaces-imagen-texto .panel-body {
    padding: 15px 0
}

.panel.home-actualidad,
.panel.home-agenda,
.panel.home-destacados,
.panel.home-directo-a,
.panel.home-ministra,
.panel.home-organismos,
.panel.home-social {
    margin-top: 15px
}

#glosario ul {
    text-align: center;
    margin-bottom: 1rem
}

#glosario li {
    border: 2px solid #c1e1ec;
    display: inline-block;
    padding: 5px;
    margin: 2px 0;
    min-width: 25px;
    text-align: center
}

#glosario li:hover {
    background: #c1e1ec;
    border: 2px solid #014a81;
    cursor: pointer
}

#glosario li a {
    font-size: 20px;
    font-weight: 700;
    color: #787878;
    text-decoration: none
}

.letraglosario {
    font-size: 25px;
    text-align: center;
    color: #78788e;
    font-weight: 700
}

.parrafo_glosario {
    margin: 10px 0;
    background: #f6f6f6;
    padding: 10px
}

#glosarioterminos #letras a {
    border: 2px solid #c1e1ec;
    display: inline-block;
    padding: 5px;
    margin: 2px 0;
    min-width: 25px;
    text-align: center;
    text-decoration: none
}

#glosarioterminos #letras a:hover {
    background: #c1e1ec;
    border: 2px solid #014a81;
    cursor: pointer
}

#glosarioterminos #maxregistrospagina {
    float: right;
    margin: 5px 0;
    color: #014a81
}

#glosariolistado {
    margin-top: 5px;
    clear: both
}

#glosariolistado ul {
    list-style-type: none
}

#glosariolistado li {
    padding: 5px 0;
    clear: both;
    float: left;
    width: 100%
}

#glosariolistado .titulo {
    background: #014a81;
    color: #fff
}

#glosariolistado .fondo-verde {
    background: #f6f6f6
}

#glosariolistado .columna-izquierda {
    width: 20%;
    padding-top: 0;
    display: inline-block;
    vertical-align: top
}

#glosariolistado .columna-derecha {
    width: 80%;
    padding-top: 0;
    display: inline-block;
    vertical-align: top
}

@media only screen and (max-width:768px) {
    #glosariolistado .columna-derecha,
    #glosariolistado .columna-izquierda {
        display: block;
        width: 100%
    }
}

.faq-indice {
    margin-bottom: 1rem
}

.faq-indice ol,
.faq-indice ul {
    background: #f8fafc;
    padding: 10px !important;
    font-size: .7rem;
    margin-bottom: 1rem;
    list-style: none !important
}

.faq-indice li {
    margin-bottom: .3rem
}

.faq-indice span {
    margin-right: 5px;
    color: #014a81
}

.faq h3 {
    font-weight: 700
}

.faq .numeracion-faq {
    margin-right: 5px
}

.faq .faq-pregunta {
    position: relative;
    margin-bottom: 1rem
}

.faq .pregunta_faq {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: .9rem
}

.faq .faq-pregunta p,
.faq .pregunta_faq {
    padding-left: 40px !important;
    display: inline-block
}

.faq .numeracion_faq {
    position: absolute;
    font-size: 30px;
    font-style: italic;
    color: #014a81;
    font-weight: 700
}

.faq ul {
    margin-left: 50px !important
}

ol.anclas,
ul.anclas {
    margin-bottom: 2rem;
    background-color: #e1f1f6;
    padding: 1rem
}

ol.anclas li:before,
ul.anclas li:before {
    font-family: Fontawesome;
    content: "\f0c1";
    float: left;
    width: 1.4em;
    color: #014a81
}

.anclas-enlaces li ul {
    padding: 5px 0
}

.anclas-enlaces .panel {
    padding-bottom: 10px
}

.anclas-enlaces .panel>h3 {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px
}

.anclas-enlaces .panel-body,
.anclas-enlaces .panel-heading,
.anclas-enlaces+.enlaces-imagen-texto .panel-body,
.anclas-enlaces+.enlaces-imagen-texto .panel-heading {
    padding-left: 0;
    padding-right: 0
}

.anclas-enlaces+.enlaces-imagen-texto ul li {
    display: inline-block;
    width: 20%;
    margin-right: 1em;
    vertical-align: top;
    border-left: none !important;
    min-width: 5.5rem;
    margin-bottom: 1rem
}

.cabecerapuntos {
    display: inline-block;
    width: 100%;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
    margin: 1rem 0 !important;
    padding: 1rem 0 !important
}

.cabecerapuntos li {
    width: 32%;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top
}

.cabecerapuntos li .categoria {
    font-weight: 700;
    display: block
}

.cabecerapuntos li .categoria+span {
    display: block;
    color: #014a81
}

.cabecerapuntos li .categoria~span {
    color: #014a81;
    text-align: left;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside
}

.cabecerapuntos li:nth-child(2),
.cabecerapuntos li:nth-child(3) {
    border-left: 1px solid #ccc;
    padding-left: 10px
}

@media screen and (max-width:480px) {
    .cabecerapuntos li {
        width: 100%;
        padding-left: 0 !important;
        border-left: 0 !important
    }
}

.cabecera-texto {
    position: relative;
    display: inline-block;
    width: 100%
}

.cabecera-texto a {
    display: inline-block;
    width: 100%
}

.cabecera-texto figcaption {
    position: absolute;
    right: 0;
    display: inline-block;
    width: auto;
    top: 0;
    background: rgba(255, 255, 255, .7);
    padding: 5px;
    max-width: 40%
}

.cabecera-texto figcaption h3 {
    font-size: 1rem;
    font-weight: 700
}

.cabecera-texto figcaption p {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 5px
}

.cabecera-texto span>img {
    width: 100%
}

@media screen and (max-width:991px) {
    .cabecera-texto figcaption {
        width: 100%;
        max-width: 100%;
        position: static
    }
}

.concursos ul {
    width: 100%;
    display: inline-block
}

.concursos ul li.abierto,
.concursos ul li.cerrado,
.concursos ul li.proxima_apertura {
    list-style-type: none;
    margin-left: 0 !important
}

.concursos ul li:before {
    font-family: Fontawesome;
    margin-right: 1rem;
    float: left;
    width: 1.4em
}

.concursos ul li.abierto:before {
    content: "\f115";
    color: #014a81
}

.concursos ul li.cerrado:before {
    content: "\f114";
    color: red
}

.concursos ul li.proxima_apertura:before {
    content: "\f07c";
    color: #41a4c4
}

.concursos ul.leyenda {
    margin-bottom: 1rem;
    background: #f1f6f9;
    padding: 5px;
    list-style-type: none
}

.concursos ul.leyenda li.abierto,
.concursos ul.leyenda li.cerrado,
.concursos ul.leyenda li.proxima_apertura {
    text-align: left
}

.concursos-detalle li span[class] {
    font-weight: 700;
    margin-right: 1rem
}

#concurso>h3 {
    font-weight: 700;
    margin-bottom: 1rem
}

#DivProximo .cerrado a:before,
#divClose .cerrado a:before,
#divOpen .cerrado a:before {
    content: "\f114";
    color: red;
    font-family: Fontawesome;
    margin-right: 1rem;
    float: left;
    width: 1.4em
}

#DivProximo .proxima_apertura a:before,
#divClose .proxima_apertura a:before,
#divOpen .proxima_apertura a:before {
    content: "\f07c";
    color: #41a4c4;
    font-family: Fontawesome;
    margin-right: 1rem;
    float: left;
    width: 1.4em
}

#DivProximo .abierto a:before,
#divClose .abierto a:before,
#divOpen .abierto a:before {
    content: "\f115";
    color: #014a81;
    font-family: Fontawesome;
    margin-right: 1rem;
    float: left;
    width: 1.4em
}

.owl-carousel {
    outline: 0 !important
}

.owl-carousel.slider-interes-top {
    max-height: 154px;
    margin-top: 1rem
}

.owl-carousel.slider-interes-top .owl-item {
    text-align: center !important;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px
}

.owl-carousel.slider-interes-top .owl-stage-outer {
    margin: 0
}

.owl-carousel.slider-interes-top div.item.de-interes {
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 0 2% 5px;
    max-width: 67px;
    max-height: 67px
}

.owl-carousel.slider-interes-top div.item.de-interes a {
    display: block;
    padding-top: 100%
}

.owl-carousel.slider-interes-top div.item.de-interes>a {
    background-color: #cbd6e2;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes.ico-costas a {
    background: url(../img/ico-costas.png) center center no-repeat #cbd6e2;
    background-size: 50% auto;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes.ico-biodiversidad a {
    background: url(../img/ico-biodiversidad.png) center center no-repeat #cbd6e2;
    background-size: 50% auto;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes.ico-desarrollo-rural a {
    background: url(../img/ico-desarrollo.png) center center no-repeat #cbd6e2;
    background-size: 50% auto;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes.ico-pesca a {
    background: url(../img/ico-pesca.png) center center no-repeat #cbd6e2;
    background-size: 50% auto;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes.ico-agua a {
    background: url(../img/ico-agua.png) center center no-repeat #cbd6e2;
    background-size: 50% auto;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes.ico-ganaderia a {
    background: url(../img/ico-ganaderia.png) center center no-repeat #cbd6e2;
    background-size: 50% auto;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes.ico-cambio-climatico a {
    background: url(../img/ico-cambio-climatico.png) center center no-repeat #cbd6e2;
    background-size: 50% auto;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes.ico-alimentacion a {
    background: url(../img/ico-alimentacion.png) center center no-repeat #cbd6e2;
    background-size: 50% auto;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes.ico-agricultura a {
    background: url(../img/ico-agricultura.png) center center no-repeat #cbd6e2;
    background-size: 50% auto;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes.ico-calidad-ambiental a {
    background: url(../img/ico-calidad-ambiental.png) center center no-repeat #cbd6e2;
    background-size: 50% auto;
    border-radius: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes .img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font: 0/0 a
}

.owl-carousel.slider-interes-top div.item.de-interes .img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.owl-carousel.slider-interes-top div.item.de-interes .img-container img {
    vertical-align: middle;
    display: inline-block;
    width: 50%
}

.owl-carousel.slider-interes-top div.item.de-interes .texto {
    text-align: center;
    position: absolute;
    margin-top: .5rem;
    width: 100%;
    color: #333;
    font-size: 11px;
    line-height: 1
}

#slider-interes-top .texto p {
    margin: 0
}

@media screen and (max-width:480px) {
    .owl-carousel.slider-interes-top .owl-item {
        font-size: 9px
    }
}

.owl-carousel.slider-destacados .owl-item {
    padding: 0 15px;
    text-align: center
}

.owl-carousel.slider-destacados .owl-stage-outer {
    margin: 0
}

.owl-carousel.slider-destacados .item a {
    text-decoration: none;
    display: block
}

.owl-carousel.slider-destacados img {
    vertical-align: middle;
    height: 70px;
    margin: 0 auto
}

.slider-nivel1 {
    text-align: center;
    z-index: 0 !important;
    margin-top: 1rem
}

.slider-nivel1:focus {
    outline: 0
}

.slider-nivel1 .owl-stage-outer {
    margin: 0 !important
}

.slider-nivel1 figure {
    position: relative
}

.slider-nivel1 figcaption {
    position: absolute;
    padding: .5rem;
    color: #333;
    top: 0rem;
    right: 0;
    background: rgba(238, 238, 238, .5);
    font-size: 1.5rem
}

.slider-nivel1 .owl-dot {
    display: inline-block
}

.slider-nivel1 .owl-dot span {
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px
}

.slider-nivel1 img {
    width: 100%
}

.slider-destacados .owl-nav,
.slider-interes-top .owl-nav {
    display: none
}

.slider-destacados .owl-dot,
.slider-interes-top .owl-dot {
    display: inline-block
}

.slider-destacados .owl-dot span,
.slider-interes-top .owl-dot span {
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px
}

.owl-slider-galeria img {
    margin: 0 auto
}

figcaption {
    display: none
}

.imgCab3 .owl-stage-outer {
    margin: 0 !important
}

.imgCab3 .item {
    margin: 5px
}

.enlace-iconos {
    width: 100%
}

.enlace-iconos li {
    display: inline-block;
    margin: 5px;
    width: 31%;
    clear: both;
    border: 2px solid #c1e1ec;
    margin-left: 0 !important
}

.enlace-iconos li.ico-costas a {
    background: url(../img/ico-costas.png) 15px center no-repeat
}

.enlace-iconos li.ico-biodiversidad a {
    background: url(../img/ico-biodiversidad.png) 15px center no-repeat
}

.enlace-iconos li.ico-desarrollo-rural a {
    background: url(../img/ico-desarrollo.png) 15px center no-repeat
}

.enlace-iconos li.ico-pesca a {
    background: url(../img/ico-pesca.png) 15px center no-repeat
}

.enlace-iconos li.ico-agua a {
    background: url(../img/ico-agua.png) 15px center no-repeat
}

.enlace-iconos li.ico-ganaderia a {
    background: url(../img/ico-ganaderia.png) 15px center no-repeat
}

.enlace-iconos li.ico-cambio-climatico a {
    background: url(../img/ico-cambio-climatico.png) 15px center no-repeat
}

.enlace-iconos li.ico-alimentacion a {
    background: url(../img/ico-alimentacion.png) 15px center no-repeat
}

.enlace-iconos li.ico-agricultura a {
    background: url(../img/ico-agricultura.png) 15px center no-repeat
}

.enlace-iconos li.ico-calidad-ambiental a {
    background: url(../img/ico-calidad-ambiental.png) 15px center no-repeat
}

.enlace-iconos li:hover {
    background: #c1e1ec;
    border: 2px solid #014a81;
    cursor: pointer
}

.enlace-iconos li:hover a {
    color: #fff
}

.enlace-iconos li a {
    display: table;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 5px;
    width: 100%
}

.enlace-iconos li a div {
    display: table-cell
}

.enlace-iconos li a div:first-of-type {
    width: 60px
}

@media screen and (max-width:991px) {
    .enlace-iconos li {
        width: 47%
    }
}

@media screen and (max-width:500px) {
    .enlace-iconos li {
        width: 100%
    }
}

.home-directo-a ul,
.home-enlaces ul,
.home-organismos ul {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    text-align: center
}

.home-directo-a ul li,
.home-enlaces ul li,
.home-organismos ul li {
    display: inline-block;
    vertical-align: top
}

.directo-a-texto span {
    font-size: 1rem;
    margin-top: .5rem;
    display: inline-block;
    width: auto
}

.home-social>.panel-body {
    margin-top: 0;
    padding-bottom: 0
}

.home-directo-a .panel-body {
    background: beige;
    height: 272px
}

.home-directo-a li {
    width: 49%;
    margin: 10px 0 !important
}

.home-organismos {
    padding-top: 0 !important
}

.home-organismos li {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 10px
}

.home-organismos.provisional ul li {
    margin: 10px 0;
    width: 33%
}

.home-enlaces li {
    width: 11%;
    margin-right: 1em;
    vertical-align: middle;
    border-left: none !important;
    min-width: 5.5rem;
    margin-bottom: 1rem;
    padding: 1rem
}

.enlaces-imagen-texto ul {
    height: auto;
    margin-left: 0;
    padding: 0;
    width: 100%
}

.enlaces-imagen-texto ul li {
    display: inline-block;
    width: 22%;
    margin-right: 1em;
    vertical-align: top;
    border-left: none !important;
    min-width: 5.5rem;
    margin-left: auto
}

.enlaces-imagen-texto ul li div {
    font-size: 10px
}

.enlaces-imagen-texto ul img {
    vertical-align: bottom;
    display: inline;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: auto;
    margin-bottom: 5px
}

.enlaces-directos {
    width: 100%;
    display: inline-block;
    list-style-type: none;
    text-align: center
}

.enlaces-directos li {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem
}

@media screen and (max-width:991px) {
    .home-directo-a li,
    .home-organismos li {
        width: auto;
        margin: 10px !important
    }
    .home-directo-a .panel-body {
        height: auto
    }
}

@media screen and (max-width:480px) {
    .enlaces-imagen-texto ul li {
        width: 48%;
        margin-right: 0
    }
}

#calendar {
    border: none;
    text-align: center;
    padding-bottom: 12px
}

#calendar .calendar-cab a.back {
    float: left
}

#calendar .calendar-cab a.next {
    float: right
}

#calendar .calendar-cab {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1rem;
    border: none;
    border-width: 1px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px
}

#calendar .calendar-cab a {
    color: #014a81
}

#calendar .calendar-cab a .fa {
    padding-right: 0
}

#calendar .calendar-cab a:hover i {
    color: #333
}

#calendar table {
    background-color: #EFEFEF;
    border: none;
    empty-cells: show;
    width: 100%
}

#calendar th {
    background-color: #EFEFEF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #666;
    font-size: 1em;
    font-weight: 700;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    border-width: 1px;
    border-color: #d4d2d1;
    border-style: solid;
    line-height: 20px
}

#calendar td {
    background-color: #FFF;
    cursor: pointer;
    font-size: 1em;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    border-width: 1px;
    border-color: #d4d2d1;
    border-style: solid;
    color: #7a6c69;
    line-height: 20px
}

#calendar td:hover {
    color: #FFF;
    background: #0144c8;
    font-weight: 400
}

#calendar td a {
    display: block;
    color: #7a6c69
}

#calendar td.today {
    background-color: #014a81 !important;
    background-position: 0 bottom;
    background-repeat: repeat-x;
    color: #FFF
}

#calendar td.today a {
    color: #FFF
}

#calendar td.back {
    background-color: #f7f7f7;
    border-width: 1px;
    border-color: #d4d2d1;
    border-style: solid
}

#calendar td.back:hover {
    color: #FFF;
    background: #0144c8
}

#calendar td.destacada {
    background-color: #41a4c4;
    color: #FFF
}

#calendar td.othermonth {
    background-color: #c1e1ec;
    border-width: 1px;
    border-color: #d4d2d1;
    border-style: solid;
    color: #7a6c69
}

#calendar td.othermonth.today {
    background-color: #c1e1ec !important;
    border-width: 1px;
    border-color: #d4d2d1;
    border-style: solid;
    color: #DADADA
}

#calendar .hover {
    background-color: transparent;
    color: #7a6c69;
    display: none;
    font-weight: 400;
    padding-right: 3px;
    position: absolute;
    text-align: left;
    z-index: 1000
}

#calendar .hover h4 {
    border-bottom-color: #CCC;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    color: #4C6583
}

#calendar .calendar-cab span {
    color: #014a81;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif
}

.ultimas-noticias {
    display: none;
    clear: both
}

.home-agenda ul {
    list-style-type: none;
    width: 100%
}

.home-agenda ul li {
    display: block;
    border: 1px solid #eee;
    margin-top: 2px;
    padding: 5px
}

.home-agenda ul li .fecha {
    display: block;
    background: #c1e1ec
}

.home-agenda ul li .hora {
    display: inline-block;
    width: auto;
    padding: 2px 5px;
    margin-right: 5px
}

.home-agenda .hora:before {
    content: "\f017";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
    color: #014a81
}

.home-agenda .hora+span:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
    color: #014a81
}

.home-agenda .agenda-ver-todo {
    width: 100%;
    margin-top: .5rem;
    display: inline-block;
    font-size: 11px
}

.home-agenda .agenda-ver-todo a.previsiones,
.home-agenda .agenda-ver-todo a.rss {
    display: block
}

.home-agenda .agenda-ver-todo .fa-rss {
    color: orange;
    font-size: 15px
}

.home-agenda .agenda-ver-todo .fa-calendar:before {
    color: #014a81;
    font-size: 15px
}

.home-agenda .panel-body {
    padding: 0
}

.home-agenda .contenedor-agenda {
    display: inline-block
}

.home-agenda .contenedor-agenda .hoja {
    display: inline-block;
    position: relative;
    max-width: 7rem;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
    overflow: hidden;
    padding: .5rem 2rem;
    float: none;
    text-align: center
}

.home-agenda .contenedor-agenda .hoja strong {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2rem 0;
    color: #fff;
    background-color: #014a81;
    border-bottom: 1px dashed #41a4c4;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    background-attachment: fixed;
    -webkit-border-top-left-radius: .5rem;
    -webkit-border-top-right-radius: .5rem;
    -moz-border-radius-topleft: .5rem;
    -moz-border-radius-topright: .5rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.home-agenda .contenedor-agenda .hoja span {
    width: 100%;
    padding-top: 0;
    color: #2f2f2f;
    display: block;
    text-align: center;
    font-size: 3.2rem;
    position: relative;
    top: 15px
}

.home-agenda .contenedor-agenda .hoja em {
    position: relative;
    bottom: 0;
    color: #2b2b2b;
    width: 100%;
    text-align: center;
    display: inline-block;
    float: none;
    font-size: 1rem
}

.home-agenda .contenedor-agenda .convocatoria {
    padding: 2px 5px;
    border: 1px solid #014a81;
    margin-bottom: 3px
}

.home-agenda .contenedor-agenda .convocatoria p {
    margin: 0;
    font-size: 11px
}

.home-agenda .home-agenda+.col-md-6 {
    padding: 1rem
}

.home-agenda .contenedor-agenda-v3 .agenda-numero {
    font-size: 48px;
    display: inline-block;
    margin-right: 10px;
    color: #014a81;
    height: 50px;
    line-height: 50px
}

.home-agenda .contenedor-agenda-v3 .agenda-info {
    display: inline-block
}

.home-agenda .contenedor-agenda-v3 .agenda-mes {
    display: block;
    font-size: 25px;
    text-transform: capitalize;
    vertical-align: top;
    height: 22px;
    line-height: 28px
}

.home-agenda .contenedor-agenda-v3 .agenda-dia {
    display: block;
    font-size: 15px;
    height: 25px;
    line-height: 25px
}

.home-agenda .contenedor-agenda-v3 .convocatoria {
    padding: 2px 5px;
    margin-bottom: 3px;
    display: table
}

.home-agenda .contenedor-agenda-v3 .convocatoria p {
    margin: 0;
    font-size: 11px;
    display: table-cell;
    border-left: 2px solid #014a81;
    padding-left: 5px
}

.home-agenda .contenedor-agenda-v3 .convocatoria a {
    text-decoration: none
}

.home-agenda .contenedor-agenda-v3 .hora {
    display: table-cell;
    width: 51px;
    vertical-align: middle !important;
    padding-right: 5px
}

.home-agenda .contenedor-agenda-v3 .agenda-ver-todo a {
    text-decoration: none;
    color: #333
}

.home-agenda .contenedor-agenda-v3 .agenda-ver-todo .fa:before {
    margin-right: 0 !important
}

.home-agenda .contenedor-agenda-v3 .agenda-ver-todo a.previsiones,
.home-agenda .contenedor-agenda-v3 .agenda-ver-todo a.rss {
    display: inline-block;
    padding-right: 10px
}

.convocatoria-detalle h3 {
    margin-top: 0
}

.convocatoria-detalle .txt-bold {
    margin: 5px 0
}

.convocatoria-detalle .ico-direccion {
    margin: 0
}

.convocatoria-detalle .meta {
    width: 90%
}

.home-destacados {
    clear: both
}

.home-destacados .item {
    transition: all .2s ease-in-out
}

.home-destacados .item:hover img {
    transform: scale(1.05) perspective(1px) translateZ(0)
}

.home-destacados .destacados-caption {
    font-size: .6rem;
    color: #666;
    padding-top: .5rem;
    display: inline-block;
    width: 100%
}

.home-destacados .destacados-categoria {
    font-size: .7rem;
    color: #014a81;
    text-transform: uppercase;
    min-height: 31px;
    display: inline-block
}

.herramientas-agenda {
    margin-bottom: 10px
}

.home-twitter {
    padding-left: 15px;
    padding-right: 0
}

.home-twitter .participa-twitter {
    display: inline-block;
    width: auto;
    float: left;
    font-size: 25px;
    padding-left: 10px
}

.home-twitter .twitter-magrama {
    display: inline-block;
    width: auto;
    float: right;
    font-size: 16px;
    padding-right: 5px
}

.home-twitter .twitter {
    margin-top: 35px
}

.home-twitter iframe.twitter-timeline {
    max-height: 240px !important
}

@media screen and (max-width:991px) {
    #twitter-widget-0,
    #twitter-widget-1 {
        width: 100% !important
    }
}

@media screen and (max-width:414px) and (orientation:portrait) {
    @supports (-webkit-overflow-scrolling: touch) {
        #twitter-widget-0, #twitter-widget-1 {
            width:300px !important
        }
    }
}

.home-youtube .header-youtube {
    padding-bottom: 44px
}

.home-youtube .participa-youtube {
    display: inline-block;
    width: auto;
    float: left;
    font-size: 30px
}

.home-youtube .youtube {
    display: inline-block;
    width: auto;
    float: right;
    font-size: 18px;
    padding-right: 10px
}

.panel-default>.panel-heading {
    background: #5cade2;
    color: #fff;
    border-color: none;
    cursor: pointer
}

.panel-default>.panel-heading.accordion-toggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff
}

.panel-default>.panel-heading.accordion-toggle.collapsed:before {
    content: "\e080"
}

.panel-heading.collapsed {
    background-color: #34495e
}

.panel-default .panel-heading:hover {
    background: #5cade2
}

#accordion .lista-documentos {
    margin: 0;
    padding: 15px
}

#accordion .lista-documentos i {
    margin-right: .5rem
}

.papel-curvo {
    margin-top: 1rem;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 15px 30px;
    background-color: #ede9d4;
    -moz-border-radius: 0 0 20px;
    -webkit-border-radius: 0 0 20px;
    border-radius: 0 0 20px
}

.papel-curvo span {
    color: #333;
    font-weight: 700
}

.papel-curvo a {
    color: #333
}

.papel-curvo:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 30;
    -moz-box-shadow: -5px 2px 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: -5px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: -5px 2px 5px rgba(0, 0, 0, .3);
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-10deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-10deg) translate3d(0, 0, 0);
    -o-transform: rotate(-10deg) translate3d(0, 0, 0);
    transform: rotate(-10deg) translate3d(0, 0, 0)
}

.papel-curvo ul {
    list-style-type: none
}

.papel-curvo ul li {
    text-indent: -1.4em !important;
    margin: 10px 0
}

.papel-curvo ul li:before {
    font-family: Fontawesome;
    content: "\f00c";
    float: left;
    width: 1.4em;
    color: #002977
}

.papel-curvo hr {
    margin-top: 5px;
    margin-bottom: 0;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0)
}

.listado-enlaces-destacado {
    background: #f8fafc;
    padding: 15px 30px
}

.listado-enlaces-destacado h3 {
    font-weight: 700
}

.listado-enlaces-destacado a {
    color: #014a81
}

.listado-enlaces-destacado ul {
    list-style-type: none
}

.listado-enlaces-destacado ul li {
    text-indent: -1.4em;
    margin: 10px 0
}

.listado-enlaces-destacado ul li:before {
    font-family: Fontawesome;
    content: "\f00c";
    float: left;
    width: 1.4em;
    color: #014a81
}

.listado-destacado-enlaces-2 {
    padding: 0 10px
}

.listado-destacado-enlaces-2 p {
    background: #f8fafc;
    padding: 15px 30px
}

.listado-destacado-enlaces-2 h3 {
    font-weight: 700;
    border-bottom: 2px solid #014a81
}

.listado-destacado-enlaces-2 a {
    color: #014a81
}

.listado-destacado-enlaces-2 ul {
    list-style-type: none
}

.listado-destacado-enlaces-2 ul li {
    margin: 10px 0
}

.listado-destacado-enlaces-2 ul li:before {
    font-family: Fontawesome;
    content: "\f00c";
    float: left;
    width: 1.4em;
    color: #014a81
}

.detalle-bullets ul {
    list-style-type: square
}

.detalle-bullets ul ul {
    list-style-type: circle
}

.detalle-bullets li a:before {
    margin-right: 5px
}

#banner-portada {
    width: 100%
}

.banner-home {
    background: #9fe4df;
    text-align: center
}

.banner-ministra.v2 {
    height: 167px;
    padding-left: 0;
    margin-top: 0;
    position: relative;
    padding-right: 10px;
    margin-bottom: 1rem;
    background: -moz-linear-gradient(top, #7b8478 0, rgba(123, 132, 120, .99) 1%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #7b8478 0, rgba(123, 132, 120, .99) 1%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #7b8478 0, rgba(123, 132, 120, .99) 1%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b8478', endColorstr='#00ffffff', GradientType=0);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.banner-ministra.v2 img {
    position: absolute;
    top: -23px;
    right: 0;
    left: auto
}

.banner-ministra.v2 .texto-banner-ministra em {
    display: block;
    font-size: 1.6rem
}

.banner-ministra.v2 .texto-banner-ministra span {
    font-size: 1.6rem;
    padding-top: 0;
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    width: 60%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic
}

.banner-ministra.v2 .texto-banner-ministra+span {
    display: inline-block;
    color: #333;
    background: 0 0;
    width: 60%;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 700
}

@media (max-width:480px) {
    .banner-ministra.v2 {
        height: 120px !important
    }
    .banner-ministra.v2 img {
        height: 95% !important
    }
    .banner-ministra.v2 .texto-banner-ministra span {
        font-size: 1.3rem !important
    }
    .banner-ministra.v2 .texto-banner-ministra+span {
        font-size: 11px !important
    }
    .banner-ministra.v2 img {
        top: -5px !important
    }
}

@media (max-width:400px) {
    .banner-ministra.v2 .texto-banner-ministra em,
    .banner-ministra.v2 .texto-banner-ministra span {
        font-size: 1rem !important
    }
}

.banner-ministra.v2.temporal {
    text-align: center;
    padding-top: 20px
}

.banner-ministra.v2.temporal img {
    display: none
}

.banner-ministra.v2.temporal .texto-banner-ministra span {
    padding-bottom: 10px;
    font-size: 14px;
    width: auto
}

.banner-ministra.v2.temporal .texto-banner-ministra+span {
    width: auto;
    padding-left: 10px;
    font-size: 13px
}

.alerta {
    background: rgba(102, 102, 102, .2);
    zoom: 1;
    display: table;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.alerta .icono-alerta {
    display: table-cell;
    padding: 0;
    float: none;
    background: #fe0000;
    vertical-align: middle
}

.alerta .enlace-alerta {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 6px 20px;
    width: 100%;
    text-align: center
}

.alerta .enlace-alerta a {
    color: #333
}

.alerta h2 {
    white-space: nowrap;
    display: inline-block;
    position: relative;
    padding: 6px 20px;
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
    font-size: 12px;
    line-height: 2
}

@media (max-width:480px) {
    .alerta h2 {
        font-size: 1em !important;
        padding: 10px
    }
    .alerta a {
        font-size: .9em
    }
}

.novedades-caja {
    width: 100%;
    background: #FFF;
    margin: 0 auto 1rem;
    min-height: 20px;
    padding: 0
}

.novedades-caja h3 {
    text-align: center;
    position: relative
}

@media (max-width:991px) {
    .novedades-caja {
        text-align: center;
        padding: 10px
    }
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 20px;
    display: none;
    background: #014a81;
    border: 2px solid #fff
}

#back-to-top .glyphicon {
    color: #fff
}

.footer-images {
    display: inline-block;
    width: 100%
}

.footer-images ul {
    height: auto;
    margin-left: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
    list-style-type: none
}

.footer-images ul li {
    display: inline-block;
    width: 11%;
    margin-right: 1em;
    border-left: none !important;
    min-width: 5.5rem;
    margin-bottom: 1rem;
    vertical-align: middle;
    padding: 1rem
}

.footer-images ul li img {
    margin: 0 10px;
    vertical-align: bottom;
    display: inline;
    width: 100%;
    height: auto;
    max-width: 100%
}

#mensajeEmergentePopUp {
    height: 250px;
    left: 0;
    position: absolute;
    width: 100%;
    display: none;
    z-index: 101;
    top: 1
}

#textoinfomensajeEmergentePopUp {
    padding: 1em 0;
    font-size: 13px;
    text-align: center
}

#centrandodirectorio {
    background: #FFF;
    margin: 0 auto;
    overflow: hidden;
    width: 40%;
    border-radius: 10px
}

#centrandodirectorio .botondirectorio-avanzado {
    background-color: #05556F;
    color: #FFF;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    margin-top: .9em;
    text-align: center;
    width: 83px
}

#centrandodirectorio .botones {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 1em;
    width: auto;
    text-align: center
}

#centrandodirectorio .botones input {
    border: 1px solid #666;
    font-size: 12px;
    margin: 1em 0 0 1em;
    padding: .4em 1em;
    border-radius: .5rem
}

object {
    width: 100%
}

.calendarMonth {
    display: block;
    margin-bottom: 2rem
}

@media screen and (max-width:768px) {
    .visible-xs {
        display: block !important
    }
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%
    }
    .row-offcanvas-left.active {
        left: 50%
    }
    .row-offcanvas-left.active .contenido .btn-info {
        display: none
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%
    }
    .sidebar-offcanvas .ocultar-offcanvas {
        margin-top: -15px;
        padding-left: 20px
    }
}

@media screen and (max-width:360px) {
    .sidebar-offcanvas {
        margin-left: 5px
    }
}

.contenido .visible-xs.btn-offcanvas+#app_section h2,
.contenido .visible-xs.btn-offcanvas+h2 {
    display: inline-block;
    width: 90%;
    float: left
}

.pestana {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    right: 10px;
    background: 0 0
}

.pestana a {
    color: #fff
}

.pestana .pestana-configuracion {
    color: #9b9797
}

.pestana .pestana-configuracion.social:before {
    content: none
}

.pestana h2 {
    height: auto;
    width: 70%;
    border-bottom: 0;
    color: #333;
    line-height: 1.5em;
    margin: 0;
    border-right: 15px solid transparent;
    display: inline-block;
    padding: 5px 10px 0;
    vertical-align: bottom
}

.pestana-flecha {
    position: relative;
    width: 100%;
    display: block;
    margin: 10px 0 20px;
    clear: both;
    font-size: 0
}

.pestana-flecha:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 18px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.pestana-flecha:after {
    content: '';
    position: absolute;
    left: 22px;
    top: -4px;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent
}

.pestana-configuracion {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 1.4rem
}

.herramientas {
    display: none;
    width: auto;
    position: absolute;
    top: -10px;
    right: 22px;
    z-index: 1;
    background: #eee;
    border-radius: 7px;
    line-height: 1
}

.herramientas-pestana {
    width: auto
}

.herramientas-pestana li {
    display: inline-block;
    color: #014a81;
    font-size: 20px;
    padding: 2px 6px;
    margin-left: auto !important
}

.herramientas-pestana li.social:before {
    content: none
}

.herramientas-pestana li .ico-ayuda,
.herramientas-pestana li .ico-ciudadano,
.herramientas-pestana li .ico-imprimir {
    color: #333
}

.herramientas-pestana li .ico-ayuda:hover,
.herramientas-pestana li .ico-ciudadano:hover,
.herramientas-pestana li .ico-imprimir:hover {
    color: #014a81;
    font-weight: 700
}

.herramientas-pestana li .ico-whatsapp {
    color: #34af23 !important
}

.herramientas-pestana li .ico-facebook {
    color: #3d5b96 !important
}

.herramientas-pestana li .ico-twitter {
    color: #39c !important
}

.herramientas-pestana li .ico-linkedin {
    color: #4875b4 !important
}

.herramientas-pestana li .ico-facebook:hover,
.herramientas-pestana li .ico-linkedin:hover,
.herramientas-pestana li .ico-twitter:hover,
.herramientas-pestana li .ico-whatsapp:hover {
    font-weight: 700
}

.herramientas-pestana li .fa {
    padding-right: 0
}

.herramientas-pestana li a i:before {
    margin-right: 0
}

.pestana-configuracion.social:focus,
.pestana-configuracion.social:hover,
.pestana-configuracion.tools:focus,
.pestana-configuracion.tools:hover {
    color: #014a81
}

.pestana-configuracion.tools .fa-cogs {
    padding-right: 0 !important
}

.herramientas-pestana li .ico-facebook,
.herramientas-pestana li .ico-twitter,
.herramientas-pestana li .ico-whatsapp,
.herramientas-pestana li a {
    color: #9b9797
}

#framepdf {
    display: none
}

.header .herramientas {
    display: none;
    width: auto;
    position: relative;
    z-index: 4;
    background: #eee;
    border-radius: 7px;
    line-height: 1;
    margin-left: 20px;
    top: 0;
    right: 0
}

.header .pestana-configuracion.social:focus,
.header .pestana-configuracion.social:hover,
.header .pestana-configuracion.tools:focus,
.header .pestana-configuracion.tools:hover {
    color: #fff
}

.contenido .pestana {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    position: relative;
    float: right
}

#app_section .pestana {
    top: 0 !important
}

.carrusel-cartografia {
    width: 100%;
    margin: 30px 0 10px
}

.mundo {
    max-height: 98px
}

.mapa .panel-info {
    margin: 1rem 0
}

.mapa .panel-info .enlaces-mapa>li {
    vertical-align: top
}

.mapa .panel-info .enlaces-mapa>li a {
    font-weight: 700
}

.mapa .panel-info .enlaces-mapa>li ul {
    padding: 10px;
    list-style-type: disc;
    font-size: 12
}

.mapa .panel-info .enlaces-mapa>li:nth-child(1) a {
    color: #dd8200
}

.mapa .panel-info .enlaces-mapa>li:nth-child(2) a {
    color: #044682
}

.mapa .panel-info .enlaces-mapa>li:nth-child(3) a {
    color: #670046
}

.enlace-rutas li {
    margin: 6px 0
}

.enlace-rutas a {
    display: table
}

.enlace-rutas i {
    font-size: 25px !important;
    display: table-cell;
    vertical-align: middle
}

.enlace-rutas .ico-zip {
    color: #777;
    display: inline-block
}

.enlace-rutas .ico-pdf {
    color: red;
    display: inline-block
}

.enlace-rutas .ico-generico {
    display: inline-block
}

.enlace-rutas span {
    display: table-cell;
    vertical-align: middle
}

.row-offcanvas .sidebar-nav {
    padding: 0 0 0 20px
}

.row-offcanvas .sidebar-nav .nav {
    margin-bottom: 8px;
    border: none;
    border-bottom: 1px solid #e1e1e1 !important
}

.row-offcanvas .sidebar-nav .nav li a {
    color: #333
}

.row-offcanvas .sidebar-nav .nav a {
    display: block;
    height: 1%;
    padding: 7px 9px;
    color: #000;
    text-decoration: none;
    background: #eee;
    border-top: 1px solid #e1e1e1
}

.row-offcanvas .sidebar-nav .nav a:hover {
    color: #fff;
    background: #014a81
}

.row-offcanvas .sidebar-nav .nav .open {
    background: #c1e1ec
}

.row-offcanvas .sidebar-nav .nav .open h2 {
    font-size: 15px;
    margin: 0;
    position: relative
}

.row-offcanvas .sidebar-nav .nav .open h2:after {
    position: absolute;
    left: 5px;
    display: inline-block;
    border-top: 5px solid #014a81;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid transparent;
    content: " ";
    z-index: 2
}

.row-offcanvas .sidebar-nav .nav .open .open h3 {
    font-size: 12px;
    margin: 0
}

.row-offcanvas .sidebar-nav .nav .open h2 a {
    color: #fff;
    background: #014a81;
    border-bottom: 0
}

.row-offcanvas .sidebar-nav .nav .open li a {
    color: #01413b;
    background: 0
}

.row-offcanvas .sidebar-nav .nav .open li a:hover {
    color: #fff;
    background: #41a4c4
}

.row-offcanvas .sidebar-nav .nav .open .open {
    background: #f8fafc
}

.row-offcanvas .sidebar-nav .nav .open .open h3 a {
    color: #fff;
    background: #41a4c4
}

.row-offcanvas .sidebar-nav .nav .open .open li a {
    padding-left: 20px
}

.row-offcanvas .sidebar-nav .nav .open .open li a:hover {
    color: #1e3946;
    background: #e1f1f6;
    border-color: #d7dde3
}

.row-offcanvas .sidebar-nav .nav .open .open li li a {
    padding-left: 30px;
    color: #444;
    background: #e5e5e5;
    border-color: #ccc
}

.row-offcanvas .sidebar-nav .nav .open .open li li li a {
    padding-left: 35px;
    color: #444;
    background: #ccc;
    border-color: #bbb
}

.row-offcanvas .sidebar-nav .nav .open .open li li li li a {
    padding-left: 40px;
    color: #444;
    background: #ddd;
    border-color: #fcfcfc
}

.row-offcanvas .sidebar-nav .nav .open .open .open {
    background: #cecdcc
}

.row-offcanvas .sidebar-nav .nav .open .open .open h3 a {
    color: #01413b;
    background: #8ad5ec;
    border-color: #cecdcc
}

.row-offcanvas .sidebar-nav .nav .open .open .open li a {
    padding-left: 20px
}

.row-offcanvas .sidebar-nav .nav .open .open .open li a:hover {
    color: #1e3946;
    background: #e3e2e2;
    border-color: #cecdcc
}

.panel .panel-heading.adorno-nivel1 {
    background-color: #2b80b9
}

.panel .panel-heading.adorno-nivel1 h3,
.panel .panel-heading.adorno-nivel1 h3::before {
    background: #2b80b9
}

.panel .panel-heading.adorno-nivel3 h3 {
    color: #333
}

.footer {
    background: #014a81
}

.footer .menu-completo {
    background: #41a4c4
}

.pestana-flecha {
    border-bottom: 2px solid #014a81;
    border-top: 3px solid #d9f6f4
}

.pestana-flecha:before {
    border-bottom: 10px solid #014a81
}

.bootstrap-select.show-menu-arrow>.btn.dropdown-toggle.btn-default {
    background: #014a81 !important
}

.bootstrap-select.show-menu-arrow .dropdown-menu li a:focus,
.bootstrap-select.show-menu-arrow .dropdown-menu li a:hover,
.bootstrap-select.show-menu-arrow .dropdown-menu li.selected a {
    background-color: #41a4c4 !important
}

.cbp-ntaccordion {
    list-style: none;
    margin: 0;
    padding: 0
}

#cbp-ntaccordion>li {
    margin-left: auto
}

.cbp-ntaccordion h3,
.cbp-ntaccordion h4,
.cbp-ntaccordion h5 {
    margin: 6px 0;
    display: table !important;
    width: 100% !important
}

.cbp-ntsubaccordion {
    list-style: none;
    margin-left: 10px
}

.cbp-ntaccordion .cbp-nttrigger {
    cursor: pointer
}

.cbp-nttrigger>span {
    max-width: 80%;
    display: inline-block;
    line-height: 1.5
}

.cbp-ntaccordion h3 {
    font-weight: 300;
    padding: 7px 10px;
    background: #41a4c4;
    color: #fff;
    border-radius: 5px
}

.cbp-ntaccordion h4 {
    padding: 7px 10px;
    background: #c1e1ec;
    border-radius: 5px
}

.cbp-ntaccordion h5 {
    padding: 7px 10px;
    background: #f1f6f9;
    border-radius: 5px
}

.cbp-ntaccordion .cbp-ntcontent p {
    padding: 8px;
    margin: 0;
    color: #888
}

.cbp-ntaccordion li .cbp-nttrigger:after,
.cbp-ntsubaccordion li .cbp-nttrigger:after {
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    text-transform: none;
    line-height: 1;
    color: #014a81;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    text-align: right;
    display: table-cell
}

.cbp-ntaccordion li>.cbp-nttrigger:after {
    content: "\e080"
}

.cbp-ntaccordion li.cbp-ntopen>.cbp-nttrigger:after,
.cbp-ntaccordion li>.cbp-nttrigger:hover:after,
.no-js .cbp-ntaccordion li .cbp-nttrigger:after {
    content: "\e114"
}

.cbp-ntsubaccordion li .cbp-nttrigger:after {
    content: "\e080"
}

.cbp-ntsubaccordion li .cbp-ntopen .cbp-nttrigger:after,
.cbp-ntsubaccordion li .cbp-nttrigger:hover:after,
.no-js .cbp-ntsubaccordion li .cbp-nttrigger:after {
    content: "\e114"
}

.cbp-ntsubaccordion .cbp-ntsubaccordion li .cbp-nttrigger:after {
    content: "\e080"
}

.cbp-ntsubaccordion .cbp-ntsubaccordion li .cbp-ntopen .cbp-nttrigger:after,
.cbp-ntsubaccordion .cbp-ntsubaccordion li .cbp-nttrigger:hover:after,
.no-js .cbp-ntsubaccordion .cbp-ntsubaccordion li .cbp-nttrigger:after {
    content: "\e114"
}

.cbp-ntaccordion .cbp-ntcontent {
    height: 0;
    overflow: hidden
}

.cbp-ntaccordion .cbp-ntcontent li {
    list-style-position: inside
}

.cbp-ntaccordion .cbp-ntopen>.cbp-ntcontent,
.cbp-ntsubaccordion .cbp-ntopen>.cbp-ntcontent,
.no-js .cbp-ntaccordion .cbp-ntcontent {
    height: auto
}

#cbp-ntaccordion ul.cbp-ntaccordion li,
#cbp-ntaccordion ul.cbp-ntsubaccordion li {
    margin-left: auto;
    padding-left: 14px
}

.cbp-ntsubaccordion {
    max-width: 100%
}

.cbp-ntsubaccordion li {
    float: left;
    width: 100%;
    margin: 0;
    text-decoration: none
}

.cbp-ntsubaccordion img {
    max-width: 100px
}

.cbp-ntsubaccordion li.tiene-imagen a,
.cbp-ntsubaccordion span.tiene-imagen a {
    font-size: 11px;
    word-break: break-word;
    text-align: center;
    display: block
}

.cbp-ntsubaccordion li.tiene-imagen {
    max-width: 130px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #eee;
    padding: 3px;
    min-height: 165px
}

.cbp-ntsubaccordion li.tiene-imagen img {
    max-width: 120px;
    margin: 0 auto;
    height: 80px
}

.cbp-ntsubaccordion ul li.tiene-imagen {
    max-width: 130px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #eee;
    padding: 3px;
    min-height: 165px
}

.cbp-ntsubaccordion ul li.tiene-imagen img {
    max-width: 120px;
    margin: 0 auto;
    height: 80px
}

h5+.cbp-ntcontent span.tiene-imagen {
    max-width: 130px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #eee;
    padding: 3px;
    vertical-align: top;
    min-height: 165px
}

h5+.cbp-ntcontent span.tiene-imagen img {
    max-width: 120px;
    margin: 0 auto;
    height: 80px
}

.cbp-ntcontent .cbp-ntsubaccordion ul {
    padding: 0 0 0 20px !important
}

.cbp-ntcontent ul,
.cbp-ntcontent ul.sf-menu {
    padding: 0 0 0 8px !important
}

.cbp-ntcontent li {
    padding-left: 0 !important;
    list-style-position: outside !important
}

.cbp-ntcontent ul.quita-bullets {
    padding: 0 0 0 25px !important
}

.cbp-ntcontent li.quita-bullets {
    text-indent: -8px
}

.cbp-ntcontent ul.tiene-imagen {
    padding: 0 !important
}

.cbp-ntcontent li.tiene-imagen {
    padding: 8px !important
}

.sf-menu li {
    clear: left
}

.sf-menu ul {
    font-size: 1em
}

.sf-menu li {
    min-height: 18px;
    padding-bottom: .5em;
    font-size: 1em;
    list-style: none
}

.sf-menu li ul {
    padding-left: .25em
}

.sf-menu li ul ul {
    padding-left: 1.25em
}

.sf-menu .menuTree:before {
    font-family: FontAwesome;
    float: left;
    color: #014a81;
    content: "\f07b";
    font-size: 15px
}

.sf-menu .expanded:before {
    font-family: FontAwesome;
    float: left;
    color: #41a4c4;
    content: "\f07c";
    font-size: 15px
}

.sf-menu li.collapsed,
.sf-menu ul.collapsed {
    display: none
}

.sf-menu a.menuTree {
    display: block;
    float: left;
    clear: both;
    padding-right: 10px
}

.sf-menu a.menuTree+strong {
    padding-top: 2px;
    display: inline-block;
    width: 90%
}

.tree-documents {
    padding-top: .5em;
    margin: 0 0 0 1.5em;
    list-style: none
}

.col-md-12.contenido>img,
figure.imagen-cabecera img {
    width: 100%
}

.figure.left {
    float: left;
    padding-right: 18px;
    margin-right: 12px;
    margin-bottom: 12px
}

.figure.right {
    float: right;
    padding-right: 18px;
    margin-right: 12px;
    margin-bottom: 12px
}

.meta {
    display: inline-block;
    float: left;
    padding: 5px 10px;
    background: #e1f1f6;
    margin-right: 20px
}

.meta img {
    margin-bottom: 10px
}

.meta abbr[data-original-title],
.meta abbr[title] {
    border: none;
    text-decoration: none
}

.meta dl {
    margin-bottom: 0
}

#col-derecha div[class*=contentVideo] {
    margin: 0 auto 1rem
}

.stacktable {
    width: 100%
}

.st-head-row {
    padding-top: 1em
}

.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0
}

.st-key {
    width: 30%;
    text-align: left;
    padding-right: 1%
}

.st-val {
    width: 68%;
    padding-left: 1%
}

.stacktable.large-only {
    display: table
}

.stacktable.large-only tr th {
    color: #014a81
}

.stacktable.small-only {
    display: none
}

.stacktable.small-only tr>.st-head-row {
    background: #41a4c4;
    color: #fff;
    text-align: left
}

.stacktable.small-only tr>.st-head-row-main {
    background: #fff;
    color: #41a4c4;
    border-top: none
}

.stacktable.small-only th a {
    color: #fff !important
}

.stacktable.large-only td:empty,
.stacktable.large-only th:empty,
.stacktable.small-only td:empty,
.stacktable.small-only th:empty {
    display: none
}

.table.large-only .link:before {
    display: none !important
}

.stacktable.large-only .img-responsive {
    max-width: 100px !important
}

.tabla-responsive .ico-tabla:before {
    font-family: FontAwesome;
    content: "\f0ce";
    display: inline-block;
    padding: 0 1rem;
    color: #fff;
    float: left
}

.tabla-responsive caption {
    text-align: center;
    font-size: 1.125rem;
    color: #fff;
    background: #41a4c4;
    margin-bottom: 1rem
}

.tabla-responsive .tabla-responsive>tbody>tr:hover>th,
.tabla-responsive>tbody>tr:hover>td {
    background-color: #dbe5e4;
    cursor: hand
}

.tabla-responsive .tabla-responsive>tbody>tr:hover>th a,
.tabla-responsive>tbody>tr:hover>td a {
    cursor: hand
}

.tabla-responsive tbody tr:nth-child(odd) {
    background: #e1f1f6
}

@media screen and (max-width:1000px) {
    .tabla-responsive tbody tr:nth-child(odd) {
        background: #fff
    }
    .stacktable.large-only {
        display: none
    }
    .stacktable.small-only {
        display: table
    }
    .stacktable.small-only tbody>tr td,
    .stacktable.small-only tbody>tr>th {
        word-break: break-word !important
    }
}

#list-novedades .item-novedad {
    display: inline-block;
    width: auto
}

#list-novedades .item-novedad h3 a {
    color: #014a81;
    font-weight: 700
}

#list-novedades .item-novedad .leer-mas a {
    font-weight: 700;
    color: #014a81
}

.responsive.noticia-center li {
    margin: 0;
    text-align: left;
    display: inline-block;
    word-spacing: normal;
    font-size: .7rem;
    letter-spacing: normal;
    white-space: normal;
    margin-left: auto !important
}

.responsive.noticia-center li:nth-child(even) {
    background: 0 0
}

.responsive.noticia-center li:nth-child(odd) {
    background: 0 0;
    clear: both
}

.noticia-center {
    padding: 0;
    background: #fff;
    font-size: 1px;
    letter-spacing: -1px;
    width: 100%;
    margin: auto
}

.noticia-center li {
    margin: 0;
    text-align: center;
    display: block;
    word-spacing: normal;
    font-size: .7rem;
    letter-spacing: normal;
    white-space: normal;
    margin-left: auto !important
}

.noticia-center li:nth-child(even) {
    background: #f6f6f6
}

.noticia-center li hr {
    width: 95%;
    color: #333;
    text-align: center
}

.noticia-superior {
    display: inline-block;
    width: 100%;
    float: none
}

.noticia-superior .titular {
    display: block;
    font-size: .8rem;
    font-weight: 700
}

.noticia-superior .fecha {
    display: inline-block;
    margin-top: .5rem;
    font-size: .8rem
}

.noticia-superior .fecha:before {
    font-size: 1rem;
    color: #014a81
}

.noticia-superior .contenido-multimedia {
    display: block;
    font-size: .8rem
}

.noticia-superior .contenido-multimedia:before {
    font-size: 1rem;
    color: #014a81
}

.noticia-imagen {
    display: inline-block;
    width: 23%;
    float: left;
    padding: 0 1%;
    margin: 0
}

.noticia-imagen img {
    display: block;
    max-width: 100%;
    height: auto
}

.noticia-texto {
    display: inline-block;
    width: 73%;
    float: left;
    text-align: left;
    padding: 1%;
    margin: 0
}

.noticia-descripcion {
    clear: both;
    display: block;
    text-align: left;
    padding: 1%
}

.responsive.noticia-center+.paginas {
    clear: both;
    padding-top: 1rem
}

@media only screen and (max-width:480px) {
    .noticia-imagen {
        width: 100%;
        display: block;
        float: none
    }
    .noticia-texto {
        width: 100%;
        display: block
    }
    .noticia-imagen img {
        margin: 0 auto
    }
}

.gsa-noticias-visor .noticia-center li {
    list-style-type: none;
    margin: 1% 0;
    text-align: center;
    display: inline-block;
    word-spacing: normal;
    font-size: 11px;
    letter-spacing: normal;
    white-space: normal;
    width: 48%;
    background: #f6fafa !important;
    vertical-align: top;
    padding-bottom: 10px;
    min-height: 150px;
    -webkit-box-shadow: 0 0 8px rgba(51, 51, 51, .51);
    -moz-box-shadow: 0 0 8px rgba(51, 51, 51, .51);
    box-shadow: 0 0 8px rgba(51, 51, 51, .51)
}

.gsa-noticias-visor .noticia-center li:nth-child(even) {
    margin-left: 1%
}

.gsa-noticias-visor .noticia-center li:nth-child(odd) {
    margin-right: 1%
}

.gsa-noticias-visor .noticia-center .noticia-superior {
    display: block;
    padding: 5px
}

.gsa-noticias-visor .noticia-center .noticia-titulares {
    display: inline-block;
    width: 73%;
    text-align: left;
    position: relative;
    min-height: 59px
}

.gsa-noticias-visor .noticia-center .titular {
    font-size: 11px;
    display: inline-block;
    text-align: left
}

.gsa-noticias-visor .noticia-center .titular a {
    font-size: 11px;
    color: #333;
    font-weight: 700
}

.gsa-noticias-visor .noticia-center .fecha {
    display: inline-block;
    color: #fff;
    padding: .5px 4px;
    font-size: 9px;
    text-align: center;
    float: left;
    font-weight: 700;
    background: #014a81;
    position: absolute;
    left: 0;
    bottom: 2px
}

.gsa-noticias-visor .noticia-center .noticia-imagen {
    display: inline-block;
    width: 20%;
    float: left;
    margin: 0 0 5px
}

.gsa-noticias-visor .noticia-center .noticia-imagen img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 56px;
    border: 2px solid #333;
    padding: 0;
    margin-bottom: 0 !important
}

.gsa-noticias-visor .noticia-center .noticia-descripcion {
    clear: both;
    display: block;
    text-align: left;
    padding: 5px
}

@media only screen and (max-width:991px) {
    .gsa-noticias-visor .noticia-center li {
        width: 98%
    }
    .gsa-noticias-visor .noticia-center .noticia-imagen img {
        height: auto
    }
}

.imagenesAgrupacion img {
    vertical-align: baseline
}

.galeria-imagenes {
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 1px;
    letter-spacing: -1px
}

.galeria-imagenes li {
    vertical-align: top;
    float: none;
    display: inline-block;
    margin-left: auto !important
}

.galeria-imagenes .noticia-superior {
    text-align: center
}

.galeria-imagenes .noticia-superior .fecha:before {
    font-size: 1rem;
    color: #014a81
}

.galeria-imagenes .noticia-superior .contenido-multimedia:before {
    font-size: 1rem;
    color: #014a81 !important
}

.galeria-imagenes .noticia-imagen {
    display: inline-block;
    width: 250px;
    height: 150px;
    float: none;
    overflow: hidden
}

.galeria-imagenes .noticia-imagen img {
    display: block;
    max-width: 100%;
    height: auto
}

.galeria-imagenes .noticia-texto {
    display: inline-block;
    width: 100%;
    float: none;
    text-align: center;
    padding: 15px 5px
}

.galeria-imagenes .noticia-texto .titular a {
    color: #333;
    text-decoration: none
}

.galeria-imagenes .noticia-descripcion {
    clear: both;
    display: block;
    text-align: left;
    padding: 1%
}

@media screen and (max-width:768px) {
    .noticia-superior,
    .noticia-texto {
        text-align: center
    }
}

.contenido-multimedia.galeria p {
    display: inline-block;
    width: auto;
    padding-right: 5px
}

.contenido-multimedia.galeria:before {
    content: "" !important;
    margin-right: 0
}

.contenido-multimedia.galeria .audio:before,
.contenido-multimedia.galeria .foto:before,
.contenido-multimedia.galeria .video:before {
    color: #014a81 !important
}

.tabs-multimedia #fotos {
    padding-top: 40px
}

.tabs-multimedia #audios {
    padding-top: 10px
}

.tabs-multimedia .nav-tabs li a {
    font-weight: 700
}

.tabs-multimedia .nav-tabs>li>a:focus,
.tabs-multimedia .nav-tabs>li>a:hover {
    background: #fff
}

#audios .item {
    margin: 20px 0
}

#audios span {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    text-decoration: underline
}

.summary {
    background: #f8fafc;
    padding: 10px;
    margin: 5px 0
}

.paginacion {
    text-align: center;
    width: 100%;
    margin-top: 1rem
}

.paginacion li {
    display: inline-block;
    width: auto;
    margin: 0 .1rem !important
}

.paginacion li span {
    background: #c1e1ec;
    width: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    height: 32px
}

.paginacion li span:hover {
    background: #ccc;
    cursor: hand
}

.paginacion li.pag-active span {
    background: #014a81;
    font-weight: 700;
    color: #fff !important
}

.paginacion li.pag-active a {
    color: #fff !important
}

.paginacion li.pag-primera span,
.paginacion li.pag-ultima span {
    border-radius: 0;
    background: 0 0
}

.paginacion li.pag-primera span:hover,
.paginacion li.pag-ultima span:hover {
    background: 0 0 !important
}

.paginacion li a span {
    color: #333;
    text-decoration: none !important
}

.paginacion li .fa {
    vertical-align: middle;
    font-size: 1.875rem;
    color: #bebebe
}

.paginacion li .fa:hover {
    color: #000
}

.cuantos {
    margin-top: 1rem;
    text-align: center
}

.cuantos+.paginacion ul {
    margin-bottom: 10px
}

.paginacion ul li {
    margin: 0 2px
}

.paginacion .totalde {
    margin: 0 5px
}

.pager li>a {
    border-radius: 0
}

@media screen and (max-width:320px) {
    .paginacion li {
        margin: 0 .2rem;
        font-size: .7rem
    }
}

.navcn_2 img,
.navcn_3 img {
    margin-right: 10px
}

@media only screen and (max-width:768px) {
    .navcn_2 img,
    .navcn_3 img {
        display: block;
        margin-bottom: 10px
    }
}

.organizador-menu {
    margin-top: 5px
}

.organizador-menu>ul {
    vertical-align: top;
    width: 100%
}

.organizador-menu>ul>li {
    display: inline-block;
    width: auto;
    margin: 5px;
    float: right
}

.organizador-menu>ul li #muestra {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    width: 40px;
    text-align: center
}

.organizador-menu>ul li .cd-nav-trigger,
.organizador-menu>ul li .cd-search-trigger {
    display: inline-block;
    width: 24px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3
}

.organizador-menu>ul li .pestana {
    display: inline-block;
    background: 0 0;
    width: 22px !important;
    text-align: center;
    float: none;
    position: static;
    right: 0 !important;
    top: 10px;
    margin-right: 0
}

.organizador-menu>ul li .pestana .pestana-configuracion {
    float: none
}

.organizador-menu>ul li .selector-idiomas.bandera {
    width: 40px;
    position: relative;
    float: none
}

.organizador-menu>ul li.organizador-idiomas {
    float: left
}

.organizador-menu>ul li.organizador-idiomas-bandera {
    display: none;
    margin: 0;
    border: none
}

.organizador-menu>ul li.organizador-herramientas {
    margin: 0 10px 0 0;
    border: none
}

.organizador-menu>ul li.organizador-pestana {
    margin-right: 5px
}

.organizador-menu>ul li.organizador-pestana .pestana .pestana-configuracion {
    display: inline-block
}

@media only screen and (max-width:1199px) {
    .herramientas {
        display: none;
        width: auto
    }
    .herramientas .herramientas-pestana li .ico-facebook,
    .herramientas .herramientas-pestana li .ico-twitter,
    .herramientas .herramientas-pestana li .ico-whatsapp,
    .herramientas .herramientas-pestana li a {
        color: #fff
    }
}

@media only screen and (max-width:1060px) {
    .organizador-menu>ul li.organizador-idiomas {
        display: inline-block;
        width: 50%;
        text-align: center
    }
}

@media only screen and (min-width:769px) {
    .header .organizador-menu .pestana {
        top: 2px
    }
    .organizador-menu>ul li.organizador-lupa {
        margin-top: -2px
    }
}

@media only screen and (max-width:768px) {
    .organizador-menu>ul li {
        margin: 0
    }
    .organizador-menu>ul li.organizador-idiomas {
        display: none;
        margin: 0;
        border: none
    }
    .organizador-menu>ul li.organizador-idiomas-bandera {
        display: inline-block
    }
    .organizador-menu>ul li.organizador-hamburguesa,
    .organizador-menu>ul li.organizador-herramientas {
        margin-top: 5px
    }
    .organizador-menu>ul li.organizador-lupa,
    .organizador-menu>ul li.organizador-pestana {
        margin-top: -4px
    }
}

@media only screen and (max-width:480px) {
    .contenido .visible-xs.btn-offcanvas+h2 {
        width: 85%
    }
    .contenido .visible-xs.btn-offcanvas+#app_section h2 {
        width: 85% !important
    }
    .contenido .pestana {
        width: auto
    }
}

@media screen and (max-width:478px) {
    .organizador-menu>ul li {
        margin: 0
    }
    .header .organizador-menu #muestra {
        width: 18px
    }
    .header.home .info-header {
        padding-left: 0;
        padding-right: 0
    }
    .header .herramientas {
        position: absolute;
        top: 45px;
        right: auto
    }
    .organizador-menu>ul li.organizador-idiomas-bandera {
        width: 33px
    }
    .organizador-menu>ul li .selector-idiomas.bandera {
        width: 30px
    }
    .info-header .selector-idiomas .btn {
        padding: 3px 6px
    }
    .selector-idiomas.bandera .bootstrap-select {
        width: 30px !important
    }
}

@media screen and (max-width:414px) {
    .header .organizador-menu #muestra {
        text-align: left;
        width: 30px;
        font-size: 22px;
        padding-left: 2px
    }
    .organizador-menu>ul li.organizador-hamburguesa {
        margin-top: 3px
    }
    .herramientas-pestana li {
        padding: 2px 4px
    }
    .organizador-herramientas .herramientas {
        margin-left: 0
    }
}

@media screen and (max-width:370px) {
    .organizador-menu>ul li.organizador-idiomas-bandera {
        width: 31px
    }
    .header .organizador-menu {
        width: 100% !important;
        padding-right: 0
    }
    .header .organizador-menu #muestra {
        text-align: left;
        width: 22px;
        font-size: 22px;
        padding-left: 2px
    }
    .organizador-pestana {
        list-style-type: none;
        margin-right: 3px
    }
    .organizador-pestana .ico-social {
        padding-right: 0;
        margin: 0
    }
    .header .info-header {
        padding: 0
    }
    .organizador-menu>ul li .selector-idiomas.bandera {
        width: 30px
    }
    .selector-idiomas.bandera .bootstrap-select {
        width: 30px !important
    }
    .info-header .selector-idiomas .btn {
        padding: 3px 6px
    }
    .organizador-menu>ul li.organizador-pestana {
        margin-right: 0
    }
    .organizador-menu>ul li.organizador-hamburguesa {
        margin-top: 3px
    }
}

#sidebar_video_player .gallery_videos .desc,
div[id*=content_printview] {
    display: none
}

div[id*=content_printview].selected {
    display: inline-block
}

#navcn {
    width: 100%
}

#navcn ul {
    display: inline-block;
    float: left;
    width: 32%;
    margin: 0 !important
}

#navcn_2 ul {
    display: inline-block;
    float: left;
    width: 49%;
    padding-top: 1.2em;
    margin: 0 !important
}

#navcn_3 ul {
    display: inline-block;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    margin: 0 !important;
    width: 100%
}

#navcn ul li {
    width: 95%;
    display: inline-block;
    padding: 10px;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px dotted #ccc
}

#navcn_2 ul li,
#navcn_3 ul li {
    width: 95%;
    display: inline-block;
    padding: 10px;
    margin: 0;
    list-style-type: none !important;
    background-image: none !important;
    border-bottom: 1px dotted #ccc
}

#navcn img,
#navcn_2 img {
    float: left;
    margin-right: 5px;
    border-style: none;
    border-width: 0
}

#navcn_3 img {
    float: none;
    margin-right: 5px;
    border-style: none;
    border-width: 0
}

#navcn a,
#navcn_2 a,
#navcn_3 a {
    display: block;
    font-weight: 700;
    color: #333;
    text-decoration: none
}

#navcn a:hover,
#navcn_2 a:hover,
#navcn_3 a:hover {
    text-decoration: underline
}

#navcn_2.linea-bajo img {
    float: none
}

#navcn_2.even {
    display: inline-block;
    width: 100%
}

@media only screen and (max-width:1170px) {
    #navcn ul,
    #navcn_2 ul {
        width: 100%
    }
    #navcn ul img,
    #navcn_2 ul img {
        float: none
    }
}



.mapa-general .mapa-espana #content {
    width: 53em !important
}



#page #section-playas .cuadroconborde {
    float: left;
    background: #f0fafe;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1
}

#page #section-playas .cuadroconborde .buscador-playas {
    float: left;
    _width: 19.5em;
    width: 208px;
    background: #f0fafe
}

#page #section-playas .buscador-playas h3 {
    padding: .6em 0 .6em .7em;
    margin: 0;
    font-size: 1.4em;
    font-weight: 700
}

#page #section-playas .mapa-general {
    width: auto;
    height: auto;
    padding-left: 208px
}

#page #section-playas .mapa-espana {
    width: 532px;
    height: 394px;
    padding: 0;
    margin: 0
}

#page #section-playas .buscador-playas form {
    height: auto;
    padding: 0 0 0 1.1em;
    margin: 0
}

#page #section-playas .buscador-playas label {
    padding-right: 110px;
    font-size: 1.1em;
    font-weight: 700;
    text-align: left
}

#page #section-playas .buscador-playas select {
    width: 17em;
    padding: .3em;
    margin: 0 0 .9em;
    font-size: 8pt
}

#page #section-playas .buscador-playas a {
    font-size: 1.1em
}

#page #section-playas .buscador-playas p {
    margin-top: -.3em;
    margin-bottom: .5em
}

#page #section-playas .buscador-playas .enlace-volver {
    display: block;
    padding-left: 1em;
    font-size: 1.1em;
    line-height: 2em;
    border: 1px solid #fbfbfb
}

#page #section-playas .buscador-playas .mapa-playas {
    padding: 0 1em 1em;
    margin: 0
}

.clear-espacio {
    display: block;
    height: 10px;
    padding-top: 1em;
    clear: both
}

#mapzmas1 {
    z-index: 4 !important
}

#imagenmunicipio_puntos {
    z-index: 1;
    display: none
}

#imagenmunicipio {
    z-index: 1
}

#puntosplayas {
    position: absolute;
    z-index: 3;
    display: block;
    width: 532px;
    height: 394px;
    padding: 0;
    border: 0;
    opacity: 1
}

#selectmunicipio {
    display: none
}

#imagenmunicipio {
    min-height: 26em
}

#imagenmunicipio img {
    position: absolute;
    z-index: 7
}

#puntosplayas div {
    position: static !important
}

#lblmunicipio {
    display: none
}

#page #section-playas .fondo-listado {
    width: 532px;
    height: 100%;
    min-height: 10.9em;
    margin-left: 208px;
    font-size: 1.1em;
    font-weight: 700;
    background-color: #e2fcff;
    border: 1px solid #d1d1d1;
    border-top: 1px solid #fff
}

#page #section-playas .fondo-listado span {
    float: left;
    height: 100%;
    padding: .5em .2em 0 .5em
}

#page #section-playas .fondo-listado ul {
    display: inline-block;
    float: left;
    width: 45%;
    height: auto;
    padding: 1em .5em .5em;
    margin: 0
}

#page #section-playas .fondo-listado li {
    height: 1.5em;
    padding-bottom: .2em;
    padding-left: 1em;
    margin-bottom: .2em;
    background: url(/imgplantilla/playas/flecha.gif) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio,
#page #section-playas .fondo-listado .listaprovincia {
    list-style-type: none
}

#page #section-playas .fondo-listado .listaprovincia li {
    height: 1.5em;
    padding-bottom: .2em;
    padding-left: 1em;
    margin-bottom: .2em;
    background: url(/imgplantilla/playas/flecha.gif) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li {
    height: 1.5em;
    padding-bottom: .2em;
    padding-left: 1em;
    margin-bottom: .2em
}

#page #section-playas .fondo-listado .listamunicipio li.numera0 {
    background: url(/imgplantilla/playas/flechas/flecha-listado1.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera1 {
    background: url(/imgplantilla/playas/flechas/flecha-listado2.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera2 {
    background: url(/imgplantilla/playas/flechas/flecha-listado3.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera3 {
    background: url(/imgplantilla/playas/flechas/flecha-listado4.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera4 {
    background: url(/imgplantilla/playas/flechas/flecha-listado5.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera5 {
    background: url(/imgplantilla/playas/flechas/flecha-listado6.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera6 {
    background: url(/imgplantilla/playas/flechas/flecha-listado7.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera7 {
    background: url(/imgplantilla/playas/flechas/flecha-listado8.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera8 {
    background: url(/imgplantilla/playas/flechas/flecha-listado9.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera9 {
    background: url(/imgplantilla/playas/flechas/flecha-listado10.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera10 {
    background: url(/imgplantilla/playas/flechas/flecha-listado11.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera11 {
    background: url(/imgplantilla/playas/flechas/flecha-listado12.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera12 {
    background: url(/imgplantilla/playas/flechas/flecha-listado13.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera13 {
    background: url(/imgplantilla/playas/flechas/flecha-listado14.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera14 {
    background: url(/imgplantilla/playas/flechas/flecha-listado15.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera15 {
    background: url(/imgplantilla/playas/flechas/flecha-listado16.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera16 {
    background: url(/imgplantilla/playas/flechas/flecha-listado17.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera17 {
    background: url(/imgplantilla/playas/flechas/flecha-listado18.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera18 {
    background: url(/imgplantilla/playas/flechas/flecha-listado19.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera19 {
    background: url(/imgplantilla/playas/flechas/flecha-listado20.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera20 {
    background: url(/imgplantilla/playas/flechas/flecha-listado21.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera21 {
    background: url(/imgplantilla/playas/flechas/flecha-listado22.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera22 {
    background: url(/imgplantilla/playas/flechas/flecha-listado23.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera23 {
    background: url(/imgplantilla/playas/flechas/flecha-listado24.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera24 {
    background: url(/imgplantilla/playas/flechas/flecha-listado25.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera25 {
    background: url(/imgplantilla/playas/flechas/flecha-listado26.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera26 {
    background: url(/imgplantilla/playas/flechas/flecha-listado27.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera27 {
    background: url(/imgplantilla/playas/flechas/flecha-listado28.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera28 {
    background: url(/imgplantilla/playas/flechas/flecha-listado29.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera29 {
    background: url(/imgplantilla/playas/flechas/flecha-listado30.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera30 {
    background: url(/imgplantilla/playas/flechas/flecha-listado31.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera31 {
    background: url(/imgplantilla/playas/flechas/flecha-listado32.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera32 {
    background: url(/imgplantilla/playas/flechas/flecha-listado33.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera33 {
    background: url(/imgplantilla/playas/flechas/flecha-listado34.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera34 {
    background: url(/imgplantilla/playas/flechas/flecha-listado35.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera35 {
    background: url(/imgplantilla/playas/flechas/flecha-listado36.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera36 {
    background: url(/imgplantilla/playas/flechas/flecha-listado37.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera37 {
    background: url(/imgplantilla/playas/flechas/flecha-listado38.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera38 {
    background: url(/imgplantilla/playas/flechas/flecha-listado39.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera39 {
    background: url(/imgplantilla/playas/flechas/flecha-listado40.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera40 {
    background: url(/imgplantilla/playas/flechas/flecha-listado41.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera41 {
    background: url(/imgplantilla/playas/flechas/flecha-listado42.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera42 {
    background: url(/imgplantilla/playas/flechas/flecha-listado43.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera43 {
    background: url(/imgplantilla/playas/flechas/flecha-listado44.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera44 {
    background: url(/imgplantilla/playas/flechas/flecha-listado45.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera45 {
    background: url(/imgplantilla/playas/flechas/flecha-listado46.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera46 {
    background: url(/imgplantilla/playas/flechas/flecha-listado47.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera47 {
    background: url(/imgplantilla/playas/flechas/flecha-listado48.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera48 {
    background: url(/imgplantilla/playas/flechas/flecha-listado49.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera49 {
    background: url(/imgplantilla/playas/flechas/flecha-listado50.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera50 {
    background: url(/imgplantilla/playas/flechas/flecha-listado51.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera51 {
    background: url(/imgplantilla/playas/flechas/flecha-listado52.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera52 {
    background: url(/imgplantilla/playas/flechas/flecha-listado53.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera53 {
    background: url(/imgplantilla/playas/flechas/flecha-listado54.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera54 {
    background: url(/imgplantilla/playas/flechas/flecha-listado55.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera55 {
    background: url(/imgplantilla/playas/flechas/flecha-listado56.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera56 {
    background: url(/imgplantilla/playas/flechas/flecha-listado57.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera57 {
    background: url(/imgplantilla/playas/flechas/flecha-listado58.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera58 {
    background: url(/imgplantilla/playas/flechas/flecha-listado59.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera59 {
    background: url(/imgplantilla/playas/flechas/flecha-listado60.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera60 {
    background: url(/imgplantilla/playas/flechas/flecha-listado61.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera61 {
    background: url(/imgplantilla/playas/flechas/flecha-listado62.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera62 {
    background: url(/imgplantilla/playas/flechas/flecha-listado63.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera63 {
    background: url(/imgplantilla/playas/flechas/flecha-listado64.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera64 {
    background: url(/imgplantilla/playas/flechas/flecha-listado65.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera65 {
    background: url(/imgplantilla/playas/flechas/flecha-listado66.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera66 {
    background: url(/imgplantilla/playas/flechas/flecha-listado67.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera67 {
    background: url(/imgplantilla/playas/flechas/flecha-listado68.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera68 {
    background: url(/imgplantilla/playas/flechas/flecha-listado69.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera69 {
    background: url(/imgplantilla/playas/flechas/flecha-listado70.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera70 {
    background: url(/imgplantilla/playas/flechas/flecha-listado71.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera71 {
    background: url(/imgplantilla/playas/flechas/flecha-listado72.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera72 {
    background: url(/imgplantilla/playas/flechas/flecha-listado73.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera73 {
    background: url(/imgplantilla/playas/flechas/flecha-listado74.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado .listamunicipio li.numera74 {
    background: url(/imgplantilla/playas/flechas/flecha-listado75.png) 2px 0 no-repeat
}

#page #section-playas .fondo-listado li a.enlaces-listado {
    float: left;
    width: 160px;
    padding: .3em 0 0 1.1em;
    margin: 0;
    overflow: hidden;
    clear: left;
    color: #008a86;
    text-decoration: none;
    white-space: nowrap;
    background: url(/imgplantilla/playas/puntos-suspensivos.gif) left bottom repeat-x
}

#page #section-playas .fondo-listado li a {
    margin: 0 .4em 0 0
}

a.volverplayas {
    display: inline-block;
    padding-top: .5em;
    padding-left: 18px;
    margin: 1em 0 1em 1em;
    text-transform: uppercase;
    cursor: pointer;
    background: url(/imgplantilla/playas/volver.gif) .2em .5em no-repeat;
    color: #014a81;
    text-decoration: none !important
}

#contenedormensaje_playas {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    margin: 0 auto
}

.aperturamensaje {
    position: relative;
    width: 500px;
    padding: 10.2em 4.4em 0;
    margin: 0 auto;
    text-align: justify;
    background: url(/imgplantilla/mensaje/fondo_popup_alto.jpg) left top no-repeat
}

.aperturamensaje p {
    padding: .6em 0;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #333
}

.center-buttonmensaje {
    width: 100px;
    margin: 0 auto
}

.campomensajeemergente {
    display: block;
    padding: .3em .5em;
    margin: 0 20px;
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: url(/imgplantilla/box_hover.jpg) repeat-x;
    border: 0
}

.cierremensaje {
    width: 500px;
    height: 60px;
    margin: 0 auto;
    background: url(/imgplantilla/mensaje/pie.gif) left top no-repeat
}

/* cambios evolutivo Guia de Playas - responsive - 14052020 */
#visorSIG .close {
    position: relative;
    float: right;
    display: block;
    z-index: 1;
}
/* fin cambios evolutivo Guia de Playas - responsive - 14052020 */

#visorSIG #btnCerrar {
    background: url(/imgplantilla/icono_cerrar.png) center center no-repeat #fff;
    width: 22px;
    height: 22px;
    display: block
}

#visorSIG #btnCerrar.sinfuente {
    font-size: 0
}

.tablacerocienagua {
    font-size: 10px
}

#fondomensaje {
    opacity: .5;
    height: 100% !important
}

.enlace-costas li {
    margin-left: 14px !important
}

.enlace-costas h3 {
    text-align: center;
    padding: 5px;
    font-size: .8rem
}

.enlace-costas h3 a {
    color: #fff;
    text-decoration: none
}

.enlace-costas ul {
    list-style-type: square;
    min-height: 200px;
    padding: 10px 5px
}

.enlace-costas ul a {
    color: #333;
    text-decoration: none
}

.enlace-costas ul a:hover {
    text-decoration: underline
}

.enlace-costas .enlace-costas-uno ul {
    border: 1px solid #8d7498
}

.enlace-costas .enlace-costas-uno h3 {
    background: #8d7498;
    display: block;
    color: #fff
}

.enlace-costas .enlace-costas-dos ul {
    border: 1px solid #989374
}

.enlace-costas .enlace-costas-dos h3 {
    background: #989374;
    display: block;
    color: #fff
}

.enlace-costas .enlace-costas-tres ul {
    border: 1px solid #98747f
}

.enlace-costas .enlace-costas-tres h3 {
    background: #98747f;
    display: block;
    color: #fff
}

@media only screen and (max-width:991px) {
    .enlace-costas ul {
        min-height: auto !important
    }
}


/* cambios evolutivo - Guia de Playas Responsive - 13052020 */ 

.visorestilos {
    float: left;
    background: #f0fafe;
    border: 1px solid #d1d1d1;
    width: 208px;
	height: 694px;
	display: none;
	
}

#divModal {
	float: left;
    background: #f0fafe;
    border: 1px solid #d1d1d1;
    width: 208px;
	height: 694px;
	position: absolute; 
}

/*.contenido a {color: #333; text-decoration: none;}
.contenido a:hover{text-decoration: underline }*/
#page #section-playas .buscador-playas p{font-size:12px}
#page #section-playas .mapa-espana {height: auto;}
.alert-warning{color: #a94442; background-color: #f2dede;  border-color: #ebccd1; margin: 5px 0px 5px 0px;
    padding: 15px 15px;border-radius: 4px;  max-width: 800px;}
#page #section-playas .alert-warning  p {margin-top: 0em!important;  margin-bottom: 0em!important;    font-size: 12px;}
#page #section-playas .fondo-listado {width: auto;  height: auto; min-height: auto;  margin-left:0;}

.cuadroconborde, .visorestilos,.w740, #divModal { width:100%;max-width: 800px!important}

#page #section-playas .buscador-playas{width: auto}

#page #section-playas .mapa-general {padding-left: 0px!important; float: left;width: 532px!important;}
/*.contenido .col-md-1, .contenido .col-md-10, .contenido .col-md-11, .contenido .col-md-12, .contenido .col-md-2, .contenido .col-md-3, .contenido .col-md-4, .contenido .col-md-5, .contenido .col-md-6, .contenido .col-md-7, .contenido .col-md-8, .contenido .col-md-9 {
    padding-left: 0px;
    padding-right: 0px;
}*/

#page #section-playas .fondo-listado .listamunicipio, #page #section-playas .fondo-listado .listaprovincia {list-style-type: none;}
#page #section-playas .fondo-listado li a.enlaces-listado {padding-left: 25px}
#page #section-playas .fondo-listado ul {padding: 0em 0em 0em;}
#page #section-playas .fondo-listado .listamunicipio li {padding-left: 0em;}
/*.contenido ol li, .contenido ul li {  margin-left: 0px;}*/
#page #section-playas .buscador-playas .form-group{margin-bottom:5px!important;}
#page #section-playas .buscador-playas .form-group label {padding-right: 0px; display: block}
#page #section-playas .buscador-playas .form-group .playa{ float: left; }
#page #section-playas .buscador-playas select {
    width: 95%; 
    padding: .3em;
    margin: 0 0 .9em;
    font-size: 8pt;
}
.marT15{margin-top:5px;}
#elijamunicipio{padding-top: 10px}
#page #section-playas .buscador-playas form {   
    display: block;
    margin: 0 0 10px 0;
}
#page #section-playas .fondo-listado li a.enlaces-listado{width:70%}
#page #section-playas .fondo-listado ul{ width: 48% }
#page #section-playas .fondo-listado{padding-top: 15px}

#page #section-playas .fondo-listado .listaprovincia li a.enlaces-listado {
	padding-left: 10px;
}

@media (max-width: 1024px) {
	.cuadroconborde, .visorestilos, #divModal {width: 100%}
}
@media (max-width: 768px) {
	.cuadroconborde, .visorestilos, #divModal {width: 100%}
}
@media(max-width: 480px){
	#elijamunicipio{display: none!important}
	#elijaplaya{display: none!important}
	#enlace-volver{display: none!important}
	#mapazonal{display: none!important}

	.cuadroconborde, .visorestilos, .w740, #divModal {width: 100%!important}
	.buscador-playas .col-xs-6{padding-right:10px!important}
	.marT15-xs{margin-top:15px;}

	#page #section-playas .fondo-listado ul { width: 98%;   padding: 0% 2% 0% 2%;}
	#page #section-playas .fondo-listado li a.enlaces-listado {		
		width: 86%;
	}
}

#page #section-playas .fondo-listado .listamunicipio li {
	background-position: 2px 3px!important;
}

#page #section-playas .fondo-listado .listaprovincia li {
		background-position: 2px 3px!important;
}


/* fin cambios evolutivo - Guia de Playas Responsive - 13052020 */ 




.ayuda-usuario h2 {
    float: left;
    width: 195px;
    margin: 7px 40px 0 0;
    text-align: right
}

.ayuda-usuario .elemento {
    margin-bottom: 35px;
    overflow: hidden;
    color: #1e3946;
    background: url(/imgplantilla/bg_block.png) 210px 0 no-repeat;
    clear: left
}

.ayuda-usuario .elemento .texto {
    display: table;
    height: 1%
}

@media only screen and (max-width:991px) {
    .ayuda-usuario h2 {
        width: 100%;
        text-align: left;
        margin: 10px 0;
        font-weight: 700
    }
    .ayuda-usuario .elemento {
        background: 0 0
    }
}

.largo {
    clear: both;
    border-top: 1px dotted #333;
    padding-top: 9px
}

.largo img {
    display: block;
    max-width: 214px;
    height: 49px;
    float: left;
    padding-right: 5px;
    margin-right: 5px
}

.largo a {
    display: block;
    padding: 3px 0
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    clear: both;
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    margin: 0 35px
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item :hover {
    cursor: pointer
}

.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.slider1 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.slider1 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: 1px solid #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-dot {
    display: inline-block
}

.owl-dot span {
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px
}

.wrapper-with-margin {
    margin: 0 20px
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 0;
    margin-top: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #000
}

.owl-next:hover,
.owl-prev:hover {
    cursor: pointer
}

.owl-next {
    right: 0
}

.owl-controls {
    text-align: center
}

.owl-slider-galeria .owl-stage-outer {
    margin: 0
}

.owl-slider-galeria .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-slider-galeria .owl-dots .owl-dot span {
    background: #d2d2d2;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    border: 1px solid #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-dots .owl-dot span {
    background: #d2d2d2
}

.owl-dots .owl-dot.active span {
    background: #014a81
}

.owl-dots .owl-dot:hover span {
    background: #41a4c4
}

.owl-controls .fa-stack-1x {
    font-size: 25px
}

.owl-theme .owl-controls .owl-next,
.owl-theme .owl-controls .owl-prev {
    top: 25%
}

.owl-next,
.owl-prev {
    background: 0 0 !important
}

.fc {
    direction: ltr;
    text-align: left
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0
}

.fc table,
html .fc {
    font-size: 1em
}

.fc td,
.fc th {
    padding: 0;
    vertical-align: top
}

.fc-header td {
    white-space: nowrap
}

.fc-header-left {
    width: 25%;
    text-align: left
}

.fc-header-center {
    text-align: center
}

.fc-header-right {
    width: 25%;
    text-align: right
}

.fc-header-title {
    display: inline-block;
    vertical-align: top
}

.fc-header-title h2 {
    margin-top: 0;
    white-space: nowrap
}

.fc .fc-header-space {
    padding-left: 10px
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
    margin-right: -1px
}

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
    margin-right: 0
}

.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
    z-index: 2
}

.fc-header .fc-state-down {
    z-index: 3
}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
    z-index: 4
}

.fc-content {
    clear: both;
    zoom: 1
}

.fc-view {
    width: 100%;
    overflow: hidden
}

.fc-widget-content,
.fc-widget-header {
    border: 1px solid #ddd
}

.fc-state-highlight {
    background: #fcfcfc
}

.fc-cell-overlay {
    background: #bcccbc;
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-button {
    position: relative;
    display: inline-block;
    padding: 0 .6em;
    overflow: hidden;
    height: 1.9em;
    line-height: 1.9em;
    white-space: nowrap;
    cursor: pointer
}

.fc-text-arrow {
    margin: 0 .1em;
    font-size: 2em;
    font-family: "Courier New", Courier, monospace;
    vertical-align: baseline
}

.fc-state-default {
    background-color: #f5f5f5
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .55;
    filter: alpha(opacity=65);
    box-shadow: none
}

.fc-event-container>* {
    z-index: 8
}

.fc-event-container>.ui-draggable-dragging,
.fc-event-container>.ui-resizable-resizing {
    z-index: 9
}

.fc-event {
    border: 1px solid #3a87ad;
    background-color: #3a87ad;
    color: #fff;
    font-size: .85em;
    cursor: default
}

a.fc-event {
    text-decoration: none
}

.fc-event-draggable,
a.fc-event {
    cursor: pointer
}

.fc-rtl .fc-event {
    text-align: right
}

.fc-event-inner {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.fc-event-time,
.fc-event-title {
    padding: 0 1px
}

.fc .ui-resizable-handle {
    display: block;
    position: absolute;
    z-index: 99999;
    overflow: hidden;
    font-size: 300%;
    line-height: 50%
}

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px
}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
    border-left-width: 1px
}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
    border-right-width: 1px
}

.fc-event-hori .ui-resizable-e {
    top: 0 !important;
    right: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: e-resize
}

.fc-event-hori .ui-resizable-w {
    top: 0 !important;
    left: -3px !important;
    width: 7px !important;
    height: 100% !important;
    cursor: w-resize
}

.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px
}

table.fc-border-separate {
    border-collapse: separate
}

.fc-border-separate td,
.fc-border-separate th {
    border-width: 1px 0 0 1px
}

.fc-border-separate td.fc-last,
.fc-border-separate th.fc-last {
    border-right-width: 1px
}

.fc-border-separate tr.fc-last td,
.fc-border-separate tr.fc-last th {
    border-bottom-width: 1px
}

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
    border-top-width: 0
}

.fc-grid th {
    text-align: center
}

.fc .fc-week-number {
    width: 22px;
    text-align: center
}

.fc .fc-week-number div {
    padding: 0 2px
}

.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px
}

.fc-grid .fc-other-month .fc-day-number {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 1px
}

.fc-grid .fc-event-time {
    font-weight: 700
}

.fc-rtl .fc-grid .fc-day-number {
    float: left
}

.fc-rtl .fc-grid .fc-event-time {
    float: right
}

.fc-agenda table {
    border-collapse: separate
}

.fc-agenda-days th {
    text-align: center
}

.fc-agenda .fc-agenda-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
    font-weight: 400
}

.fc-agenda .fc-week-number {
    font-weight: 700
}

.fc-agenda .fc-day-content {
    padding: 2px 2px 1px
}

.fc-agenda-days .fc-agenda-axis {
    border-right-width: 1px
}

.fc-agenda-days .fc-col0 {
    border-left-width: 0
}

.fc-agenda-allday th {
    border-width: 0 1px
}

.fc-agenda-allday .fc-day-content {
    min-height: 34px;
    _height: 34px
}

.fc-agenda-divider-inner {
    height: 2px;
    overflow: hidden
}

.fc-widget-header .fc-agenda-divider-inner {
    background: #eee
}

.fc-agenda-slots th {
    border-width: 1px 1px 0
}

.fc-agenda-slots td {
    border-width: 1px 0 0;
    background: 0 0
}

.fc-agenda-slots td div {
    height: 20px
}

.fc-agenda-slots tr.fc-slot0 td,
.fc-agenda-slots tr.fc-slot0 th {
    border-top-width: 0
}

.fc-agenda-slots tr.fc-minor td,
.fc-agenda-slots tr.fc-minor th {
    border-top-style: dotted
}

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
    *border-top-style: solid
}

.fc-event-vert {
    border-width: 0 1px
}

.fc-event-vert.fc-event-start {
    border-top-width: 1px
}

.fc-event-vert.fc-event-end {
    border-bottom-width: 1px
}

.fc-event-vert .fc-event-time {
    white-space: nowrap;
    font-size: 10px
}

.fc-event-vert .fc-event-inner {
    position: relative;
    z-index: 2
}

.fc-event-vert .fc-event-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
    display: none\9
}

.fc-event-vert .ui-resizable-s {
    bottom: 0 !important;
    width: 100% !important;
    height: 8px !important;
    overflow: hidden !important;
    line-height: 8px !important;
    font-size: 11px !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-button-today,
.fc-header-right {
    display: none
}

.fc-header-title h2 {
    font-size: 1rem
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
    height: 13px
}

div.pp_default .pp_top .pp_left {
    background: url(/es/sistema/_bin/img/sprite.png) -78px -93px no-repeat
}

div.pp_default .pp_top .pp_middle {
    background: url(/es/sistema/_bin/img/sprite_x.png) top left repeat-x
}

div.pp_default .pp_top .pp_right {
    background: url(/es/sistema/_bin/img/sprite.png) -112px -93px no-repeat
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

div.pp_default .pp_content_container .pp_left {
    background: url(/es/sistema/_bin/img/sprite_y.png) -7px 0 repeat-y;
    padding-left: 13px
}

div.pp_default .pp_content_container .pp_right {
    background: url(/es/sistema/_bin/img/sprite_y.png) top right repeat-y;
    padding-right: 13px
}

div.pp_default .pp_content {
    background-color: #fff
}

div.pp_default .pp_next:hover {
    background: url(/es/sistema/_bin/img/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(/es/sistema/_bin/img/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(/es/sistema/_bin/img/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(/es/sistema/_bin/img/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(/es/sistema/_bin/img/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(/es/sistema/_bin/img/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(/es/sistema/_bin/img/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a {
    background: url(/es/sistema/_bin/img/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
    border-color: #fff
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
    background: url(/es/sistema/_bin/img/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default .pp_details {
    position: relative
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
    background: url(/es/sistema/_bin/img/sprite.png) -31px -3px no-repeat;
    height: 20px;
    margin: 4px 0 0;
    width: 20px
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px
}

div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
    opacity: .7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 120px 5px 0
}

div.pp_default .pp_bottom .pp_left {
    background: url(/es/sistema/_bin/img/sprite.png) -78px -127px no-repeat
}

div.pp_default .pp_bottom .pp_middle {
    background: url(/es/sistema/_bin/img/sprite_x.png) bottom left repeat-x
}

div.pp_default .pp_bottom .pp_right {
    background: url(/es/sistema/_bin/img/sprite.png) -112px -127px no-repeat
}

div.pp_default .pp_loaderIcon {
    background: url(/es/sistema/_bin/img/loader.gif) center center no-repeat
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_top {
    height: 20px;
    position: relative
}

* html .pp_top {
    padding: 0 20px
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_fade {
    display: none
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap
}

.pp_gallery ul a {
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover {
    border-color: #fff
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(/es/sistema/_bin/img/default_thumbnail.gif) no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery li.default a img {
    display: none
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px !important
}

a.pp_next {
    background: url(/es/sistema/_bin/img/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(/es/sistema/_bin/img/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_bottom {
    padding: 0 20px
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999
}

@media only screen and (max-width:480px) {
    .pp_pic_holder.pp_default {
        width: 90% !important;
        left: 5% !important;
        overflow: hidden
    }
    div.pp_default .pp_content_container .pp_left {
        padding-left: 0 !important
    }
    div.pp_default .pp_content_container .pp_right {
        padding-right: 0 !important
    }
    .pp_content {
        width: 100% !important;
        height: auto !important
    }
    .pp_fade {
        width: 100% !important;
        height: 100% !important
    }
    .pp_bottom,
    .pp_gallery,
    .pp_hoverContainer,
    .pp_top,
    a.pp_contract,
    a.pp_expand {
        display: none !important
    }
    #pp_full_res img {
        width: 100% !important;
        height: auto !important
    }
    .pp_details {
        width: 100% !important;
        padding: 10px 4% 10px 3%;
        background-color: #fff;
        margin-top: -2px !important;
        min-height: 50px
    }
    a.pp_close {
        right: 5px !important;
        top: 5px !important
    }
    #pp_full_res {
        padding: 5px !important
    }
    div.ppt {
        font-size: 11px;
        margin: 5px;
        width: 95% !important
    }
    div.pp_default .pp_description {
        width: 100%;
        font-size: 11px;
        line-height: 14px;
        margin: 40px 5px 5px 0
    }
}

.p-relative-logo {
    position: relative;
}

.logo-header .p-relative-logo .enlace-cop25 {
    display: inline-block;
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.logo-header .p-relative-logo .enlace-agenda {
    display: inline-block;
    width: 28%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 1%;
}

.maphilighted {
    background-repeat: no-repeat
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}