@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*se cambia por contraste accesibilidad, el color #cf0f0f    por   #9c0c0c en 15  puntos. y en 2 clases #c4093e por #9c0c0c*/
/* html {able-reflow 
    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: baselinecontract-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}

a[href^=tel], a[href^=tel]:hover {
    text-decoration:none !important;
    color: #fff !important;
}

#home-carousel .carousel-indicators li{position:relative;}
#home-carousel ol li a{display: block;height: 10px;width: 10px}

#home-carousel ol li a:focus,
#home-carousel ol li a:hover{border:5px solid #555 !important;display: block !important;border-radius: 5px}
a:active,
a:hover,
a:focus {
    /*outline: 0*/
}
abbr[title] {
    border-bottom: 1px dotted;
}
/*b, strong {
    font-weight: 700
}*/
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
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
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
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-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}


.element-invisible{clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute !important;}

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

@media print {
    *,
    :before,
    :after {
        background: transparent!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^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    /*color: #337ab7;*/
	color: #1d5d87;
    text-decoration: none
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.thumbnail>img,
.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    /*width: 100%*/
}
.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;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}
h1,
.h1 {
    font-size: 36px
}
h2,
.h2 {
    font-size: 30px
}
h3,
.h3 {
    font-size: 24px
}
h4,
.h4 {
    font-size: 18px
}
h5,
.h5 {
    font-size: 14px
}
h6,
.h6 {
    font-size: 12px
}
p {
    margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    white-space:pre-line;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px

    }
    .block-estadisticashome .lead,
    .estadisticashome .lead {
        font-size: 21px

    }
}
small,
.small {
    font-size: 85%
}
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:hover {
    color: #286090
}
.text-success {
    color: #3c763d
}
a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #337ab7
}
a.bg-primary:hover {
    background-color: #286090
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}
ul ul,
ol ul,
ul ol,
ol ol {
    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: 20px
}
dt,
dd {
    line-height: 1.42857143
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
@media (min-width: 768px) {
    .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[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
blockquote footer:before,
blockquote small: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 footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 20px;
    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: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1190px
    }
}
@media (max-width: 768px) {
	#ocultacompartirmovil{
		display:none;
	}
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-sm-200 {width: 20%;
             float: left;}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    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-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 72%
    }
    .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: 19.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-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        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-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        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
}
/* tabla presupuestos 2023 */
@media (min-width: 767px) {
    .tope {       
        margin-bottom: 50px
    }
}
.table_p {
    max-width: 100%;
    margin-bottom: 10px;
	font-size: 1.6rem;
}
.alinea_derecha{
text-align: right;
}
.table_p .alinea_derecha {
    text-align: right;
}

.table_p>thead>tr>th,
.table_p>tbody>tr>th,
.table_p>tfoot>tr>th,
.table_p>thead>tr>td,
.table_p>tbody>tr>td,
.table_p>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table_p>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table_p>caption+thead>tr:first-child>th,
.table_p>colgroup+thead>tr:first-child>th,
.table_p>thead:first-child>tr:first-child>th,
.table_p>caption+thead>tr:first-child>td,
.table_p>colgroup+thead>tr:first-child>td,
.table_p>thead:first-child>tr:first-child>td {
    border-top: 0
}
.table_p>tbody+tbody {
    border-top: 2px solid #ddd
}
.table_p .table_p {
    background-color: #fff
}
/*  */							 
					
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    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>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-child(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>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}
.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label,.form-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=radio],
input[type=checkbox] {
    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=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #000000;
    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);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.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);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    /*color: #999;*/
    opacity: 1;
    color: #000000;
}
.form-control:-ms-input-placeholder {
    /*color: #999*/
    color: #000000;
}
.form-control::-webkit-input-placeholder {
    /*color: #999*/
    color: #000000;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}
textarea.form-control {
    height: auto
}
input[type=search] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 34px
    }
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}
.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}
.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm,
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
    height: auto
}
.input-lg,
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
    height: auto
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.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 .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}
.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.3px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover,
.btn:focus,
.btn.focus {
    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);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    /*background-color: #337ab7; mc*/
	background-color: #00325f;
    border-color: #2e6da4
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
   /* background-color: #337ab7;*/
   background-color: #00325f;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    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;
    box-shadow: none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}
.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown {
    position: relative
}
.dropdown-toggle:focus {
    /*outline: 0*/
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 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:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
/*    outline: 0;*/
    background-color: #337ab7
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    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: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    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 solid;
    content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}
@media (min-width: 768px) {
    .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>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    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-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>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group>.btn-group:last-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);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 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=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    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: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    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:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    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:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    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 {
    margin-left: -1px
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}
@media (min-width: 768px) {
    .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
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        visibility: visible!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}
.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        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;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}
@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus {
/*    outline: 0*/
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 7.5px -15px
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width: 767px) {
    .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>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -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);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}
@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 .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left!important
    }
    .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:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>li>a {
    color: #777
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    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:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        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:hover,
.navbar-default .btn-link:focus {
    color: #333
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    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:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}
@media (max-width: 767px) {
    .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:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        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:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}
.modal-open {
    overflow: hidden
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
/*    outline: 0*/
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
/*    outline: 0*/
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 95%

}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        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%;
    opacity: .5;
    filter: alpha(opacity=50);
    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:hover,
.carousel-control:focus {
/*    outline: 0;*/
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    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: transparent
}
.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-prev,
    .carousel-control .icon-next {
        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
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after,
.nav:after,
.pager:after,
.panel-body: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;
    visibility: hidden!important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.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
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.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
    }
}
.visible-print {
    display: none!important
}
@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
}
.visible-print-block {
    display: none!important
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
.visible-print-inline {
    display: none!important
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
.visible-print-inline-block {
    display: none!important
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .hidden-print {
        display: none!important
    }
}
.text-white {
    /*color: #000!important;*/
	color: #fff!important;
	font-size: 18px;
	font-weight:bold;
}
.text-success {
    color: #71a67b!important
}
.text-info {
    color: #61a0b9!important
}
.text-warning {
    color: #f08400!important
}
.text-danger {
    color: #ec3457!important
}
.text-grey-softest {
    color: #DDD!important
}
.text-grey-more-soft {
    color: #F2F2F2!important
}
.text-grey-soft {
    /*color: #757575!important*/
	color: #404040!important
}
.text-grey {
    color: #4D4D4D!important
}
.text-grey-dark {
    color: #222!important;
	font-weight: 500;
}
.text-grey-darkest {
    color: #555!important
}
.text-blue-softest {
    color: #e6ebff!important
}
.text-blue-soft {
    color: #49ACC9!important
}
.text-blue {
    color: #869db1!important
}
.text-blue-dark {
    color: #00325F!important
}
.text-green-soft {
    color: #9ACA27!important
}
.text-green {
    color: #5DB100!important
}
.text-green-dark {
    color: #287900!important
}
.text-yellow {
    color: #76A9D4!important
}
.text-red {
    color: #9c0c0c!important
}
.bg-white {
    background-color: #fff!important
}
.bg-success {
    background-color: #71a67b!important
}
.bg-info {
    background-color: #61a0b9!important
}
.bg-warning {
    background-color: #f08400!important
}
.bg-danger {
    background-color: #ec3457!important
}
.bg-grey-softest {
    background-color: #DDD!important
}
.bg-grey-more-soft {
    background-color: #F2F2F2!important
}
.bg-grey-soft {
    background-color: #757575!important
}
.bg-grey {
    background-color: #4D4D4D!important
}
.bg-grey-dark {
    background-color: #222!important
}
.bg-grey-darkest {
    background-color: #555!important
}
.bg-blue-softest {
    background-color: #e6ebff!important
}
.bg-blue-soft {
    background-color: #49ACC9!important
}
.bg-blue {
    background-color: #869db1!important
}
.bg-blue-dark {
    background-color: #00325F!important
}
.bg-green-soft {
    background-color: #9ACA27!important
}
.bg-green {
    background-color: #5DB100!important
}
.bg-green-dark {
    background-color: #287900!important
}
.bg-yellow-soft {
    background-color: #fdecb7
}
.bg-yellow {
    background-color: #76A9D4!important
}
.bg-red {
    /*background-color: #9c0c0c!important*/
    background-color: #ffcb77!important;
    color: #00325f;
}
.bg-red a{ color: #00325f;}

.bg-white-soft {
    background-color: #f9f9f9!important
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
input,
textarea,
select {
    -webkit-appearance: none
}
@-webkit-viewport {
    width: device-width
}
@-moz-viewport {
    width: device-width
}
@-ms-viewport {
    width: device-width
}
@-o-viewport {
    width: device-width
}
@viewport {
    width: device-width;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
    border: 0;
/*    outline: 0*/
}
a:focus,
input:focus {
/*    outline: 0;*/
    /*outline-style: none*/
}
* {
    -webkit-tap-highlight-color: transparent
}
#grid {
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1
}
#grid .bg {
    min-height: 50px;
    opacity: .1;
    background: green
}
@media (max-width: 767px) {
    .hide-xs {
        display: none!important
    }
}
@media (max-width: 991px) {
    .hide-sm {
        display: none!important
    }
}
@media (max-width: 1199px) {
    .hide-md {
        display: none!important
    }
}
.hide-lg {
    display: none
}
@media (max-width: 767px) {
    .show-xs {
        display: block!important
    }
}
@media (max-width: 991px) {
    .show-sm {
        display: block!important
    }
}
@media (max-width: 1199px) {
    .show-md {
        display: block!important
    }
}
.display-none {
    display: none
}
html.touch .hide-touch {
    display: none
}
.hidden {
    display: none;
    visibility: visible
}
.initial {
    position: initial
}
.relative {
    position: relative
}
.absolute {
    position: absolute
}
.absolute.bottom {
    bottom: 0;
    width: 100%
}
@media (max-width: 767px) {
    .absolute.bottom {
        width: auto;
        position: relative;
        margin-top: 20px;
        bottom: auto!important
    }
}
.v-middle {
    vertical-align: middle
}
.v-top {
    vertical-align: top
}
.v-super {
    vertical-align: super
}
.caps {
    text-transform: uppercase
}
.no-caps {
    text-transform: none
}
.italic {
    font-style: italic!important
}
.bold {
    font-weight:800!important
}
.regular {
    font-weight: 400
}
.light {
    font-weight: 400!important
}
.text-ellipsis {
    text-overflow: ellipsis
}
a.no-decoration {
    text-decoration: none!important
}
@media (max-width: 767px) {
    .text-xs-left {
        text-align: left!important
    }
    .text-xs-right {
        text-align: right!important
    }
    .text-xs-center {
        text-align: center!important
    }
}
.display-table {
    display: table;
    width: 100%;
    margin: 0!important
}
@media (max-width: 767px) {
    .display-table {
        display: block
    }
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none!important
}
@media (max-width: 767px) {
    .display-table-cell {
        display: block
    }
}
.display-table-cell.v-bottom {
    vertical-align: bottom
}
.display-block {
    display: block
}
.display-inline-block {
    display: inline-block
}
.display-inline-block[class*=col-] {
    float: none;
    margin-right: -4px
}
@media (max-width: 767px) {
    .display-inline-block {
        display: block
    }
}
@media (max-width: 767px) {
    .display-inline-block.xs-default[class*=col-] {
        float: left;
        margin-right: 0
    }
}
.display-inline {
    display: inline!important
}
/*AS menu superior*/
.menuSuperior li{
    display: inline!important;
}
.menuSuperior li::before{  background-image:none;
}
.menuSuperior li a{border-left: 1px solid #ddd; padding:0 5px}

.menuInferior li{
    display: inline ;
    margin-right: 2.5%;
    margin-top: 10px;
}
.menuInferior li::before{  background-image:none;
}
.redesInf{margin-bottom:0;}
.redesInf li::before{  background-image:none;
}




@media (max-width: 767px) {
    .display-block-xs {
        display: block
    }
}
.no-padding {
    padding-bottom: 0!important;
    margin-bottom: 0!important
}
.margin-b-0 {
    margin-bottom: 0px!important
}
.margin-b-5 {
    margin-bottom: 5px!important
}
.margin-b-10 {
    margin-bottom: 10px!important
}
.margin-b-15 {
    margin-bottom: 15px!important
}
.margin-b-20 {
    margin-bottom: 20px!important
}
.margin-b-25 {
    margin-bottom: 25px!important
}
.margin-b-30 {
    margin-bottom: 30px!important
}
.margin-b-35 {
    margin-bottom: 35px!important
}
.margin-b-40 {
    margin-bottom: 40px!important
}
.margin-b-50 {
    margin-bottom: 50px!important
}
@media (max-width: 991px) {
    .margin-sm-b-5 {
        margin-bottom: 5px!important
    }
    .margin-sm-b-10 {
        margin-bottom: 10px!important
    }
    .margin-sm-b-15 {
        margin-bottom: 15px!important
    }
    .margin-sm-b-20 {
        margin-bottom: 20px!important
    }
    .margin-sm-b-25 {
        margin-bottom: 25px!important
    }
    .margin-sm-b-30 {
        margin-bottom: 30px!important
    }
    .margin-sm-b-35 {
        margin-bottom: 35px!important
    }
    .margin-sm-b-40 {
        margin-bottom: 40px!important
    }
    .margin-sm-b-50 {
        margin-bottom: 50px!important
    }
}
@media (max-width: 767px) {
    .margin-xs-b-5 {
        margin-bottom: 5px!important
    }
    .margin-xs-b-10 {
        margin-bottom: 10px!important
    }
    .margin-xs-b-15 {
        margin-bottom: 15px!important
    }
    .margin-xs-b-20 {
        margin-bottom: 20px!important
    }
    .margin-xs-b-25 {
        margin-bottom: 25px!important
    }
    .margin-xs-b-30 {
        margin-bottom: 30px!important
    }
    .margin-xs-b-35 {
        margin-bottom: 35px!important
    }
    .margin-xs-b-40 {
        margin-bottom: 40px!important
    }
    .margin-xs-b-50 {
        margin-bottom: 50px!important
    }
}
.row-no-padding {
    margin-left: 0;
    margin-right: 0
}
.row-no-padding>[class*=col-] {
    padding-left: 0!important;
    padding-right: 0!important
}
.row-same-height {
    overflow: hidden
}
.row-same-height .same-height {
    margin-bottom: -100%;
    padding-bottom: 100%
}
.overflow {
    overflow: hidden
}
.overflow.scroll {
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}
.clear-both {
    clear: both
}
.caret.in {
    transform: rotate(180deg);
    transition: .5s
}
.caret.out {
    transition: .5s
}
@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: icons;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format("embedded-opentype"), url(../fonts/icons.ttf) format("ttf"), url(../fonts/icons.ttf?b52be502c05e9a703abff10defde73aa) format("truetype");
    font-weight: 400;
    font-style: normal
}
[class^=icon-]:before,
[class*=" icon-"]:before {
    font-family: icons;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-aa:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-calendar:before,
.icon-doc:before,
.icon-document:before,
.icon-exp:before,
.icon-facebook:before,
.icon-g-plus:before,
.icon-heart:before,
.icon-mail:before,
.icon-pdf:before,
.icon-print:before,
.icon-rrss:before,
.icon-search:before,
.icon-share:before,
.icon-speaker:before,
.icon-tick:before,
.icon-twitter:before {
    font-family: icons;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit
}
.icon-aa:before {
    content: "\f101"
}
.icon-arrow-left:before {
    content: "\f102"
}
.icon-arrow-right:before {
    content: "\f103"
}
.icon-calendar:before {
    content: "\f104"
}
.icon-doc:before {
    content: "\f105"
}
.icon-document:before {
    content: "\f106"
}
.icon-exp:before {
    content: "\f107"
}
.icon-facebook:before {
    content: "\f108"
}
.icon-g-plus:before {
    content: "\f109"
}
.icon-heart:before {
    content: "\f10a"
}
.icon-mail:before {
    content: "\f10b"
}
.icon-pdf:before {
    content: "\f10c"
}
.icon-print:before {
    content: "\f10d"
}
.icon-rrss:before {
    content: "\f10e"
}
.icon-search:before {
    content: "\f10f"
}
.icon-share:before {
    content: "\f110"
}
.icon-speaker:before {
    content: "\f111"
}
.icon-tick:before {
    content: "\f112"
}
.icon-twitter:before {
   content: "\f113";

}
/*mc si cogemos otra libreria para este icono*/

/*
.icon-linkedin:before {
	content:  "\f0e1";
    font-family: FontAwesome;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    color: #00325f;
	width: 18px;
	height: 18px;
}*/

/*para no cargar otra librería, solo para este icono, se decodifica a xml el svg, se cambia color, y se vuelve a codificar a B64*/
.icon-linkedin:before {
   	/*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA0MzAuMTE3IDQzMC4xMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQzMC4xMTcgNDMwLjExNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGlkPSJMaW5rZWRJbiIgZD0iTTQzMC4xMTcsMjYxLjU0M1Y0MjAuNTZoLTkyLjE4OFYyNzIuMTkzYzAtMzcuMjcxLTEzLjMzNC02Mi43MDctNDYuNzAzLTYyLjcwNyAgIGMtMjUuNDczLDAtNDAuNjMyLDE3LjE0Mi00Ny4zMDEsMzMuNzI0Yy0yLjQzMiw1LjkyOC0zLjA1OCwxNC4xNzktMy4wNTgsMjIuNDc3VjQyMC41NmgtOTIuMjE5YzAsMCwxLjI0Mi0yNTEuMjg1LDAtMjc3LjMyaDkyLjIxICAgdjM5LjMwOWMtMC4xODcsMC4yOTQtMC40MywwLjYxMS0wLjYwNiwwLjg5NmgwLjYwNnYtMC44OTZjMTIuMjUxLTE4Ljg2OSwzNC4xMy00NS44MjQsODMuMTAyLTQ1LjgyNCAgIEMzODQuNjMzLDEzNi43MjQsNDMwLjExNywxNzYuMzYxLDQzMC4xMTcsMjYxLjU0M3ogTTUyLjE4Myw5LjU1OEMyMC42MzUsOS41NTgsMCwzMC4yNTEsMCw1Ny40NjMgICBjMCwyNi42MTksMjAuMDM4LDQ3Ljk0LDUwLjk1OSw0Ny45NGgwLjYxNmMzMi4xNTksMCw1Mi4xNTktMjEuMzE3LDUyLjE1OS00Ny45NEMxMDMuMTI4LDMwLjI1MSw4My43MzQsOS41NTgsNTIuMTgzLDkuNTU4eiAgICBNNS40NzcsNDIwLjU2aDkyLjE4NHYtMjc3LjMySDUuNDc3VjQyMC41NnoiIGZpbGw9IiM4YTlkYjEiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);*/
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA0MzAuMTE3IDQzMC4xMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQzMC4xMTcgNDMwLjExNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGlkPSJMaW5rZWRJbiIgZD0iTTQzMC4xMTcsMjYxLjU0M1Y0MjAuNTZoLTkyLjE4OFYyNzIuMTkzYzAtMzcuMjcxLTEzLjMzNC02Mi43MDctNDYuNzAzLTYyLjcwNyAgIGMtMjUuNDczLDAtNDAuNjMyLDE3LjE0Mi00Ny4zMDEsMzMuNzI0Yy0yLjQzMiw1LjkyOC0zLjA1OCwxNC4xNzktMy4wNTgsMjIuNDc3VjQyMC41NmgtOTIuMjE5YzAsMCwxLjI0Mi0yNTEuMjg1LDAtMjc3LjMyaDkyLjIxICAgdjM5LjMwOWMtMC4xODcsMC4yOTQtMC40MywwLjYxMS0wLjYwNiwwLjg5NmgwLjYwNnYtMC44OTZjMTIuMjUxLTE4Ljg2OSwzNC4xMy00NS44MjQsODMuMTAyLTQ1LjgyNCAgIEMzODQuNjMzLDEzNi43MjQsNDMwLjExNywxNzYuMzYxLDQzMC4xMTcsMjYxLjU0M3ogTTUyLjE4Myw5LjU1OEMyMC42MzUsOS41NTgsMCwzMC4yNTEsMCw1Ny40NjMgICBjMCwyNi42MTksMjAuMDM4LDQ3Ljk0LDUwLjk1OSw0Ny45NGgwLjYxNmMzMi4xNTksMCw1Mi4xNTktMjEuMzE3LDUyLjE1OS00Ny45NEMxMDMuMTI4LDMwLjI1MSw4My43MzQsOS41NTgsNTIuMTgzLDkuNTU4eiAgICBNNS40NzcsNDIwLjU2aDkyLjE4NHYtMjc3LjMySDUuNDc3VjQyMC41NnoiIGZpbGw9IiMwMDMyNWYiLz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-size: cover;
	top: 4px;
	position: relative;
}  
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
.datepicker {
    border-radius: 4px;
    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker.datepicker-rtl {
    direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
}
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
}
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}
.datepicker>div {
    display: none
}
.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
    display: block
}
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}
.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:hover.focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.today,
.open>.dropdown-toggle.datepicker table tr td.today:hover,
.open>.dropdown-toggle.datepicker table tr td.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.today,
.open>.dropdown-toggle.datepicker table tr td.today:hover,
.open>.dropdown-toggle.datepicker table tr td.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover {
    background-image: none
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today:hover.disabled.focus,
.datepicker table tr td.today.disabled.disabled.focus,
.datepicker table tr td.today.disabled:hover.disabled.focus,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today:hover[disabled].focus,
.datepicker table tr td.today.disabled[disabled].focus,
.datepicker table tr td.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:hover.focus,
fieldset[disabled] .datepicker table tr td.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
    background-color: #ffdb99;
    border-color: #ffb733
}
.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
    color: #ffdb99;
    background-color: #000
}
.datepicker table tr td.today:hover:hover {
    color: #000
}
.datepicker table tr td.today.active:hover {
    color: #fff
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    border-radius: 0
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
    border-radius: 0
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:hover.focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.range.today,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.range.today,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    background-image: none
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today:hover.disabled.focus,
.datepicker table tr td.range.today.disabled.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today:hover[disabled].focus,
.datepicker table tr td.range.today.disabled[disabled].focus,
.datepicker table tr td.range.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:hover.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f7ca77;
    border-color: #f1a417
}
.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
    color: #f7ca77;
    background-color: #000
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected:hover.focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.selected,
.open>.dropdown-toggle.datepicker table tr td.selected:hover,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.selected,
.open>.dropdown-toggle.datepicker table tr td.selected:hover,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    background-image: none
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected:hover.disabled.focus,
.datepicker table tr td.selected.disabled.disabled.focus,
.datepicker table tr td.selected.disabled:hover.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected:hover[disabled].focus,
.datepicker table tr td.selected.disabled[disabled].focus,
.datepicker table tr td.selected.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected:hover.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
    background-color: #777;
    border-color: #555
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
    color: #777;
    background-color: #fff
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-image: none
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active:hover.disabled.focus,
.datepicker table tr td.active.disabled.disabled.focus,
.datepicker table tr td.active.disabled:hover.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active:hover[disabled].focus,
.datepicker table tr td.active.disabled[disabled].focus,
.datepicker table tr td.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active:hover.focus,
fieldset[disabled] .datepicker table tr td.active.disabled.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
    background-color: #337ab7;
    border-color: #2e6da4
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
    color: #337ab7;
    background-color: #fff
}
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}
.datepicker table tr td span:hover {
    background: #eee
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
    background-color: #337ab7;
    border-color: #2e6da4
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
    color: #337ab7;
    background-color: #fff
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #777
}
.datepicker .datepicker-switch {
    width: 145px
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}
.datepicker thead tr:first-child .cw {
    cursor: default;
    background-color: transparent
}
.input-group.date .input-group-addon {
    cursor: pointer
}
.input-daterange {
    width: 100%
}
.input-daterange input {
    text-align: center
}
.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}
.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}
.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: solid #ccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}
/*.container-fluid {
    padding-left: 0;
    padding-right: 0
}*/
#logo {
    display: block;
    text-align: center;
    padding: 20px 0;
}
/* logotipo */
#logo .print {
    display: none;
}
#logo .no-print {
    display: inline-block
}
@media (max-width: 991px) {
    #logo {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding: 12px 0
    }
}
@media (max-width: 767px) {
    #logo img {
        width: 70px;
        height: auto
    }
}
#logo:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
header {
    background: #fff
}
@media (max-width: 991px) {
    header {
        width: 100%;
        z-index: 1030;
        position: fixed
    }
}
header .top-nav {
    padding: 10px 15px;
    background: #fff
}
header .top-menu {
    float: left;
    padding: 10px 0
}
header .top-menu>button,
header .top-menu a {
    font-size: 13px;
    margin-right: 5px
}
header .top-menu>button:focus,
header .top-menu a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
/*As he quitado el content */
header .top-menu>button:after,
header .top-menu a:after {
   /* content: '|';*/
    margin-left: 10px;
    display: inline-block;
    color: #ddd
}
header .top-menu>button:last-child,
header .top-menu a:last-child {
    margin-right: 0
}
header .top-menu>button:last-child:after,
header .top-menu a:last-child:after {
    display: none
}
header nav {
    background: #00325f
}
header nav a,
header nav button.link {
    color: #ffffff
}
header nav a:hover,
header nav button.link:hover,
header nav a:focus,
header nav button.link:focus {
    color: #fff
}
header .links {
    margin-bottom: 0;
    position: relative;
}
header .links>li {
    height: 100%;
    float: left;
    position: static
}
header .links>li button {
    padding: 38px 7px;
    font-size: 15px
}
@media (max-width: 1199px) {
    header .links>li button {
        font-size: 12px
    }
}
header .links>li button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
header .links>li:nth-child(5) a, header .links>li:nth-child(6) a, header .links>li:nth-child(7) a {
    display: block;
    padding: 38px 25px;
    color: #ffffff;
    font-size: 15px
}
@media (max-width: 1199px) {
    header .links>li:nth-child(5) a {
        font-size: 12px;
        padding: 38px 15px
    }
}
header .links>li:nth-child(5) a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
header .links>li:last-child {
    padding: 0;
    vertical-align: middle
}
header .links>li:last-child a {
    display: block;
    padding: 38px 30px;
    font-size: 15px;
    background-color: #9c0c0c
}
@media (max-width: 1199px) {
    header .links>li:last-child a {
        font-size: 12px
    }
}
header .links>li.open {
    background: #fff;
    border-top: 1px solid #ddd
}
header .links>li.open a,
header .links>li.open button.link {
    color: #0086ff;
    text-decoration: none;
}
header .links>li.open a:hover,
header .links>li.open button.link:hover {
    color: #0086ff;
    text-decoration: none;

}
header .links>li.open .caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 3px
}
header .links>li .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    padding: 20px 20px 20px 40px;
    width: 100%
}
header .links>li .dropdown-menu a {
    color: #404040;
    font-size: 1.5rem;
    width: 90%;
    padding: 12px;
    padding-left: 10px;
    display: inline-block
}
header .links>li .dropdown-menu a:hover {
    color: #869db1
}
.menu-item {
    position: relative
}
.menu-item:before {
    position: absolute;
    top: 7.5px
}
[class*=icon-] {
    display: inline-block;
    text-align: center
}
[class*=icon-]:before {
    text-align: center
}
[class*=icon-] svg {
    width: 100%;
    height: 100%
}
[class*=icon-].big {
    font-size: 44px
}
[class*=icon-].medium {
    font-size: 35px
}
[class*=icon-].small {
    font-size: 28px
}
[class*=icon-].mini {
    font-size: 23px
}
[class*=icon-].micro {
    font-size: 15px
}
[class*=icon-].atom {
    font-size: 10px
}
[class*=icon-svg-].big {
    height: 44px;
    width: 44px
}
[class*=icon-svg-].medium {
    height: 35px;
    width: 35px
}
[class*=icon-svg-].small {
    height: 28px;
    width: 28px
}
[class*=icon-svg-].mini {
    height: 23px;
    width: 23px
}
[class*=icon-svg-].micro {
    height: 15px;
    width: 15px
}
[class*=icon-svg-].atom {
    height: 10px;
    width: 10px
}
::-moz-selection {
    color: #fff;
    background: #404040
}
::selection {
    color: #fff;
    background: #404040
}
html {
    font-size: 62.5%
}
@media (max-width: 767px) {
    html {
        font-size: 60%
    }
}
body {
    margin: 0;
    font: 1.4rem Helvetica;
    /*color: #404040;*/
	color: #000000;
    /*font-smoothing:  antialiased;*/
	font-smoothing:  auto;
    background: #ddd
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    margin: 0;
    width: auto;
    color: #404040
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    margin: 0;
    text-decoration: none
}
.h1 {
    font: 4rem 'Droid Serif', Georgia;
    color: #404040;
    padding-bottom: 30px
}
@media (max-width: 767px) {
    .h1 {
		font:4rem 'Lato', sans-serif;

    }
}
.h2 {
	font:3.2rem 'Lato', sans-serif;
    color: #404040;
    padding-bottom: 30px
}
.h3 {
    font: 2.4rem 'Lato', sans-serif;
    color: #404040;
    padding-bottom: 30px
}
.h4 {
    font: 2.2rem 'Lato', sans-serif;
    color: #404040;
    padding-bottom: 30px
}
.h5 {
    font: 1.8rem 'Lato', sans-serif;
    color: #404040;
    padding-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase
}
.h6 {
    font: 1.4rem 'Lato', sans-serif;
    color: #404040;
    padding-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase
}
.h5 a {
    font-weight: 400;
    text-transform: none;
    font-size: 1.6rem
}
a.h1,
a.h2,
a.h3 {
    text-decoration: none
}
a.h1:hover,
a.h2:hover,
a.h3:hover {
    color: #404040!important
}
a.h4,
a.h5,
a.h6 {
    text-decoration: none
}
a.h4:hover,
a.h5:hover,
a.h6:hover {
    color: #404040!important
}
a:link,
button.link {
    color: #869db1;
    text-decoration: none;
    transition: .2s
}
a:active,
a.active {
    color: #404040;
    text-decoration: underline
}
a:visited {
    color: #869db1
}
a:hover {
    color: #869db1;
    text-decoration: underline
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    text-decoration: underline
}
button.link {
    border: none;
    background: 0 0;
    padding: 0
}
.input-group button.link {background: #fff;padding:0 6px;height:30px}
.input-group button.link:focus,
.input-group button.link:hover{background: #4d4d4d;color:#fff;}
.input-group .input-group-addon{margin: 0;padding: 0}



button.link:hover,
button.link:focus {
    /*color: #869db1;*/
	color: #003225;
    text-decoration: underline
}
button.link:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
p {
    padding-bottom: 30px;
    margin: 0;
    line-height: 140%
}
p.lead,
a.lead {
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400
}
strong.lead {
    font-weight: 700
}
small,
.small {
    font-size: 1.3rem
}
.texto_gigante {
    font-size: 2.4rem
}
hr.medium {
    border: 1px solid #404040!important
}
hr {
    margin: 10px 0
}
.no-legacy-ie .checkbox,
.no-legacy-ie .checkbox-inline {
    padding-left: 24px;
    position: relative
}
@media (max-width: 991px) {
    .no-legacy-ie .checkbox,
    .no-legacy-ie .checkbox-inline {
        padding-left: 30px;
        padding-top: 1px
    }
}
.no-legacy-ie .checkbox label:before,
.no-legacy-ie .checkbox-inline label:before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    top: 2px;
    border: 1px solid #ddd;
    margin-right: 8px
}
@media (max-width: 767px) {
    .no-legacy-ie .checkbox label:before,
    .no-legacy-ie .checkbox-inline label:before {
        top: 1px
    }
}
@media (max-width: 991px) {
    .no-legacy-ie .checkbox label:before,
    .no-legacy-ie .checkbox-inline label:before {
        height: 20px;
        width: 20px;
        margin-right: 20px;
        vertical-align: sub;
        bottom: 6px
    }
}
.no-legacy-ie .checkbox label.check-top:before {
    top: 7px;
    bottom: auto
}
.no-legacy-ie .checkbox-inline label.check-top:before {
    top: 0;
    bottom: 0
}
.no-legacy-ie .checkbox-inline label {
    margin-bottom: 0;
    font-weight: 400;
    padding-top: 1px
}
.no-legacy-ie .checkbox input[type=checkbox],
.no-legacy-ie .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin:0;
    padding: 0;
    overflow: hidden;
    z-index: 0;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 2px;
    cursor:pointer;
    background: transparent;

}
.no-legacy-ie .checkbox input:hover,
.no-legacy-ie .checkbox input:focus{-webkit-box-shadow: 0px 0px 3px 1px  rgba(0, 0, 0,1); -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0,1); box-shadow: 0px 0px 3px 1px  rgba(0, 0, 0,1);}

/*as: back;
.no-legacy-ie .checkbox input[type=checkbox],
.no-legacy-ie .checkbox-inline input[type=checkbox] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 4px
}
*/
.no-legacy-ie .checkbox input[type=checkbox]:focus+label::before,
.no-legacy-ie .checkbox-inline input[type=checkbox]:focus+label::before{
    outline: 1px dotted black;
}
.no-legacy-ie .checkbox input[type=checkbox]:checked+label::before,
.no-legacy-ie .checkbox-inline input[type=checkbox]:checked+label::before {
    font-family: icons;
    content: "\f112";
    background: #fff url(../svg/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMy45NHB4IiBoZWlnaHQ9IjE3LjcxNHB4IiB2aWV3Qm94PSIwIDAgMjMuOTQgMTcuNzE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNENzFBMkQiIGQ9Ik04LjExNCwxNy43MTRjLTAuNDgzLDAtMC45NjYtMC4xODQtMS4zMzUtMC41NTNsLTYuMjI2LTYuMjI2Yy0wLjczNy0wLjczNy0wLjczNy0xLjkzMywwLTIuNjcNCgkJYzAuNzM4LTAuNzM3LDEuOTMzLTAuNzM3LDIuNjcsMGw0Ljg5MSw0Ljg5MUwyMC43MTcsMC41NTNjMC43MzgtMC43MzcsMS45MzMtMC43MzcsMi42NywwYzAuNzM3LDAuNzM3LDAuNzM3LDEuOTMzLDAsMi42Nw0KCQlMOS40NSwxNy4xNjFDOS4wODEsMTcuNTMsOC41OTgsMTcuNzE0LDguMTE0LDE3LjcxNHoiLz4NCjwvZz4NCjwvc3ZnPg0K.svg?v=26112015) no-repeat;
    background-size: 100% 100%;
    background-size: contain;
    font-size: 1.5rem;
    color: #404040;
    text-align: center;
    line-height: 20px
}
.no-svg .no-legacy-ie .checkbox input[type=checkbox]:checked+label::before,
.no-svg .no-legacy-ie .checkbox-inline input[type=checkbox]:checked+label::before {
    background: #fff url(../img/static/data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMy45NHB4IiBoZWlnaHQ9IjE3LjcxNHB4IiB2aWV3Qm94PSIwIDAgMjMuOTQgMTcuNzE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiNENzFBMkQiIGQ9Ik04LjExNCwxNy43MTRjLTAuNDgzLDAtMC45NjYtMC4xODQtMS4zMzUtMC41NTNsLTYuMjI2LTYuMjI2Yy0wLjczNy0wLjczNy0wLjczNy0xLjkzMywwLTIuNjcNCgkJYzAuNzM4LTAuNzM3LDEuOTMzLTAuNzM3LDIuNjcsMGw0Ljg5MSw0Ljg5MUwyMC43MTcsMC41NTNjMC43MzgtMC43MzcsMS45MzMtMC43MzcsMi42NywwYzAuNzM3LDAuNzM3LDAuNzM3LDEuOTMzLDAsMi42Nw0KCQlMOS40NSwxNy4xNjFDOS4wODEsMTcuNTMsOC41OTgsMTcuNzE0LDguMTE0LDE3LjcxNHoiLz4NCjwvZz4NCjwvc3ZnPg0K.png?v=26112015) no-repeat;
    background-size: 100%
}
@media (max-width: 991px) {
    .no-legacy-ie .checkbox input[type=checkbox]:checked+label::before,
    .no-legacy-ie .checkbox-inline input[type=checkbox]:checked+label::before {
        font-size: 22px;
        line-height: 22px
    }
}
.no-legacy-ie .radio {
    position: relative;
    padding-left: 0;
    width: 100%;
    height: 100%
}
@media (max-width: 991px) {
    .no-legacy-ie .radio {
        padding-left: 30px;
        padding-top: 3px
    }
}
.no-legacy-ie .radio label {
    padding-right: 10px
}
.no-legacy-ie .radio label:before {
    font-family: Icons;
    content: "\e6b1";
    color: #404040;
    font-size: 1.8rem;
    margin-right: 10px
}
@media (max-width: 991px) {
    .no-legacy-ie .radio label:before {
        font-size: 1.9rem
    }
}
.no-legacy-ie .radio label.radio-top:before,
.no-legacy-ie .radio-inline label.radio-top:before {
    top: 7px;
    bottom: auto
}
.no-legacy-ie .radio input[type=radio] {
    display: none
}
.no-legacy-ie .radio input[type=radio]:checked+label:before {
    font-family: Icons;
    content: "\e6b0";
    color: #404040
}
.no-legacy-ie .radio,
.no-legacy-ie .checkbox {
    line-height: 20px;
    margin: 0
}
.no-legacy-ie .radio label,
.no-legacy-ie .checkbox label {
    line-height: 120%
}
.no-legacy-ie .form-inline .checkbox label:before,
.no-legacy-ie .form-inline .radio label:before {
    position: static
}
.form-control {
    border-radius: 0;
    box-shadow: none
}
.input-group .form-control {
    border-right: 0
}
.input-group .input-group-addon {
    border-radius: 0;
    border-left: 0;
    background: #fff
}
legend {
    margin-bottom: 0;
    border-bottom: none;
    font-size: 1.4rem
}
input[placeholder],
::-webkit-input-placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#000000;
}
.has-error input[placeholder],
.has-error::-webkit-input-placeholder {
    color: #9c0c0c
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}
input[type=number] {
    -moz-appearance: textfield
}
.has-error .form-control {
    border-color: #9c0c0c
}
#off-canvas,
button.navbar-toggle {
    display: none
}
#off-canvas {
    background: #00325f;
}
#off-canvas a {
       color: #fff;
}
 #off-canvas .dropdown-menu a {
        color: #404040
    }
@media (max-width: 991px) {
    button.navbar-toggle {
        margin: 0;
        padding: 0;
        position: absolute;
        display: block;
        top: 26px;
        border-radius: 0
    }
    button.navbar-toggle .icon-bar {
        height: 1px;
        background: #fff;
        display: block!important;
        width: 40px
    }
    button.navbar-toggle .icon-bar+.icon-bar {
        margin-top: 8px
    }
    #off-canvas {
        display: block;
        background: #00325f;
        width: 250px;
        width: 80%;
        height: 100%;
        left: -250px;
        left: -80%;
        position: absolute;
        z-index: 999;
        overflow: hidden
    }
    #off-canvas ul {
        margin-bottom: 0
    }
    #off-canvas a {
        text-decoration: none;
        color: #fff;
        font: 1.8rem Helvetica;
        padding: 8px
    }
    #off-canvas a:active {
        background: #404040
    }
    #off-canvas a {
        text-decoration: none;
        display: block;
        color: #fff
    }
    #off-canvas button {
        color: #fff;
        font-size: 1.8rem
    }
    #off-canvas .inner-nav {
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
        position: relative;
        width: 100%;
        padding: 20px
    }
    #off-canvas .small a {
        font-size: 1.3rem
    }

    #off-canvas hr {
        border-color: #ddd;
        opacity: .1
    }
    #off-canvas .btn.absolute {
        width: 100%;
        bottom: 0;
        left: 0
    }
    #off-canvas .subnav {
        background: #fff;
        width: 100%;
        height: 100%
    }
    #off-canvas .subnav a {
        color: #404040
    }
    #off-canvas .subnav .title {
        color: #869db1
    }
    #off-canvas .subnav .title:before {
        top: 10px;
        content: "";
        color: #404040;
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjkiIHZpZXdCb3g9Ii0yOTUgNDE2LjkgNCA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IC0yOTUgNDE2LjkgNCA5Ij48dGl0bGU+RmxlY2hhPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMyRTU0RkUiIGQ9Ik0tMjkxLjEgNDI0LjdsLTMuNy0zLjIgMy42LTMuNSIvPjwvc3ZnPg==) no-repeat;
        background-size: contain
    }
    #off-canvas .subnav li {
        position: relative
    }
    #off-canvas .subnav li:after {
        position: absolute;
        right: 0;
        top: 10px;
        content: "";
        color: #404040;
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNCA5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5GbGVjaGE8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgc3Ryb2tlPSIjMkU1NEZFIj48Zz48Zz48Zz48cGF0aCBkPSJNLjI0NiAxLjE0bDMuNjc2IDMuMjFMLjMwOCA3LjgyMyIvPjwvZz48L2c+PC9nPjwvZz48L2c+PC9zdmc+) no-repeat
    }
    html.out,
    body.out {
        left: 0
    }
    #canvas-wrap {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 99999;
        background: rgba(0, 0, 0, .2);
        transition: .5s
    }
    html.in,
    html.out {
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: relative
    }
    body.in,
    body.out {
        position: fixed;
        height: 100%;
        width: 100%
    }
    html.in #off-canvas {
        transition-property: left, right;
        transition-duration: .5s, .5s;
        left: 0;
        z-index: 99
    }
    html.out #off-canvas {
        transition-property: left, right;
        transition-duration: .5s, .5s
    }
    #canvas-wrap {
        z-index: 88
    }
    #off-canvas {
        padding-top: 44px
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    button.navbar-toggle {
        top: 15px
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    button.navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    button.navbar-toggle .icon-bar {
        height: 1px;
        width: 22px
    }
}
@media (max-width: 991px) and (max-width: 991px) {
    #off-canvas {
        width: 320px;
        left: -320px;
        padding-top: 75px
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    #off-canvas {
        width: 80%;
        left: -80%;
        padding-top: 44px
    }
}
@media (max-width: 767px) {
    #off-canvas .innver-nav {
        padding: 20px 20px 40px 20px;
        overflow-y: scroll
    }
}
.btn {
    border-radius: 2px;
    border: 0;
   /*padding: 12px 30px;    ---MC---   */
    font-size: 1.6rem;
    transition: .5s
}
.btn:hover,
.btn:focus {
    /* opacity: .8; --- VNR botón agenda y más de áreas 17/03/2022 --- */
    text-decoration: underline;
}
.btn.btn-primary {
    background: #869db1;
    color: #fff
}
.btn.btn-secondary {
    background: #9aca27;
    color: #404040
}
.btn.btn-terciary {
    background-color: #f2f2f2;
    color: #404040
}
.btn.btn-full {
    height: 100%;
    width: 100%;
    display: block
}
.btn.btn-lg {
    padding: 12px 65px
}
.btn-group.btn-intro .btn {
    height: 57px;
    font-size: 14px
}
@media (max-width: 1199px) {
    .btn-group.btn-intro .btn {
        border-right: 1px solid #ddd
    }
}
@media (max-width: 767px) {
    .btn-group.btn-intro .btn {
        border-right: none;
        border-bottom: 1px solid #ddd
    }
}
.btn-group.btn-intro .btn.btn-2-group {
    border-left: 1px solid #ddd
}
@media (max-width: 767px) {
    .btn-group.btn-intro .btn.btn-2-group {
        border-left: none
    }
}
.btn-group.btn-intro .btn.fs .atom {
    font-size: 10px
}
.btn-group.btn-intro .btn.fs .micro {
    font-size: 15px
}
.btn-group.btn-intro .btn.fs .mini {
    font-size: 23px
}
.btn-group.btn-intro .dropdown-menu {
    border-radius: 0;
    background-color: #f2f2f2
}
.btn-group.btn-intro .dropdown-menu li .link {
    padding: 5px 65px;
    margin: auto;
    color: #222;
    display: block
}
.btn-group.btn-intro .dropdown-menu li .link [class*=icon-] {
    margin-right: 15px
}
@media (max-width: 1199px) {
    .btn-group.btn-intro .dropdown-menu li .link {
        padding: 5px 30px
    }
}
.btn-group .btn {
    background-color: #f2f2f2;
    font-weight: 300;
    border-right: 1px solid #ddd;
    margin-left: 0!important
}
.btn-group .btn:last-child {
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0
}
.btn-group .btn.btn-5-group {
    width: 20%
}
@media (max-width: 1199px) {
    .btn-group .btn.btn-5-group {
        width: 50%;
        border-bottom: 1px solid #ddd
    }
    .btn-group .btn.btn-5-group:nth-child(even) {
        border-right: none
    }
    .btn-group .btn.btn-5-group:nth-child(4) {
        border-right: 0
    }
    .btn-group .btn.btn-5-group:last-child {
        width: 100%;
        border-bottom: 1px solid #869db1
    }
}
@media (max-width: 767px) {
    .btn-group .btn.btn-5-group {
        width: 100%
    }
}
@media (max-width: 767px) {
    .btn {
        min-height: 40px
    }
}
.carousel .carousel-indicators {
    right: 20px;
    bottom: 0;
    left: auto;
    width: auto
}
.carousel .carousel-indicators li {
    background: #ddd
}
.carousel .carousel-indicators li.active {
    background: #757575
}
section {
    margin-bottom: 20px
}
.content-block {
    background: #fff;
    padding: 15px 0;
    position: relative
}
.content-block .padding-content {
    padding-left: 30px;
    padding-right: 30px
}
@media (max-width: 767px) {
    .content-block .padding-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
}
.content-block .padding-content.right-border {
    border-right: 1px solid #ddd
}
.content-block.big-padding {
    padding: 40px
}
@media (max-width: 767px) {
    .content-block.big-padding {
        padding: 30px 15px
    }
}
@media (max-width: 991px) {
    .fakeHolder {
        height: 75px
    }
}
@media (max-width: 767px) {
    .fakeHolder {
        height: 40px
    }
}
.img-block,
.video-block {
    display: table;
    width: 100%
}
.img-block .text,
.video-block .text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 5rem
}
@media (max-width: 767px) {
    .img-block .text,
    .video-block .text {
        padding: 1rem
    }
}
.img-block .absolute,
.video-block .absolute {
    width: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.img-block.data-bg,
.video-block.data-bg {
    min-height: 190px;
    display: block
}
@media (max-width: 1199px) {
    .img-block.data-bg {
        min-height: 175px
    }
}
@media (max-width: 1199px) {
    .img-block.data-bg {
        min-height: 140px
    }
}
.video-block .play-video {
    background: rgba(255, 255, 255, .4);
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
    border-radius: 90px;
    padding-top: 30px;
    text-align: center;
    margin-bottom: 30px
}
.video-block .play-video:hover {
    opacity: .8
}
.video-block .text {
    text-align: left
}
.buttons-block {
    position: absolute;
    bottom: 0;
    width: 100%
}
.buttons-block .btn {
    padding: 18px 30px;
    white-space: normal;
    border-radius: 0
}
.buttons-block .btn.border-right {
    border-right: 1px solid #ddd
}
@media (max-width: 767px) {
    .buttons-block .btn.border-right {
        border-right: 0;
        border-bottom: 1px solid #ddd
    }
}
section.home-carousel .btn-group {
    display: none
}
@media (max-width: 991px) {
    section.home-carousel .btn-group {
        display: block;
        overflow: hidden
    }
}
section.home-featured .row.row-no-padding {
    background-color: #fff
}
section.home-featured .content-block,
section.home-featured .img-block,
section.home-featured .video-block {
    min-height: 340px
}
@media (max-width: 1199px) {
    section.home-featured .content-block,
    section.home-featured .img-block,
    section.home-featured .video-block {
        min-height: 420px
    }
}
@media (max-width: 991px) {
    section.home-featured .content-block,
    section.home-featured .img-block,
    section.home-featured .video-block {
        min-height: 290px
    }
}
@media (max-width: 767px) {
    section.home-featured .content-block,
    section.home-featured .img-block,
    section.home-featured .video-block {
        min-height: auto
    }
}
@media (max-width: 767px) {
    section.home-featured .img-block {
        min-height: 290px
    }
}
@media (max-width: 767px) {
    section.home-featured .content-block .right-border {
        border-right: 0
    }
}
section.home-actions li {
    margin-bottom: 20px
}
section.home-news .block {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%
}
section.home-docs .content-block.right-border {
    border-right: 1px solid #757575
}
section.home-docs .padding-content.margin-b-40 {
    overflow: hidden;
    padding-right: 0;
    margin-bottom: 0!important;
    padding-bottom: 30px
}
section.home-docs #home-call-action {
    /*height: 213px cambiado para recuperar espacio*/
	height: 110px
}
section.home-docs li .align {
    display: table-cell;
    vertical-align: middle;
    height: 35px
}
section.home-hire .align {
    min-height: 87px;
    padding-bottom: 0
}
@media (max-width: 767px) {
    section.home-hire .align {
        min-height: auto
    }
}
@media (max-width: 767px) {
    .fs-lg-control .content-block .padding-content .h5 {
        word-break: break-word;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
}
.fs-lg-control section.home-featured .img-block {
    min-height: 685px
}
.fs-lg-control section.home-news .img-block,
.fs-lg-control section.home-news a.block {
    min-height: 485px
}
.fs-lg-control section.home-actions .content-block {
    padding-bottom: 0
}
.fs-lg-control section.home-actions li {
    margin-bottom: 20px;
    display: block
}
.fs-lg-control section.home-actions li a {
    font-size: 4rem
}
.fs-lg-control .buttons-block {
    position: relative
}
.fs-md-control section.home-featured .img-block {
    min-height: 685px
}
.fs-md-control section.home-news .img-block,
.fs-md-control section.home-news a.block {
    min-height: 485px
}
.fs-md-control section.home-actions .content-block {
    padding-bottom: 0
}
.fs-md-control section.home-actions li {
    margin-bottom: 20px;
    display: block
}
.fs-md-control section.home-actions li a {
    font-size: 3rem
}
.fs-md-control .buttons-block {
    position: relative
}
.top-line-sm-y {
    border-top: 12px solid #76a9d4
}
.bottom-line {
    border-bottom: 1px solid #ddd
}
article {
    margin-bottom: 20px
}
.line-height-xs {
    line-height: 2rem
}
.line-height-s {
    line-height: 2.2rem
}
.li-b-10 li {
    margin-bottom: 10px;
    line-height: 2.2rem
}
.li-b-20 li {
    margin-bottom: 20px;
    line-height: 2rem
}
.button-l-h {
    line-height: 50px
}
.no-b-line {
    border-bottom: 0
}
.hr {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    display: block
}
.fix-align {
    top: 30px
}
@media (max-width: 991px) {
    .fix-align {
        top: 10px;
        padding-bottom: 10px
    }
}
.intro-block {
    background-color: #fff
}
.intro-block .h1 {
    color: #00325f
}
.intro-block .h1 span {
    color: #869db1
}
.intro-block hr {
    margin: 10px 0 30px
}
.btn-5-group {
    width: 20%
}
@media (max-width: 767px) {
    .btn-5-group {
        width: 50%
    }
    .btn-5-group:last-child {
        width: 100%
    }
}
.btn-intro a {
    padding: 18px 30px
}
.img-responsive,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
.thumbnail>img,
.thumbnail a>img {
    /*width: 100%*/
}
.video-content .text {
    position: absolute;
    z-index: 1;
    left: 40px;
    bottom: 25px
}
@media (max-width: 767px) {
    .video-content .text {
        left: 10px;
        bottom: 0
    }
}
.fs-control-block {
    border: 1px solid #ddd
}
.fs-control-block .fs-sm,
.fs-control-block .fs-md,
.fs-control-block .fs-lg {
    padding: 0 8px;
    border: 0;
    border-right: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    color: #869db1;
    line-height: 34px;
    width: 40px;
    /*font-size: auto;*/
}
.fs-control-block .fs-sm.active,
.fs-control-block .fs-md.active,
.fs-control-block .fs-lg.active {
    background-color: #757575;
    color: #ddd;
    box-shadow: none
}
.fs-control-block .fs-sm:last-child,
.fs-control-block .fs-md:last-child,
.fs-control-block .fs-lg:last-child {
    border-right: none
}
.fs-control-block .fs-sm:hover,
.fs-control-block .fs-md:hover,
.fs-control-block .fs-lg:hover {
    background-color: #757575
}
.fs-sm-control {
    font-size: 62.5%
}
.fs-md-control {
    font-size: 93.75%
}
.fs-lg-control {
    font-size: 125%
}
.btn-group.fs {
    padding: 0
}
.btn-group.fs .fs-sm,
.btn-group.fs .fs-md,
.btn-group.fs .fs-lg {
    height: 57px;
    width: 33.33%;
    border: 0;
    border-right: 1px solid #ddd;
    background-color: #f2f2f2;
    /* mc    color: #869db1;*/
	color: #00325f;
    padding: 12px 20px
}
.btn-group.fs .fs-sm.active,
.btn-group.fs .fs-md.active,
.btn-group.fs .fs-lg.active {
    /*background-color: #757575;*/
    background-color: #4D4D4D;
    box-shadow: none;
    color: #ddd
}
.btn-group.fs .fs-sm:last-child,
.btn-group.fs .fs-md:last-child,
.btn-group.fs .fs-lg:last-child {
    border-right: none
}
.btn-group.fs .fs-sm:hover,
.btn-group.fs .fs-md:hover,
.btn-group.fs .fs-lg:hover {
    /*background-color: #757575;*/
    background-color: #4D4D4D;

    color: #ddd
}
.sidebar {
background-size: 180px;
}



.sidebar .content-block {
}
.sidebar .content-block .h6 {
    color: #00325f;
    padding-bottom: 20px
}
.sidebar .content-block .side-nav li {
    padding: 17px 0;
    border-bottom: 1px solid #ddd
}
.sidebar .content-block .side-nav li.active {
    position: relative
}

@media (max-width: 767px) {
    .sidebar .content-block .side-nav li.active:after {
        left: -15px
    }
}
.sidebar .content-block .side-nav li.active a {
    color: #222
}
.sidebar .content-block .side-nav li .submenu {
    padding-top: 0!important
}
.sidebar .content-block .side-nav li .submenu li.li {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: .5rem;
    position: relative
}
.sidebar .content-block .side-nav li .submenu li.li.line {
    border-bottom: 1px solid #ddd
}
.sidebar .content-block .side-nav li .submenu li.li .a {
    margin: 15px 0 10px
}
.sidebar .content-block .side-nav li .submenu li.li .a.active {
    color: #222;
    text-decoration: none
}
@media (max-width: 767px) {
    .sidebar .content-block .side-nav li .submenu li.li .a.active:before {
        left: -30px
    }
}
.sidebar .content-block .side-nav li .submenu li a {
    display: block
}
.sidebar .content-block .side-nav li .submenu li .sidebar-list {
    padding-left: 15px
}
.sidebar .content-block .side-nav li .submenu li .sidebar-list>li {
    border-bottom: 0;
    padding: 12px 0
}
.sidebar .content-block .side-nav li .submenu li .sidebar-list>li:before {
    content: none;
    background: 0 0
}
.sidebar .content-block .side-nav li .submenu li .sidebar-list>li.active:after {
    left: -60px
}
@media (max-width: 767px) {
    .sidebar .content-block .side-nav li .submenu li .sidebar-list>li.active:after {
        left: -45px
    }
}
.sidebar .content-block .video-block {
    margin-bottom: 15px
}
.sidebar .content-block .video-block .text {
    padding: 11px
}
.sidebar .content-block .video-block .text .play-video {
    margin-bottom: 0
}
.sidebar .content-block .last-published li {
    padding-left: 30px;
    position: relative
}
.sidebar .content-block .last-published li:after {
    font-family: icons;
    content: "\f105";
    color: #757575;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 23px
}
.sidebar .sidebar-block {
    padding: 20px 0;
    text-align: center;
    /*background-color: #9c0c0c*/
    background-color: #ffcb77!important;
    color: #00325f;
    border: solid #00325f thin;
}
.sidebar .sidebar-block .h4,
.sidebar .sidebar-block a {
    /*color: #fff*/
    color: #00325f;
}
.sidebar .sidebar-block .h4 {
    padding-bottom: 10px;
    font-style: italic
}
.sidebar .sidebar-block a {
    text-decoration: underline
}
.form-block textarea {
    padding-top: 15px
}
.form-block input {
    height: 50px
}
.form-block .checkbox label {
    font-weight: 300;
    padding-left: 0;
    line-height: 140%
}
.form-block .btn-primary {
    font-weight: 300
}
.fs-lg-control .form-block input,
.fs-md-control .form-block input {
    height: auto
}
.info-block {
    /* background-color: #e6ebff */
	background-color: #F2F2F2;
}
.info-block h2 {
    color: #00325f
}
.info-block ul li {
    line-height: 2.2rem;
    margin-bottom: 10px
}
.top-l-block .h5 {
    min-height: 50px;
    padding-bottom: 0
}
@media (max-width: 767px) {
    .top-l-block h2.h5 {
        padding-bottom: 10px
    }
    .top-l-block .h5 {
        padding-bottom: 5px;
        min-height: 0
    }
}
.collapse-2-col>.panel>.panel-heading>.panel-title>a {
    display: block
}
.fs-lg-control .top-l-block a,
.fs-md-control .top-l-block a {
    word-break: break-word
}
@media (max-width: 1199px) {
    .fs-lg-control .top-l-block .col-sm-4,
    .fs-md-control .top-l-block .col-sm-4 {
        width: 100%
    }
}
/*AS QUITADO PARA MENU SUPERIOR*/
/*.current_page_item:before {
    content: "";
    border-left: 5px solid #76a9d4;
    position: absolute;
    top: 5px;
    left: -30px;
    height: 40px
}*/

@media (max-width: 767px) {
    .current_page_item:before {
        left: -15px
    }
}
.sub-menu .current_page_item:before {
    left: -50px
}
@media (max-width: 767px) {
    .sub-menu .current_page_item:before {
        left: -35px
    }
}
.select-box .bootstrap-select {
    width: 265px;
    height: 50px;
    border: 1px solid #757575!important;
    border-radius: 2px;
    float: right
}
.select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}
.select-box .bootstrap-select.open>.btn>.caret {
    border-top: none;
    border-bottom: 4px solid
}
.select-box .bootstrap-select .btn {
    padding: 14px 15px;
    background-color: #fff!important;
    border-right: 0;
    font-size: 14px
}
@media (max-width: 767px) {
    .select-box .bootstrap-select .btn {
        /*outline: 0!important*/
    }
}
.select-box .bootstrap-select .btn .caret {
    color: #757575
}
.select-box .bootstrap-select .dropdown-menu ul {
    max-height: 200px;
    overflow-y: scroll
}
.select-box .bootstrap-select .dropdown-menu ul li:before {
    background: 0 0
}
.select-box .bootstrap-select .dropdown-menu ul li a:hover {
    background-color: transparent
}
@media (max-width: 1199px) {
    .form-switch .form-group {
        float: none!important
    }
}
.input-complaints {
    height: 50px;
    border-radius: 2px;
    border-color: #000000;
    font-weight: 400;
}
@media (max-width: 767px) {
    .form-title .btn {
        border-left: 0
    }
}
.sidebar-c-form input {
    height: 50px;
    border-radius: 2px;
    border-color: #757575
}
.sidebar-c-form button {
    font-size: 1.6rem;
    position: relative;
    padding-right: 20px
}
.sidebar-c-form button.link:after {
    content: "\00a0";
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNCA5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5GbGVjaGE8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgc3Ryb2tlPSIjMkU1NEZFIj48Zz48Zz48Zz48cGF0aCBkPSJNLjI0NiAxLjE0bDMuNjc2IDMuMjFMLjMwOCA3LjgyMyIvPjwvZz48L2c+PC9nPjwvZz48L2c+PC9zdmc+) no-repeat
}
.btn-switch .btn {
    padding: 10px 15px
}
.btn-switch .btn:focus,
.btn-switch .btn:active {
/*    outline-width: 0*/
}
.btn-switch .btn.btn-yes {
    border: 1px solid #4d4d4d
}
.btn-switch .btn.btn-yes.active {
    border: 1px solid #9aca27;
    box-shadow: none;
    background-color: #9aca27!important;
    color: #fff;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px
}
.btn-switch .btn.btn-no {
    border: 1px solid #4d4d4d
}
.btn-switch .btn.btn-no.active {
    border: 1px solid #9c0c0c;
    border-right: 1px solid #9c0c0c!important;
    box-shadow: none;
    background-color: #9c0c0c!important;
    color: #fff;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0
}
.btn-switch.btn-group .btn:last-child {
    border-right: 1px solid
}
.btn-block.no-radius {
    border-radius: 0;
    -webkit-border-radius: 0
}
.prev-next button.link {
    line-height: 43px
}
.btn-taller {
    padding: 22px 12px
}
.a-sides {
    text-align: right
}
@media (max-width: 767px) {
    .a-sides {
        text-align: left;
        margin-bottom: 20px
    }
}
.sidebar .content-block .panel-group {
    margin-bottom: 0
}
.sidebar .content-block .panel-group .panel-default {
    border-top: 0;
    border-bottom: 0!important;
}
.sidebar .content-block .panel-group .panel-default>.panel-heading {
    position: relative;
    padding: 0;
    height: auto
}
.sidebar .content-block .panel-group .panel-default>.panel-heading .panel-title a {
    /*font-size: 1.4rem;*/
    padding-right: 14px;
}
.sidebar .content-block .panel-group .panel-default>.panel-heading .panel-title a:after {
    position: absolute;
    right: 5px;
    top: 5px
}
.sidebar .content-block .panel-group .panel-default .panel-body {
    padding: 15px 15px 0
}
.sidebar .content-block .panel-group .panel-default .panel-body ul li {
    line-height: 1.5rem
}
.sidebar .content-block .panel-group .panel-default .panel-body ul li:last-child {
    border-bottom: 0
}
hr.sidebar {
    border-color: #ddd
}
.sidebar .content-block .events>li {
    padding-left: 30px;
    position: relative
}
.sidebar .content-block .events>li:after {
    font-family: icons;
    content: "\f104";
    /*color: #757575;*/
	border-color:#00325f;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 23px
}
hr.results {
    margin: 20px 0
}
.panel-group#accordion-search .panel-default {
    border-top: 0;
    border-bottom: 0
}
.panel-group#accordion-search .panel-default .panel-heading {
    padding: 0 30px
}
@media (max-width: 767px) {
    .panel-group#accordion-search .panel-default .panel-heading {
        padding: 0 15px
    }
}
.panel-group#accordion-search .panel-default .panel-heading .panel-title {
    position: relative
}
.panel-group#accordion-search .panel-default .panel-heading .panel-title .accordion-toggle:after {
    right: -15px;
    margin-top: -10px
}
.panel-group#accordion-search .panel-default .panel-collapse .panel-body {
    padding: 10px 0
}
.input-group.search {
    margin-bottom: 20px
}
.input-group.search>.form-control {
/*    padding: 24px 5px;*/
    /*border-color: #757575*/
	border-color:#00325f;
}
.input-group .btn-search {
    padding: 14px 40px;
    font-size: 16px
}
@media (max-width: 991px) {
    .input-group .btn-search {
        padding: 14px 18px
    }
}
#s_documentos .input-group.search .btn-search {
    padding: 14px
}
#s_documentos #advanced-search .panel-title .accordion-toggle:after {
    right: 0;
    margin-top: 0
}
.t10-block p {
    padding-bottom: 20px
}
.filter-block.right {
    float: right
}
@media (max-width: 991px) {
    .filter-block.right {
        float: none
    }
}
.filter-block>label {
    margin-bottom: 0
}
.filter-block .filter-select {
    display: inline-block
}
.filter-block .filter-select>.btn-group.open .caret {
    border-top: 0;
    border-bottom: 4px solid
}
.filter-block .filter-select>.btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none
}
@media (max-width: 767px) {
    .filter-block .filter-select>.btn-group {
        min-height: 40px
    }
}
.filter-block .filter-select>.btn-group .btn {
    background-color: transparent;
    border-right: none;
    padding: 6px 25px 5px 5px
}
@media (max-width: 767px) {
    .filter-block .filter-select>.btn-group .btn {
        padding: 0 25px 0 5px
    }
}
.filter-block .filter-select>.btn-group .btn:focus {
/*    outline: 0!important;
    outline-offset: 0!important;*/
    box-shadow: none;
    -webkit-box-shadow: none
}
.filter-block .filter-select>.btn-group .dropdown-menu {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #f2f2f2
}
.filter-block .filter-select>.btn-group .dropdown-menu.open ul li:before {
    content: none
}
#advanced-search .accordion-toggle:after {
    top: 8px
}
#carousel-def {
    margin-bottom: 20px;
    width: 100%
}
#carousel-def .carousel-indicators {
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 83%;
    right: 0
}
#carousel-def .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0!important;
    width: 20%
}
#carousel-def .carousel-indicators li.active img {
    opacity: 1
}
#carousel-def .carousel-indicators li:hover img {
    opacity: .75
}
#carousel-def .carousel-indicators li img {
    display: block;
    opacity: .5
}
#carousel-def .carousel-outer {
    position: relative
}
#carousel-def .carousel-outer .carousel-control {
    width: 50px;
    opacity: .8
}
@media (max-width: 767px) {
    #carousel-def .carousel-outer .carousel-control {
        opacity: .2
    }
}
#carousel-def .carousel-outer .carousel-control .icon-arrow-left,
#carousel-def .carousel-outer .carousel-control .icon-arrow-right {
    position: absolute;
    top: 50%;
    right: 25%
}
#carousel-def .thumbnails-slider {
    position: relative;
    right: 0!important
}
#carousel-def .thumbnails-slider .thumbnails-control-right,
#carousel-def .thumbnails-slider .thumbnails-control-left {
    position: absolute;
    top: 30px;
    cursor: pointer
}
#carousel-def .thumbnails-slider .thumbnails-control-right {
    right: 10px
}
#carousel-def .thumbnails-slider .thumbnails-control-left {
    left: 25px
}
.list-number {
    margin-bottom: 30px
}
.list-number li {
    line-height: 2.2rem;
    padding-bottom: 10px
}
.list-number li:before {

    content: none
}
.calendariocontrols {
    width: 100%;
    background-color: #f2f2f2;
}
.calendariocontrols [data-calendar-nav=prev],
.calendariocontrols [data-calendar-nav=next] {
    width: 20%
}
.calendariocontrols [data-calendar-nav=today] {
    width: 57%;

}
.calendariocontrols .btn {
    color: #404040 !important;
    font-size: 1.4rem !important;
    border-bottom: 1px solid #ddd !important;
    border-right: 1px solid transparent !important;
    font-weight: 700 !important;
}

.calendariocontrols.btn-group .btn {
    background-color: #f2f2f2;
    font-weight: 300;
    border-right: 1px solid #ddd;
    margin-left: 0!important
}

.calendariocontrols.btn-group .btn-primary:before{
    display:none;
    width: 0;
}

.calendar-container .day-width-events {
    background-color: #2e54fe;
    color: #fff;
    font-weight: bold;
    opacity: 0.8;
}

.calendar-container .event-item{
    font-size: 14px;
}
.agendacalendario .cal-event-list li{
    padding: 0 !important;
}

.agendacalendario .cal-row-head [class*=cal-cell] {
    font-weight: 400;
    /*color: #8f8f8f;*/
	color: #000000;
    font-size: 1rem
}
.agendacalendario .cal-month-day {
    height: 36px
}
.agendacalendario .cal-month-box,
.agendacalendario .cal-week-box,
.agendacalendario .cal-year-box {
    border-radius: 0
}
.agendacalendario .cal-month-box [class*=cal-cell],
.agendacalendario .cal-year-box [class*=span] {
    min-height: 36px
}
.agendacalendario span[data-cal-date] {
    font-size: 1.4rem;
    opacity: 1;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-right: 0
}
.agendacalendario .cal-day-weekend span[data-cal-date] {
    color: #7B3736;
}
.agendacalendario .event {
    width: 6px;
    height: 6px;
    box-shadow: none;
    border: 0
}
.agendacalendario #cal-week-box {
    display: none!important
}
.agendacalendario #cal-day-tick {
    border: 0;
    border-radius: 0;
    background-color: transparent
}
body .ui-tooltip {
    box-shadow: none;
    border-width: 1px!important;
    padding: 10px!important
}
.ui-widget>* {
    font-size: 1.4rem!important;
    line-height: 1.8rem
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none;
    visibility: hidden
}
.collapse.in {
    display: block;
    visibility: visible
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.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:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;

    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:hover,
.nav-tabs.nav-justified>.active>a:focus {
    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:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        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:hover,
.nav-pills>li.active>a:focus {
    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:hover,
.nav-tabs-justified>.active>a:focus {
    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:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}
.tab-content>.active {
    display: block;
    visibility: visible
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    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: 20px 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;*/
	color: #1d5d87;
    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:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    /*color: #23527c;*/
	color: #00325f;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}
.pager li {
    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:hover,
.pager li>a:focus {
    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:hover,
.pager .disabled>a:focus,
.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:hover,
a.label:focus {
    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]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}
.label-primary {
    background-color: #337ab7
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}
.label-success {
    background-color: #5cb85c
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}
.label-info {
    background-color: #5bc0de
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}
.label-warning {
    background-color: #f0ad4e
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}
.list-group-item>.badge {
    float: right
}
.list-group-item>.badge+.badge {
    margin-right: 5px
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}
.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}
.jumbotron>hr {
    border-top-color: #d5d5d5
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}
.thumbnail .caption {
    padding: 9px;
    color: #333
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color: #d9534f
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media-right,
.media>.pull-right {
    padding-left: 10px
}
.media-left,
.media>.pull-left {
    padding-right: 10px
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.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 {
    color: #555
}
a.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    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: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
.panel-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: 16px;
    color: inherit
}
.panel-title>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-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.list-group+.panel-footer {
    border-top-width: 0
}
.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}
.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}
.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}
.panel>.table:first-child>thead: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-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th: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 th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th: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 th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}
.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.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 th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.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: 20px
}
.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>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #337ab7
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}
.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.well-sm {
    padding: 9px;
    border-radius: 3px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}
.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 11px
}
.popover>.arrow:after {
    border-width: 10px;
    content: ""
}
.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}
.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}
.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}
.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}
.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}
.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}
.msg.no-print {
    display: none
}
@page {
    size: A4 portrait;
    margin: 20mm 10mm
}
@media print {
    * {
        transition: none!important
    }
    body {
        font-size: 11px
    }
    p {
        padding-bottom: 10px
    }
    a,
    button {
        text-decoration: underline!important;
        color: #869db1!important
    }
    a:after {
        content: none!important
    }
    a[href]:after {
        content: ''
    }
    .h1 {
        font-size: 16px
    }
    .h3 {
        font-size: 14px
    }
    .h5 {
        font-size: 13px
    }
    .content-block {
        padding: 10px 0
    }
    hr.form {
        margin: 20px 0!important
    }
    .btn-no-print,
    .cookies,
    .video-block,
    img.no-print,
    header nav .container ul,
    header nav #logo .no-print,
    footer {
        display: none!important
    }
    .affix {
        position: relative
    }
    header {
        position: static
    }
    header nav {
        margin-bottom: 0
    }
    header nav #logo .print {
        display: block;
    }
    header .top-nav {
        display: none!important
    }
    main section {
        width: 100%!important;
        page-break-after: auto
    }
    main section .intro-block {
        padding-bottom: 0
    }
    main section .intro-block .h1 {
        padding-bottom: 0
    }
    main section .intro-block .h5 {
        display: block
    }
    main section .intro-block+.btn-group {
        display: none!important
    }
    main section article {
        page-break-after: auto;
        margin-bottom: 0
    }
    main section article .msg.no-print {
        display: block
    }
    main section article .panel-group .panel .panel-heading a {
        font-weight: 700
    }
    main section article .panel-group .panel .collapse {
        display: block;
        visibility: visible
    }
    main section article .tab-2-col .collapse .panel-body .col-sm-2 {
        display: inline-block;
        width: 20%
    }
    main section article .tab-2-col .collapse .panel-body .col-sm-10 {
        display: inline-block;
        width: 70%
    }
    main section article .img-block {
        display: none
    }
    main section article form {
        display: none
    }
    main section article blockquote {
        border: none
    }
    main section article .table tbody .no-border {
        display: table-row!important
    }
    main section article .table tbody .no-border .hiddenRow .collapse {
        display: block;
        visibility: visible
    }
    main section article.form-block {
        display: none
    }
    main section article.bg-blue-softest {
        padding: 30px 0
    }
    main section article.alert {
        background-color: #e6ebff!important;
        margin-bottom: 0
    }
    main section article#quote-carousel .carousel-inner .item {
        display: block
    }
    main section article#quote-carousel .carousel-inner .item .quote-block {
        padding: 20px
    }
    main section article#quote-carousel .carousel-inner .item .quote-block .col-sm-2 {
        width: 15%;
        display: inline-block;
        float: left;
        margin-left: 0
    }
    main section article#quote-carousel .carousel-inner .item .quote-block .col-sm-10 {
        width: 80%;
        display: inline-block
    }
    main section article.table-fix .nav-tabs li {
        display: block;
        width: 100%
    }
    main section article.table-fix .nav-tabs li.active a {
        border: 0
    }
    main section article.table-fix .nav-tabs.responsive li:first-child:not(.active)+li:nth-child(2):not(.active),
    main section article.table-fix .nav-tabs.responsive li:nth-child(2):not(.active)+li:nth-child(3):not(.active) {
        border-left: 0
    }
    main section article.table-fix .accordion-responsive .accordion-group .accordion-body.collapse.in {
        display: block;
        visibility: visible
    }
    main section article select+.bootstrap-select .btn {
        text-decoration: none!important
    }
    main section article.form-title+.row-no-padding .col-md-4,
    main section article .form-title+.row-no-padding .col-md-8 {
        width: 100%
    }
    main section .img-block,
    main section .breadcrumb,
    main section #home-call-action,
    main section .btn-intro {
        display: none!important
    }
    main section.home-carousel {
        margin-bottom: 0
    }
    main section.home-carousel .carousel {
        padding: 20px
    }
    main section.home-carousel .carousel .carousel-inner .item {
        display: block
    }
    main section.home-actions .col-sm-8 {
        width: 100%
    }
    main section.home-actions col-sm-4 {
        display: none
    }
    main section.home-docs .col-md-6,
    main section.home-news .col-md-6 {
        width: 49%;
        display: inline-block
    }
    main section.home-docs .col-sm-6,
    main section.home-news .col-sm-6 {
        width: 49%;
        display: inline-block
    }
    main section.home-featured {
        margin-bottom: 0
    }
    main aside {
        display: none
    }
    main form .select-box .selectpicker {
        height: 50px;
        border-radius: 2px;
        border-color: #4d4d4d;
        padding: 0 10px;
        width: 100%
    }
    main form .prev-next .col-xs-12 {
        display: block;
        float: left!important
    }
    .table-wage>.table>tbody>tr>td:before {
        width: 50%
    }
    .js-same {
        min-height: auto!important
    }
	/*para impresión de resoluciones. marzo 2021*/
	main section article div.tab-pane {display:none;}
    main section article div.tab-pane .active{display:block!important; }
    main section article div.piepaginasingles{display:none;}
	main section article div button {display:none!important; }

}
.bootstrap-select {
    width: 220px \0
}
.bootstrap-select>.btn {
    width: 100%;
    padding-right: 25px
}
.error .bootstrap-select .btn {
    border: 1px solid #b94a48
}
.control-group.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 .btn:focus {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!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.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-fluid .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .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%
}
.input-append .bootstrap-select.btn-group {
    margin-left: -1px
}
.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px
}
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed
}
.bootstrap-select.btn-group>.disabled:focus {
    /*outline: 0!important*/
}
.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}
.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}
.bootstrap-select.btn-group[class*=col-] .btn {
    width: 100%
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    box-sizing: border-box
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    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:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
    color: #64b1d8;
    color: rgba(100, 177, 216, .4)
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer
}
.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
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static
}
.bootstrap-select.btn-group.fit-width .btn .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>.btn {
    z-index: 1036
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-color: 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-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #ccc;
    border-top-color: rgba(204, 204, 204, .2)
}
.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:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block
}
.bs-searchbox,
.bs-actionsbox {
    padding: 4px 8px
}
.bs-actionsbox {
    float: left;
    width: 100%;
    box-sizing: border-box
}
.bs-actionsbox .btn-group button {
    width: 50%
}
.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}
.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%
}
.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block!important;
    width: 100%;
    height: 100%!important;
    opacity: 0
}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}
.slider.slider-horizontal {
    width: 210px;
    height: 20px
}
.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}
.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0
}
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px
}
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0
}
.slider.slider-vertical {
    height: 210px;
    width: 20px
}
.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0
}
.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}
.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px
}
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0
}
.slider input {
    display: none
}
.slider .tooltip-inner {
    white-space: nowrap
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.slider-selection {
    position: absolute;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    opacity: .8;
    border: 0 solid transparent
}
.slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}
.slider-handle.triangle {
    background: transparent none
}
footer .links-nav {
    padding: 10px 0;
    background: #00325f
}
footer .links-nav a,
footer .links-nav span {
    color: #fff;
    margin-right: 2.5%;
    font-size: 13px
}
footer .links-nav a:last-child,
footer .links-nav span:last-child {
    margin-right: 0
}
footer .links-nav .links {
    padding: 10px 0
}
@media (max-width: 767px) {
    footer .links-nav .links {
        padding: 20px 0
    }
}
footer .useful-links {
    padding: 40px 0;
    background: #4d4d4d;
}
footer .useful-links a {
    color: #fff;
    margin-right: 2.5%;
    font-size: 13px
}
footer .useful-links a:last-child {
    margin-right: 0
}
@media (max-width: 767px) {
    footer .useful-links a {
        display: block;
        padding: 10px
    }
}
footer .cookies {
    padding: 20px 0;
    background-color: #00325f;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999
}
footer .cookies .col-md-2 {
    padding: 15px
}
footer .cookies p {
    color: #fff;
    padding-bottom: 10px;
    font-size: 13px
}
footer .cookies p a {
    color: #fff;
    text-decoration: underline
}
footer .cookies .btn {
    font-size: 14px
}
.breadcrumb {
    border-radius: 0;
    padding: 10px 0;
    background-color: transparent;
    margin-bottom: 0
}
.breadcrumb>li+li:before {
    content: ""
}
.breadcrumb>li:nth-child(1):before {
    background: 0 0;
    content: none
}
.breadcrumb>li a {
    color: #00325f;
}
.breadcrumb>li a.active {
    color: #222;
    text-decoration: none
}
ul {
    padding: 0
}
ul li {
    list-style: none
}
li:before {
    content: "";
    color: #404040;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEyLjcgMjMuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIuNyAyMy44IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWxpbmUgZmlsbD0iI0ZGRkZGRiIgc3Ryb2tlPSIjODY5REIxIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMSwyLjYgMTAuNCwxMi4xIDEsMjEuNSAiLz48L3N2Zz4=) no-repeat
}
ul.list-unstyled>li:before,
ul.list-icons>li:before,
ol.list-unstyled>li:before,
ol.list-icons>li:before,
ol.carousel-indicators>li:before {
    content: '';
    display: none
}
ul.border>li,
ol.border>li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0
}
.list-icons>* {
    display: table;
    position: relative
}
.list-icons.big-icons>* {
    padding-left: 66px;
    min-height: 44px
}
.list-icons.medium-icons>* {
    padding-left: 52.5px;
    min-height: 35px
}
.list-icons.small-icons>* {
    padding-left: 42px;
    min-height: 28px
}
.list-icons.mini-icons>* {
    padding-left: 34.5px;
    min-height: 23px
}
.list-icons.micro-icons>* {
    padding-left: 22.5px;
    min-height: 15px
}
.list-icons.atom-icons>* {
    padding-left: 15px;
    min-height: 10px
}
.list-icons>*>div.text {
    display: table-cell;
    vertical-align: middle
}
.list-icons [class*=icon-] {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}
.table>thead>tr>th {
    font-size: 1.3rem;
    color: #4d4d4d;
    font-weight: 400;
    border-bottom: 1px solid #ddd
}
.table>tbody>tr {
    border-bottom: 1px solid #ddd
}
.table>tbody>tr:last-child {
    border-bottom: 1px solid #ddd
}
.table>tbody>tr:nth-child(even) {
    background: #f9f9f9
}
.table>tbody>tr>td {
    font-size: 1.6rem;/***antes 1.3***/
    /*color: #757575;*/
	color: #000000;
    padding: 9px 9px; /* para el presupuesto con tarta febrero 2023   padding: 30px 10px; */
    vertical-align: middle
}
.table>thead>tr>th.lead,
.table>tbody>tr>td.lead {
    text-align: center;
    vertical-align: middle;
    font: 18px Iberia
}
.table-reflow table {
    margin: 1em 0;
    min-width: 230px
}

.table-reflow table .mobile-head th {
    display: table-cell;
}

.table-reflow table th {
    display: none
}

.table-reflow table td {
    display: block
}
.table-reflow table td:before {
    /*content: attr(data-th) "";  presupuesto  2023 */
    font-weight: 700;
    width: 4.5em;
    display: inline; /* presupuesto  2023 */
}

/* presupuesto  2023 */
.table_p  .total_p {
	text-align:right;
    font-weight: 700;
    width: 4.5em;
    display: inline;
}
.presupuesto_total{
	float:left;
	margin-right:2em; 
	padding-bottom:0px;
	font-weight: 700;
}
/* fin presupuesto  2023 */					   

@media (min-width: 767px) {
    .table-reflow table td:before {
        display: none
    }

    .table-reflow table .mobile-head {
        display: none;
    }
}
.table-reflow table th,
.table-reflow table td {
    text-align: left
}

.table-reflow table th.text-right,
.table-reflow table td.text-right {
    text-align: right;
}

@media (min-width: 767px) {
    .table-reflow table th,
    .table-reflow table td {
        display: table-cell;
        padding: .25em .5em
    }
}
.modal-backdrop {
    opacity: .5!important
}
.alert {
    background-color: #e6ebff;
    border-radius: 0;
    padding: 30px
}
.alert button {
    font-size: 1.3rem;
    color: #4d4d4d
}
.alert-success {
    background: #71a67b
}
.alert-info {
    background: #61a0b9
}
.alert-warning {
    background: #f08400
}
.alert-danger {
    background: #ec3457
}
.panel {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #ddd
}
.panel-body {
    line-height: 2.2rem;
    padding: 0 3rem 3rem
}
.panel-heading {
    padding: 2.5rem 3rem;
}
.panel-default>.panel-heading {
    background-color: #fff;
    border-radius: 0;
    position: relative
}
.panel-group {
    margin-bottom: 3.5rem
}
.panel-group .panel {
    border-radius: 0;
    border-bottom: 0
}
.panel-group .panel.panel-default:last-child {
    border-bottom: 1px solid #ddd
}
.panel-group .panel+.panel {
    margin-top: 0
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0
}
.panel-title>a {
    color: #869db1;
    font-size: 1.6rem;
    display: block
}
.accordion-toggle.collapsed:after {
    border-top: 4px solid #00325f;
    border-bottom: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.accordion-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    /*border-bottom: 4px solid #757575;*/
	border-bottom: 4px solid #00325f;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
   /* background: url(../img/sup.jpg) no-repeat center bottom;*/
    position: absolute;
    right: 20px;
    margin: auto
}
.panel.panel-secondary {
    padding-right: 3rem;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    position: relative
}
.panel.panel-secondary:last-child {
    border-bottom: 0
}
/*provoca un efecto de fondo rojo en acordeones, para Firefox, porque no acepta ese atributo :has
.panel-group .panel+.panel:has(.panel-secondary) {
    background-color: #9c0c0c
}*/
.panel-default .panel-secondary:parent {
    background-color: #9c0c0c
}
.panel-secondary>.panel-heading {
    padding: 2.5rem 0
}
.panel-secondary .panel-title>a {
    color: #4d4d4d;
    font-size: 1.4rem
}
.panel-group>.panel-secondary .panel-heading+.panel-collapse>.panel-body {
    padding: 0 0 5rem!important
}
.caret.right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.caret.top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.caret.left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.nav-tabs {
    padding-left: 30px
}
.nav-tabs>li>a {
    text-transform: uppercase;
    border-radius: 0
}
.nav-tabs>li>a:visited,
.nav-tabs>li>a:link {
    color: #222;
    font-size: 14px
}
.nav-tabs.nav-justified>li>a {
    text-transform: uppercase;
    border-radius: 0
}
.nav-tabs.nav-justified>li>a:visited,
.nav-tabs.nav-justified>li>a:link {
    color: #222
}
.nav-tabs li:before {
    content: '';
    display: none
}
.nav-tabs>li.active {
    font-weight: 700
}
#home-call-action {
    height: 213px
}
@media (max-width: 767px) {
    #home-call-action {
        height: auto;
        padding: 30px 15px
    }
}
section.home-actions {
}
@media (max-width: 991px) {
    section.home-actions {
        height: 294px
    }
}
@media (max-width: 767px) {
    section.home-actions {
        height: auto
    }
}
@media (max-width: 767px) {
    section.home-actions li {
        height: 140px
    }
}
section.home-actions .half-height {
    height: 133px
}
@media (max-width: 991px) {
    section.home-actions .half-height {
        height: 147px
    }
}
@media (max-width: 767px) {
    section.home-actions .half-height {
        height: auto
    }
}
section.home-actions .half-height .btn {
    padding: 60px 0;
    border-radius: 0
}
@media (max-width: 767px) {
    section.home-actions .half-height .btn {
        padding: 30px 0
    }
}
section.home-docs .row {
    background: #fff
}
@media (max-width: 767px) {
    .fs-lg-control .home-carousel .carousel-inner .h1 {
        word-break: break-word;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
}
.fs-md-control .home-featured .col-md-6,
.fs-lg-control .home-featured .col-md-6 {
    width: 100%;
    left: 0;
    right: 0
}
.fs-md-control .home-featured .col-md-6 .col-sm-6 .content-block,
.fs-lg-control .home-featured .col-md-6 .col-sm-6 .content-block {
    height: auto
}
.fs-md-control .home-actions .col-sm-8,
.fs-lg-control .home-actions .col-sm-8,
.fs-md-control .home-actions .col-sm-4,
.fs-lg-control .home-actions .col-sm-4 {
    width: 100%
}
.fs-md-control .home-news .col-sm-6,
.fs-lg-control .home-news .col-sm-6 {
    width: 100%
}
.fs-md-control .home-news .col-sm-6 .margin-b-40,
.fs-lg-control .home-news .col-sm-6 .margin-b-40 {
    overflow: hidden
}
.fs-md-control .home-news .col-sm-6 #home-call-action,
.fs-lg-control .home-news .col-sm-6 #home-call-action {
    position: relative
}
@media (max-width: 991px) {
    .fs-lg-control .intro-block .h1,
    .fs-md-control .intro-block .h1 {
        word-break: break-word;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
}
#quote-carousel .carousel-indicators {
    bottom: 15px
}
.quote-block {
    padding: 40px 40px 70px;
    background-color: #fff
}
.quote-block blockquote {
    padding: 0;
    border-left: 0;
    font-size: 3rem
}
@media (max-width: 767px) {
    .quote-block blockquote {
        font-size: 2rem
    }
}
.quote-block blockquote p {
    padding-bottom: 10px;
    color: #00325f
}
.quote-block blockquote footer {
    font-size: 1.8rem;
    text-transform: uppercase
}
.quote-block blockquote footer:before {
    content: ""
}
@media (max-width: 767px) {
    .quote-block blockquote footer {
        font-size: 1.6rem
    }
}
.fs-lg-control .sidebar .content-block .h6 {
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}
@media (max-width: 1199px) {
    .fs-lg-control .sidebar .sidebar-block .h4 {
        word-break: break-word;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
}
@media (max-width: 1199px) {
    .fs-lg-control .sidebar .content-block .side-nav li a,
    .fs-md-control .sidebar .content-block .side-nav li a {
        word-break: break-word;
        hyphens: auto;
        -webkit-hyphens: auto;
        -moz-hyphens: auto
    }
}
@media (max-width: 767px) {
    .fs-lg-control .content-block .padding-content .list-unstyled.text-center .col-xs-4 {
        width: 100%
    }
}
@media (max-width: 1199px) {
    .fs-lg-control section.col-md-9 {
        width: 100%
    }
}
@media (max-width: 1199px) {
    .fs-lg-control aside.col-md-3 {
        width: 100%
    }
}
.fs-lg-control .collapse-2-col .panel-title .col-md-2,
.fs-lg-control .collapse-2-col .panel-title .col-md-10 {
    width: 100%
}
.fs-lg-control .collapse-2-col .panel-collapse .panel-body .col-md-2,
.fs-lg-control .collapse-2-col .panel-collapse .panel-body .col-md-10 {
    width: 100%
}
hr.form {
    margin: 0;
    border-top: 1px solid #ddd
}
.padding-sm {
    padding: 30px
}
@media (max-width: 991px) {
    .row-md-no-padding {
        padding-left: 0!important;
        padding-right: 0!important
    }
}
.modal-content.modal-complaints {
    padding: 20px;
    border-radius: 2px
}
.modal-content.modal-complaints .modal-body {
    line-height: 3.5rem
}
.modal-content.modal-complaints .modal-footer {
    border-top: 0
}
.drag-drop {
    height: auto;
    border: 2px dashed #757575;
    padding: 25px;
    background-color: #f2f2f2
}
.input-file label {
    line-height: 35px
}
.input-file label:hover {
    cursor: pointer
}
.fs-md-control .h4.text-grey-soft,
.fs-lg-control .h4.text-grey-soft {
    word-break: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto
}
@media (max-width: 1199px) {
    .fs-lg-control .content-block.overflow .col-md-5.col-md-push-7 {
        width: 100%;
        left: 0
    }
}
@media (max-width: 1199px) {
    .fs-lg-control .prev-next .col-md-3 {
        width: 100%
    }
}
@media (max-width: 1199px) {
    .fs-lg-control .prev-next .col-md-5.col-md-push-4 {
        width: 100%;
        left: 0
    }
}
@media (max-width: 1199px) {
    .tab-content.bottom-line {
        border-bottom: none
    }
}
.tab-content .tab-pane .panel-group .panel:nth-child(1) {
    border-top: 0
}
#collapse-undefined .accordion-group:last-child {
    border-bottom: 1px solid #f2f2f2
}
#collapse-undefined .accordion-group .accordion-heading {
    padding: 25px 30px;
    border-top: 1px solid #f2f2f2
}
@media (max-width: 767px) {
    #collapse-undefined .accordion-group .accordion-heading {
        padding: 25px 15px
    }
}
#collapse-undefined .accordion-group .accordion-heading a {
    font-size: 1.6rem
}
#collapse-undefined .accordion-group .accordion-body {
    padding: 0 30px 30px
}
@media (max-width: 767px) {
    #collapse-undefined .accordion-group .accordion-body {
        padding: 0 15px 15px
    }
}
.tabs-border {
    margin-bottom: 20px
}
.tabs-border li:nth-child(2):not(.active)+li:nth-child(3):not(.active),
.tabs-border li:first-child:not(.active)+li:nth-child(2):not(.active) {
    border-left: 1px solid #ddd
}
.fs-lg-control .accordion.responsive .accordion-group .accordion-body .accordion-inner .col-xs-6,
.fs-md-control .accordion.responsive .accordion-group .accordion-body .accordion-inner .col-xs-6 {
    width: 100%
}
.table-no-b {
    padding-right: 30px;
    padding-left: 30px
}
.table-no-b>.table>thead tr th:nth-child(1) {
    width: 20%
}
.table-no-b>.table>thead tr th:nth-child(2) {
    width: 30%
}
.table-no-b>.table>thead tr th:last-child {
    width: 50%
}
.table-no-b>.table>tbody>tr:last-child {
    border-bottom: none
}
@media (max-width: 767px) {
    .table-no-b>.table>tbody>tr {
        border-bottom: none
    }
    .table-no-b>.table>tbody>tr:nth-child(odd) {
        background-color: #f9f9f9
    }
}
.table-no-b>.table>tbody>tr>td:before {
    width: 50%;
    float: left;
    text-align: left
}
.table-no-b>.table>tbody>tr>td:last-child:before {
    width: 100%;
    margin-bottom: 10px
}
@media (max-width: 767px) {
    .table-no-b>.table>tbody>tr>td {
        vertical-align: top;
        text-align: right;
        border-top: none;
        padding: 25px 10px;
        border-bottom: none
    }
    .table-no-b>.table>tbody>tr>td:last-child {
        text-align: left
    }
}
.table-default>.table>thead>tr>th:last-child {
    text-align: right
}
@media (max-width: 767px) {
    .table-default>.table>thead>tr>th {
        font-weight: 700
    }
}
.table-default>.table>tbody>tr>td:last-child {
    text-align: right
}
.table-default>.table>tbody>tr:last-child {
    border-bottom: none
}
.table-default>.table>tbody>tr:last-child>td {
    border-top: 1px solid #222;
    color: #222;
    font-weight: 700
}


.evolution>.table>thead>tr>th {
    width: 15%
}
.evolution>.table>thead>tr>th:first-child {
    width: 25%
}
.tc-3 {
    margin-bottom: 40px
}
.tc-3 thead th:nth-child(1) {
    width: 60%
}
.tc-3 thead th:nth-child(2) {
    width: 15%
}
.tc-3 thead th:nth-child(3) {
    width: 25%
}
.tc-3 thead th:nth-child(2),
.tc-3 thead th:nth-child(3) {
    text-align: center
}
@media (max-width: 767px) {
    .tc-3 thead th:nth-child(2),
    .tc-3 thead th:nth-child(3) {
        text-align: left
    }
}
.tc-3 tbody td:nth-child(2),
.tc-3 tbody td:nth-child(3) {
    text-align: center
}
.tc-3 tbody td:before {
    width: 100%!important
}
@media (max-width: 767px) {
    .tc-3 tbody td {
        text-align: left!important;
        padding: 10px 15px!important
    }
}
.tc-3-lg {
    margin-bottom: 40px
}
.tc-3-lg thead th:nth-child(1) {
    width: 20%
}
.tc-3-lg thead th:nth-child(2) {
    width: 25%
}
.tc-3-lg thead th:nth-child(3) {
    width: 55%
}
.tc-3-lg thead th:nth-child(2) {
    text-align: center
}
@media (max-width: 767px) {
    .tc-3-lg thead th:nth-child(2) {
        text-align: left
    }
}
.tc-3-lg tbody td:nth-child(2) {
    text-align: center
}
.tc-3-lg tbody td:before {
    width: 100%!important
}
@media (max-width: 767px) {
    .tc-3-lg tbody td {
        text-align: left!important;
        padding: 10px 15px!important
    }
}
.tab-left tbody [headers=catalog-name]:not(.this) {
    padding-left: 40px
}
@media (max-width: 767px) {
    .fs-md-control .evolution .table tbody tr td,
    .fs-lg-control .evolution .table tbody tr td {
        width: 100%;
        text-align: left
    }
    .fs-md-control .evolution .table tbody tr td:before,
    .fs-lg-control .evolution .table tbody tr td:before {
        width: 100%
    }
}
.table-wage>.table>tbody>tr>td:before {
    width: 100%;
    margin-bottom: 10px
}
@media (max-width: 767px) {
    .table-wage>.table>tbody>tr>td {
        text-align: left;
        padding-bottom: 0
    }
    .table-wage>.table>tbody>tr>td:last-child {
        text-align: left;
        padding-bottom: 25px
    }
}
.table-fix .nav-tabs.responsive li:nth-child(2):not(.active)+li:nth-child(3):not(.active),
.table-fix .nav-tabs.responsive li:first-child:not(.active)+li:nth-child(2):not(.active) {
    border-left: 1px solid #ddd
}
@media (max-width: 767px) {
    .table-fix .accordion-body .accordion-inner .padding-content {
        padding-right: 0;
        padding-left: 0
    }
}
.table-fix .t-accordion>.table>thead>tr>th {
    color: #222;
    font-weight: 700
}
.table-fix .t-accordion>.table>tbody>tr:nth-child(odd) {
    background: 0 0
}
.table-fix .t-accordion>.table>tbody>tr:nth-child(4n+3) {
    background-color: #f9f9f9
}
@media (max-width: 767px) {
    .table-fix .t-accordion>.table>tbody>tr:nth-child(4n+3) {
        background-color: transparent
    }
    .table-fix .t-accordion>.table>tbody>tr:nth-child(4n+1) {
        background-color: #f9f9f9
    }
}
.table-fix .t-accordion>.table>tbody>tr.no-border {
    border-bottom: 1px solid transparent
}
.table-fix .t-accordion>.table>tbody>tr.no-border>td:before {
    content: none
}
.table-fix .t-accordion>.table>tbody>tr.accordion-toggle:after {
    position: relative;
    top: 40px
}
@media (max-width: 767px) {
    .table-fix .t-accordion>.table>tbody>tr.accordion-toggle:after {
        top: -15px;
        right: 10px;
        float: right
    }
}
.table-fix .t-accordion>.table>tbody>tr.accordion-toggle>td {
    border-top: 1px solid transparent
}
.table-fix .t-accordion>.table>tbody>tr.accordion-toggle>td:before {
    width: 100%;
    margin-bottom: 10px
}
.table-fix .t-accordion>.table>tbody>tr.accordion-toggle>td:first-child {
    width: 60%
}
.table-fix .t-accordion>.table>tbody>tr.accordion-toggle>td:nth-child(2) {
    width: 20%
}
.table-fix .t-accordion>.table>tbody>tr.accordion-toggle>td:last-child {
    width: 20%;
    text-align: right;
    padding-right: 25px
}
@media (max-width: 767px) {
    .table-fix .t-accordion>.table>tbody>tr.accordion-toggle>td:first-child {
        width: 100%;
        text-align: left;
        margin-bottom: 10px
    }
    .table-fix .t-accordion>.table>tbody>tr.accordion-toggle>td:nth-child(2),
    .table-fix .t-accordion>.table>tbody>tr.accordion-toggle>td:last-child {
        width: 50%;
        float: left;
        text-align: left;
        padding: 10px;
        clear: right
    }
}
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow {
    padding: 0!important
}
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table {
    margin: 0
}
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>thead>tr>th {
    border-bottom: 1px solid transparent;
    color: #222;
    padding: 5px
}
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>thead>tr>th:nth-child(3),
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>thead>tr>th:nth-child(4),
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>thead>tr>th:nth-child(5),
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>thead>tr>th:nth-child(6) {
    text-align: right
}
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr:nth-child(odd) {
    background: 0 0
}
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td {
    vertical-align: top;
    padding: 0 5px 20px
}
@media (max-width: 767px) {
    .table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td {
        padding: 20px 5px
    }
}
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:nth-child(3),
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:nth-child(4),
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:nth-child(5),
.table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:nth-child(6) {
    text-align: right
}
@media (max-width: 767px) {
    .table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td {
        width: 50%;
        float: left;
        border-top: 1px solid transparent
    }
    .table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:before {
        width: 100%
    }
    .table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:nth-child(3),
    .table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:nth-child(5) {
        clear: left
    }
    .table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:nth-child(3),
    .table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:nth-child(4),
    .table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:nth-child(5),
    .table-fix .t-accordion>.table>tbody>tr>td.hiddenRow .table.subtable>tbody>tr>td:nth-child(6) {
        text-align: left;
        float: left
    }
}
@media (max-width: 767px) {
    .table-fix .table-budget-default .table tbody tr td {
        text-align: left;
        padding: 10px
    }
}
@media (max-width: 767px) {
    .table-fix .table-budget-default .table tbody tr td:before {
        width: 100%
    }
}
.table-fix .table-budget-default .table tbody tr.no-border {
    border-bottom: 1px solid transparent
}
.table-fix .table-budget-default .table tbody tr.no-border .hiddenRow {
    padding: 0!important
}
.table-fix .table-budget-default .table tbody tr.no-border .hiddenRow .subtable {
    margin: 0
}
.table-fix .table-budget-default .table tbody tr.no-border .hiddenRow .subtable thead tr th {
    border-bottom: 1px solid transparent;
    padding: 5px
}
.table-fix .table-budget-default .table tbody tr.no-border .hiddenRow .subtable tbody tr {
    background: #fff
}
.table-fix .table-budget-default .table tbody tr.no-border .hiddenRow:before {
    content: ''
}
.table-fix .table-budget-default .table tbody tr:first-child,
.table-fix .table-budget-default .table tbody tr td {
    border-top: none
}
.table-fix .table-budget-default .table tbody tr:nth-child(4n+2) .hiddenRow .subtable {
    background-color: #f9f9f9
}
.table-fix .table-budget-default .table tbody tr:nth-child(4n+2) .hiddenRow tr.panel {
    background-color: #f9f9f9!important
}
.table-fix .table-budget-default .table tbody tr:nth-child(4n+3) {
    background: #fff
}
.table-fix .table-budget-default .table tbody tr.accordion-toggle:after {
    position: relative;
    right: 5px
}
@media (max-width: 767px) {
    .table-fix .table-budget-default .table tbody tr.accordion-toggle:after {
        float: right;
        margin-top: -20px
    }
}
.date {
    /*color: #869db1;*/
	color: #00325f;
    line-height: 40px
}
@media (max-width: 767px) {
    .date {
        text-align: center
    }
}
.date .icon-arrow-left {
    margin-right: 10px
}
.date .icon-arrow-right {
    margin-left: 10px
}
.trips-calendar>.nav.nav-tabs {
    border-bottom: 0
}
@media (max-width: 1199px) {
    .trips-calendar>.nav.nav-tabs {
        padding-left: 0
    }
}
.trips-calendar>.nav.nav-tabs>li>a {
    /*color: #757575;*/
	color: #00325f;
    padding: 10px;
    border: 0;
    font-size: 1.7rem;
    padding-left: 15px;
    padding-right: 15px;
}
/*
.trips-calendar>.nav.nav-tabs>li>a:hover {
    background-color: transparent;
    border-color: transparent
}
*/
.trips-calendar>.nav.nav-tabs>li.active a {
    border: 0;
    color: #869db1
}
#collapse-undefined .accordion-group .accordion-heading a:after {
    border: none
}
#collapse-undefined .accordion-group .accordion-body {
    padding-bottom: 0
}
#collapse-undefined .accordion-group .accordion-body .accordion-inner .tab-content .accordion-inner {
    display: none
}
#collapse-undefined .accordion-group .accordion-body .accordion-inner .tab-content .accordion-inner.active {
    display: block
}
ul.list-dots>li {
    padding-left: 10px;
    padding-bottom: 20px;
    line-height: 2.2rem;
    position: relative
}
ul.list-dots>li:before {
    content: "Â·";
    color: #76a9d4;
    background: 0 0;
    position: absolute;
    left: 0
}
.panel-group.tab-2-col .panel-title a {
    display: block
}
@media (max-width: 767px) {
    .fs-lg-control .panel-group.tab-2-col .panel-title a .pull-right {
        float: left!important
    }
}
.input-daterange.date {
    position: relative
}
.input-daterange.date .js-datepicker {
    padding: 24px 15px;
    border-color: #757575;
    text-align: left;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}
.input-daterange.date .add-on {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 14px 18px;
    pointer-events: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 16px
}
.page-results>.pagination {
    margin: 0
}
.page-results>.pagination>li.active a {
    color: #869db1
}
.page-results>.pagination>li.active a:hover,
.page-results>.pagination>li.active a:focus {
    background-color: transparent
}
.page-results>.pagination>li>a {
    background-color: transparent;
    border: none;
    color: #222;
    padding: 6px
}

.page-results>.pagination>li a:hover,
.page-results>.pagination>li a:focus{text-decoration: underline;}

.datepicker table tr td span.active.active,
.datepicker table tr td.active.active {
    background-color: #869db1;
    border-color: #00325f
}
.datepicker table tr td span.active.active:hover,
.datepicker table tr td.active.active:hover {
    background-color: #00325f
}
.enter-link a {
    position: relative;
    padding-right: 20px;
    font-size: 1.6rem
}
.enter-link a:after {
    content: "\00a0";
    padding: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNCA5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5GbGVjaGE8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgc3Ryb2tlPSIjMkU1NEZFIj48Zz48Zz48Zz48cGF0aCBkPSJNLjI0NiAxLjE0bDMuNjc2IDMuMjFMLjMwOCA3LjgyMyIvPjwvZz48L2c+PC9nPjwvZz48L2c+PC9zdmc+) no-repeat
}
@font-face {
    font-family: Droid;
    src: url(DroidSans-webfont.eot&v=26112015);
    src: url(DroidSans-webfont.eot?iefix&v=26112015) format('embedded-opentype'), url(data:application/octet-stream;base64,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) format('woff'), url(DroidSans-webfont.ttf?v=26112015) format('truetype');
    font-weight: 400;
    font-style: normal
}
OL.col3 {
    PADDING-RIGHT: 0;
    PADDING-LEFT: 0;
    FLOAT: left;
    PADDING-BOTTOM: 0;
    MARGIN: 15px 0;
    WIDTH: 100%;
    PADDING-TOP: 0;
    LIST-STYLE-TYPE: none
}
OL.col3 LI {
    PADDING-RIGHT: 2px;
    DISPLAY: inline;
    PADDING-LEFT: 2px;
    FLOAT: left;
    PADDING-BOTTOM: 2px;
    WIDTH: 30%;
    PADDING-TOP: 2px
}
OL.col2 {
    PADDING-RIGHT: 0;
    PADDING-LEFT: 0;
    FLOAT: left;
    PADDING-BOTTOM: 0;
    MARGIN: 15px 0;
    WIDTH: 100%;
    PADDING-TOP: 0;
    LIST-STYLE-TYPE: none
}
OL.col2 LI {
    PADDING-RIGHT: 2px;
    DISPLAY: inline;
    PADDING-LEFT: 2px;
    FLOAT: left;
    PADDING-BOTTOM: 2px;
    WIDTH: 50%;
    PADDING-TOP: 2px
}
.cierre {
    clear: both
}


header .links>li:last-child a {
			background-color: transparent !important;
		}

		header .links>li.btn-tu-queja a {
			background-color: #9c0c0c !important;
			font-weight:700;
		}
        header .links>li.btn-consulta-queja a {
            background-color: #004b8f !important;
			font-weight:700;
        }

		.sidebar {
		    /* antes comision background-color: #f2f2f2;*/
            background-color: #ffffff;
		    margin-top: 35px;
		}
		.panel-heading {
        height: auto !important;
	    }

		.breadcrumb a strong {
		    font-weight: normal;
		}

		@media (max-width: 767px) {

			section.home-actions .half-height .btn-full {
			    height: auto !important;
			}

		}
	    .topbloghome-container{
	        /*background-color: #0086ff;*/
			/*abril 2021*/
            background-color: #244776;
	    }
	    .topbloghome-banner{
	        /* background: #0086ff url("/wp-content/uploads/2015/12/blog-banner-2.png") no-repeat scroll left center / contain ; */
	        min-height: 99px;
	    }
	    .topbloghome-banner a {
	        display: block;
	        height: auto;
	        min-height: 99px;
	        width: 100%;
	    }


        .topbloghome-banner img {
			bottom: 0;
		    display: block;
		    left: 0;
		    margin: auto;
		    /*max-width: 90%;*/
		    position: absolute;
		    right: 0;
		    top: 0;
	        height:350px;
			width:350px;
        }

		.topbloghome {
                    background-color: #00325f;
                    padding: 10px 0;
                    min-height: 60px;
		}

		.content-block.topbloghome h2 {
                    float:none;
		    font-size: 16px;
			padding-bottom: 10px !important;
		}
                 .fechabloghome {
		    float: left;
		    font-size: 16px;
		}

		.content-block.topbloghome h2 a {
		    font-size: 16px;
		    color: #fff;
		    display: inline;
		}

		.content-block.topbloghome h2 a:hover {
		    color: #fff !important;
		    text-decoration: underline;
		}

		.fechabloghome {
		    color: #fff;
		}

		#s_documentos .input-group.search .btn-search {
		    padding: 14px 20px;
		}

		.documentacionfiltros .btn-group.bootstrap-select.form-control {
		    border: none !important;
		}

		@media (max-width: 967px) {
			.documentacionfiltros .col-md-2 {
				padding-left: 0px;
			}
		}

		.documentacionfiltros .col-md-2 {
			padding-left: 0px;
		}

		div#advanced-search {
		    position: relative;
		    top: 15px;
		}

		div#advanced-search a {
		    padding-left: 15px;
		    color: #333;
		    font-weight: 300;
		}

		#s_documentos .input-group.search>.form-control {
			    padding-left: 15px !important;
		}

		#s_documentos label.avanzada {
		    text-align: center;
		    font-weight: 300;
		    position: relative;
		    top: 10px;
		}

		#menu-menu-main-ddp-1 .current_page_item:before {
			border-left: none !important;
		}

		.encuesta .estrellitas, .encuesta .ssba.ssba-wrap, .areas .ssba.ssba-wrap, .grupossociales .ssba.ssba-wrap,.grupo_social  .ssba.ssba-wrap, .agendainstitucional .ssba.ssba-wrap.areas .estrellitas, .grupossociales .estrellitas,.grupo_social .estrellitas, .agendainstitucional .estrellitas, .areas .estrellitas {
			display: none;
		}
.listaDatos li:before{background: none}





/*********************

	Nuevo Defensor

************************/

body{
	font-size: 1.4rem;
	font-family: 'Lato', sans-serif;
	background: #fff;
}

/*********************

	Helpers

************************/
/**/
a:link  , button.link{
	color:#9c0c0c;
}


.btn {
	font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
}
.h3{
    font-size: 2.4rem;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.title-destacados{
	margin-bottom: 15px;
}
.title-destacados a,
a.h3 {
    font-weight: 600;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
    padding-bottom: 0px;
    /*color:#0086ff;*/
	color:#00325f;
	float: left;
    width: 90%;
}
.noticiahome .title-destacados a.h3{
    font-weight: 600;
}
.padding-tb-15{
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-tb-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.text-color-primary{
	color:#00325f;
}
.text-color-primary-soft{
	color:#378cf9;
}
.text-grey-dark{
	color:#666666;
}


/*********************

	lists

************************/

li{
	font-family: 'Lato', sans-serif;
	font-size: 1.3rem;
}
li:before{
	display: none;
}
.circle li:before{
	display: inline-block;
	background: #0086ff;
    height: 5px;
    position: relative;
    top: -2px;
    width: 5px;
	border-radius: 50%;
}

/*********************

	btn

************************/

.btn.btn-primary{
	background: #00325f;
	position: relative;
}
.btn.btn-secondary{
	/*background: #9c0c0c;
	position: relative;
	color:#fff;*/
    background: #ffcb77;
	position: relative;
	color:#00325f;
    font-weight:700;
}
.btn-primary:before{
	background: #00182e;
	display: block;
	content: "";
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;


}
.btn-secondary:before{
    /* background: #9c0c0c; */
	/*background: #92032c;*/
	display: block;
	content: "";
	width: 1%;
	max-width: 5px;
	min-width:5px;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-secondary:hover{
	text-decoration: underline;
}
.btn-secondary:hover::before{
	width: 100%;
	max-width: 100%;
	 z-index: -1;

}

.bg-primary-dark{
	background: #00325f;
}
.bg-primary-dark p{
	color:#fff;
}
.bg-color-secondary{
	background:#c30a3e;
}
.bg-color-secondary-dark{
	background:#a90936;
}
.no-padding{
	padding: 0;
}
.no-margin{
	margin: 0;
}

.custom-scroll{

		overflow: auto;
		padding-right: 15px;

	}
.custom-scroll.x{

		overflow-x: auto;
		overflow-y: hidden;
		padding-right: 0px;

	}

.custom-scroll::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.custom-scroll::-webkit-scrollbar-track {

    border-radius: 0px;
}

/* Handle */

.custom-scroll::-webkit-scrollbar-thumb:window-inactive {
	opacity: .5;
}

.custom-scroll.xs{
	max-height: 100px;
}
.custom-scroll.sm{
	max-height: 250px;
}
.custom-scroll.md{
	max-height: 300px;
}




/*********************

	Header

************************/
nav h1{
	text-align: center;
}
nav #logo {
    display: inline-block;

}

div[role="menu"]{
	text-align: center;
}
div[role="menu"] ul{
	 display: inline-block;
	}

div[role="menu"] .links .dropdown-menu{
	margin-top: -5px;
}
nav h1{
	border-bottom: 1px solid #244f76;
}
/*modificada para menu conision desplegable*/
header .links > li:last-child a,
header .links > li:nth-child(5) a,
header .links > li:nth-child(6) a,
header .links > li:nth-child(7) a,
header .links > li button {
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
    padding: 0;
    color:#00325f;
    /*color: #ffffff; */
   /* margin-right: 10px; al añadir comision al menu */
    /*margin-right: 6px; */
    margin-right: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0;
    padding-left: 4px; /*eran 24*/
    padding-right: 3px; /*eran 24*/
    margin-left:2px; /*eran antes de la comision 3*/
}
.wrapper > .container-fluid{
	padding-left: 0;
	padding-right: 0;
}

.main-img-home{
	min-height: 500px;
	max-height: 500px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.main-img-home img{
	position: relative;
	display: none;

}
.top-menu.dropdown button,
.menuSuperior li button,
.menuSuperior li a{
	font-family: 'Lato', sans-serif;
	padding: 0 15px;
	color:#00325f;
	border-left: 0px solid #00325f;
}
.top-menu.dropdown button,
.menuSuperior li button{
	border-left: 0px solid #00325f;
	border-right: 0px solid #00325f;

}

.menuSuperior li:first-child button,
.menuSuperior li:first-child a{
	border-left: 0px solid #00325f;
}

/********************

	baner principal

*************************/

.section-main-img img{
	display: none;
}
.section-main-img {
    background-position: center center;
    background-size: cover;
    min-height: 300px;
 }

 .intro-block div.padding-content.text-center{
    /*background: rgba(0, 50, 95, 0.45) none repeat scroll 0 0;*/
	background: rgba(0, 50, 95, 0.99) none repeat scroll 0 0;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #fff !important;

 }
 .section-main-img + .padding-content {
	  margin-top: -52px;
 }
.intro-block div.padding-content.text-center .text-blue-dark{
  color: #fff !important;
}

.main-img-home{
	margin-bottom: 30px;
}
.main-text-home {
    position: relative;
    top: -50%;
    transform: translateY(50%);
}
.main-text-home	.btn{
	 background-color: #9c0c0c !important;
	 font-size: 2.5rem;
	 padding: 5px 15px;
}

.main-text-home .h1{
	font-size: 4.4rem;
	font-family: 'Lato', sans-serif;
	color:#00325f;
	padding-bottom: 0;
}

.main-text-home .h3{
	font-size: 2.0rem;
	font-family: 'Lato', sans-serif;
	color:#00325f;
}
.secondary-text-home	{
	font-family: 'Lato', sans-serif;
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 450px;
	min-width: 450px;
	color:#fff;
	background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, .8);
	padding: 15px;
	padding-right: 30px;
}
.secondary-text-home br{
	display: none;
}


.secondary-text-home .h3{
	padding-bottom: 0;
	font-size: 2.2rem;
	color:#00325f;
	text-align: right;
}

[data-background]{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

[data-background] .form-block input	{
	border: 0!important;
	border-radius: 0;

}


/************************

	footer
**********************/

footer .useful-links{
	background: #02284b;
}

footer [class*="icon-"]	{
	display: inline-block;
	width: 20px;
	height: 20px;
    margin-right: 5px !important;
    margin-left: 5px !important;
    position: relative;
    top: 5px;
 }




/************************

	iconos
**********************/

.icon-contacto	{
	background: url('../img/icons/icon-contacto.png');
	background-size: 100%;

}
/*.icon-twitter	{
	background: url('../img/icons/icon-twitter.png');
	background-size: 100%;
}*/
.icon-comunicacion	{
	background: url('../img/icons/icon-comunicacion.png');
	background-size: 100%;
}

.icon-play	{
	background: url('../img/icons/icon-youtbe.png');
	background-size: 100%;
}


footer .icon-twitter:before {
	display: none;
}
.input-group-addon .link{
	color:#00325f;
}

/************************

	tabs
**********************/

.nav-tabs {
	display: block;
	border: 0;
	 margin-bottom: 30px;
	 padding-left: 0;
	 position: relative;
}
.nav-tabs:before{
	background: #00325f;
	/*bottom: -5px;*/
	bottom: -6px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;

}
.nav-tabs li a{
	font-family: 'Lato', sans-serif;
	font-size: 2.0rem;
	/*background:#879db2!important;*/
	background:#1d5d78!important;
	color:#fff!important;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-block;
	text-transform: none;
	position: relative;
	font-weight: 500;
	text-align: center;
	margin: 0;
	outline: none!important;
	box-shadow: 0 0 0px rgba(0, 66, 236, 0);
	border: 0px;
}
.nav-tabs > li > a:visited, .nav-tabs > li > a:link{
	font-size: 2.0rem;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color:#fff!important;
	border: 0;
	background: #00325f!important;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: none;
	border: 0;
	/*outline: 0!important;*/
    outline: 5px auto -webkit-focus-ring-color !important;
}
.nav-tabs > li{
	display: inline-block;
	float: none;
	margin: -5px;
}

.nav-tabs > li > a:before{
	background: #8c8d93;
	position: absolute;
	bottom: 0;
	width: 100%;
	content: "";
	height: 1px;
	left: 0;
}
.nav-tabs > li.active > a:before{


}
.title-destacados,
.tab-content .title-destacados	{
    margin-bottom: 15px;
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
    position: relative;
    font-size: 1.4rem;
   	font-family: 'Lato', sans-serif;

}
.accordion-group a,
.panel-title a,
.tab-content .title-destacados a{
	font-weight: 600;
	/*color:#869db1;								*/
	/*font-size: 1.6rem !important;					*/
    /*font-weight: 100;								*/
    /*font-family: 'Lato', sans-serif!important;	*/
}

.tab-content .title-destacados:after	{
    bottom: 0;
    content: "";
    display: inline-block;

}

.img-destacados,
.tab-content .img-destacados	{
	margin-bottom: 15px;
}
.excerpt-destacados{
	/*margin-bottom: 15px;*/
	min-height: 60px;
	max-height: 110px;
	overflow: hidden;

}
.single .excerpt-destacados{
	min-height: inherit;
	max-height: inherit;
}
.sabermas-destacados a{
	text-align: right;
	/*color:#ce1d00;*/
	color:#ad0000;
}
.tab-content .sabermas-destacados{
	margin-bottom: 30px;
}
/************************

	accordeon
***********************/

.tab-content .panel-heading{
	background: #f6f6f6!important;
}
.tab-content .panel-title .accordion-toggle{
	font-size: 2rem !important;
}

#accordion .panel-title a,
[role="tablist"] .panel-title a{
    /*color: #0086ff;*/
	color: #00325F;
    font-size: 1.7rem;
}


.panel-body	li {
	margin-bottom: 15px;
}
.panel-body	li::before {
    display: inline-block;
}
.panel-body a,
.panel-body	li a{
	/*color:#869db1;*/
}

/************************

	forms
**********************/
.form-block input	{
	height: 46px;

}



/************************

	noticias home
**********************/
.noticiahome .h3{
	margin-bottom: 15px;
	min-height: 40px;
}
.fecha-destacados,
.noticiahome p{
	padding-bottom: 0;
	/*color:#666666;*/
	color:#00325f;
	font-weight: 150;
}
.noticiahome p a{
	text-decoration: none!important;

}
.noticiahome a:not(.h3){
	margin-top: 5px;
	color:#ad0000;
	/*color:#c30a3e;*/
	/*text-decoration: underline;*/
	display: inline-block;
}


/************************

	blog
**********************/

.topbloghome p{
	padding-bottom: 0;
	color:#0086ff;

}
.topbloghome-container  .h3{
	margin-bottom: 15px!important;
}

.topbloghome-container .content-block > div{
	border-bottom: 1px solid #4b6e8d;
	padding-bottom: 15px;
}
.grupo-areas-blog	{
	background: #00325f;
}

.grupo-areas-blog .h3{
	color:#fff;
}


.grupo-areas-blog .row-no-padding	{
	padding: 15px;
}
.grupo-areas-blog .topbloghome{
	padding: 10px 0;
}
/************************

	home-call-action
**********************/

#home-call-action a{
	  display: inline-block;
	  background: rgb(207, 15, 15); /* Fall-back for browsers that don't support rgba */
	  /*background: rgba(207, 15, 15, .8);*/
      background: rgba(156, 12, 12, 1);
	   padding: 15px;
}

/************************

	intro-block
**********************/
.intro-block{
	text-align: center;

	background: #f5f5f5;

}
.intro-block .intro-block{
	background: none;
}
.intro-block .padding-content{
	text-align: center;
}
.intro-block hr{
	display: none;
}
.intro-block h1,
.intro-block .h1{
	/***antes comision
	max-width: 850px;*/
    max-width: 100%;
	display: block;
	margin: auto;
	font-family: 'Lato', sans-serif;
	padding-bottom: 0;
	font-weight: 100;
}

.intro-block .intro-block + div{
	background: rgb(0, 50, 95); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 50, 95, .80);
    padding-top: 15px;
    padding-bottom: 15px;
}


.intro-block .intro-block + div .text-blue-dark{
	color:#fff!important;
}

.btn-group.btn.fs .bg-red{
	min-width: 170px;
    position: absolute;
}
.btn-group.btn.fs .bg-grey-soft {
    min-width: 170px;
    position: absolute;
}

/************************

	home-estadisticas
**********************/

section.home-actions .half-height {
    height: 100px;
}
section.home-actions .half-height .btn{
	padding: 40px;
	font-size: 2.0rem;
}
.estadisticashome .h3{
	text-align: center;
	/*color:#0086ff;*/
	color:#00325f;
	font-weight: 400;
	line-height: inherit;
	border-bottom: 1px solid #dbe2e8;
	margin-bottom: 10px;
}
section.home-actions{
	margin-bottom: 0;
}
section.home-actions li {
    margin-bottom: 0px;
}

.texto_gigante .lead{
	color:#00325f;
	font-weight: 800;
	font-size: 2.4rem;
	margin-bottom: 0;

}
.estadisticashome2 a .lead{
	font-size: 2.0rem!important;

}
.estadisticashome2{
	border: 0;
}
.estadisticashome2 .btn-terciary{
	background: none;
	border: 0;
    color: #002dff;
    text-decoration: underline;
	font-size: 2.0rem;
}

.col-sm-4.estadisticashome3 .lead {
    color: #fff !important;
    font-weight: 700;
    font-size: 2.4rem;
	text-decoration: underline !important;
}

.estadisticashome3 .btn-terciary{
	border-radius: 0;
	background: #9c0c0c;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
	color:#fff;
	/*font-weight: 100;*/
	font-weight: 700;
    font-size: 1.4em;
    text-decoration: underline !important;
}

.tickerhome{
	background: none;
	height: auto;
}

/************************

	Ajustes pÃ¡ginas interiores
**********************/


.single .agenda-home {
	background: none!important;
}
.single .content-wrapper .row > section{
	margin-bottom: 50px;
}

.single .content-wrapper .h2.text-center	{
	   font: 700 1.8rem "Lato",sans-serif;
	   padding-bottom: 30px;
	   text-transform: uppercase;
	   text-align: left;
	   color:#00325f;
}

.single .day-square.js-square{
	  height: inherit!important;
}
.single .agenda-home .container {
    width: 100%;
}
/************************

	agenda
**********************/
.evento{
	position: relative;
        padding-top: 10px;
        cursor:pointer;
}

.evento:before{
	position: relative;
	display: block;
	/*width: 50%;
	height: 25px;*/
	content: "";
	/*background: #00325f;*/
	/*mc*/
	background: url(/wp-content/themes/ddp/system/img/icons/icon_triangulo.png) no-repeat;
    width: 50px;
	height: 25px;
	margin: auto;
}
.evento.after:before {
    background: #9c0c0c;
}


.eventos-dia .evento.hide-info .info-evento{
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}
.evento .close{
    display:none;
}

.evento.visible .close{
    display:block;
    position: absolute;
    right: 5px;
    top: 0;
    opacity: 0.2;
}
.eventos-dia .evento.visible .info-evento,
.eventos-dia .evento.focus .info-evento
/*.eventos-dia .evento:hover .info-evento,
.eventos-dia .evento .info-evento:hover*/
{
    background: #fff none repeat scroll 0 0;
    bottom: 30px;
    display: block;
    left: 50%;
    padding: 15px;
    position: absolute;
    width: 220px;
    min-height: 80px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fecha-evento{
	color:#00325f;
	font-size: 1.8rem;
}
.title-evento a{
	/*color:#858585;*/
	font-size: 1.6rem;
	color:#00325f;
}
.eventos-dia .evento.visible .info-evento:before,
.eventos-dia .evento.focus .info-evento:before
/*.eventos-dia .evento:hover .info-evento:before,
.eventos-dia .evento .info-evento:hover:before*/
{
	content: "";
	position: absolute;
	bottom: -10px;
	margin: auto;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ffffff transparent transparent transparent;
}
.time-line{
    width: 100%;
    padding-left: 3px;
}

.time-line li{
	display: inline-block;
}

.wrapper-timeline{
	width: 100%;
	overflow-x: visible;
	overflow-y: visible;
	padding-top: 70px;
	margin-bottom: 10px;
}
.time-line li.dia-agenda{
    width: 6.666666%;
}

.time-line li.dia-agenda .h3	{
	 bottom: -65px;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}

.time-line .current-day {
    font-weight: bold;
}

.time-line li.dia-agenda	{
	border-bottom: 2px solid #c2c2c2;
	position: relative;
	margin-bottom: 40px;
	margin-left: -2.5px;
    margin-right: -2.5px;
}

.time-line li.dia-agenda:before{
	background: #c2c2c2;
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.time-line li.dia-agenda:after{
	background: #c2c2c2;
	content: "";
	display: block;
	width: 2px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;

}
.time-line .eventos-dia li{
	display: block;
	margin-bottom: 2px;
	}


.day-square {
	float: left;
	width: 20%;
	padding-top: 20px;
        background: #00325f;
}
.day-square.after {
    background: #9c0c0c;
}

.day-next-info {
	float: left;
	width: 80%;
}
.day-next-info	{
	   background: rgb(0, 50, 95); /* Fall-back for browsers that don't support rgba */
    background: rgba(0, 50, 95, .3);
    font-size: 1.4rem;
    padding: 15px;
    min-height: 120px!important;
}

.dia-evento-prox{
	color:#fff;
    font-size: 5rem;
    font-weight: 800;
    text-align: center;
}
.mes-evento-prox{
	color:#fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	text-align: center;
}
.title-evento-prox a{
	color:#00325f;
    font-size: 1.6rem;
    color:#00325f;
    display: inline-block;
    margin-bottom: 15px;
}
.excerpt-evento-prox	{
	font-size: 1.2rem;
	font-family: 'Lato', sans-serif;
	/*mc*/
	color:#001C30;
	font-weight: 400;
}

/************************

	breadcrumb
**********************/
.breadcrumb > li a	{
	color:#00325f;
	font-family: 'Lato', sans-serif;

}

.breadcrumb li:after{
    content: " /"!important;
    padding: 0!important;
    position: relative!important;
    display: inline-block!important;
    background: none;
    margin-left: 3px;
}
.breadcrumb li:last-child::after{
	content: ""!important;
}
/************************

	sidebar
**********************/
.wrapper,
.wrapper.page {
	overflow-x: hidden;
}

.btn-group.btn-block.btn-intro{
	background: #dadada;
}

.sidebar{
	margin-top: 15px;
}
.sidebar .content-block{
	background: #ffffff!important;
}
.sidebar aside.col-md-3{
	width: 100%!important;
	padding: 0;
	background: none!important;
}

.sidebar .content-block .padding-content{
	padding: 0;
}

.sidebar .content-block .h6{
	text-transform: uppercase;
	color:#00325F!important;
	/*color:#8b8988!important;*/
	padding-left:55px;
	position: relative;
    font-size: 18px;
    /*font-weight: 100;*/
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.sidebar .h6:before{
	content: "";
	display: inline-block;
	width: 55px;
	height: 55px;
    left: 0;
    margin-top: -15px;
    position: absolute;
}
.sidebar .h6:before {
    background: url(https://www.defensordelpueblo.es/wp-content/themes/ddp/system/img/icons/icon-kids.png) no-repeat;
    background-size: 100%;
}

.sidebar-widget .wi-chart .h6:before{
    background: url(/wp-content/themes/ddp/system/img/widget_icons/wi-chart.png) no-repeat;
    background-size: contain;
}

.sidebar-widget  .wi-child .h6:before{
    background: url(/wp-content/themes/ddp/system/img/widget_icons/wi-child.png) no-repeat;
    background-size: contain;
}

.sidebar-widget  .wi-flag .h6:before{
    background: url(/wp-content/themes/ddp/system/img/widget_icons/wi-flag.png) no-repeat;
    background-size: contain;
}

.sidebar-widget  .wi-help .h6:before{
    background: url(/wp-content/themes/ddp/system/img/widget_icons/wi-help.png) no-repeat;
    background-size: contain;
}

.sidebar-widget  .wi-info .h6:before{
    background: url(/wp-content/themes/ddp/system/img/widget_icons/wi-info.png) no-repeat;
    background-size: contain;
}

.sidebar-widget  .wi-list .h6:before{
    background: url(/wp-content/themes/ddp/system/img/widget_icons/wi-list.png) no-repeat;
    background-size: contain;
}

.sidebar-widget  .wi-presentation .h6:before{
    background: url(/wp-content/themes/ddp/system/img/widget_icons/wi-presentation.png) no-repeat;
    background-size: contain;
}

.sidebar-complaints .bold,
.sidebar-complaints .pull-right{
	float: left!important;
}
.sidebar-complaints p{
	display: inline-block;
	margin-bottom: 15px;
	clear: both;
}
.sidebar-complaints .pull-right,
.sidebar-complaints .bold{
	margin-right: 15px;
}
.sidebar a {
	color:#404040;
	font-family: 'Lato', sans-serif;
	font-size: 1.4rem;
	/*font-weight: 100;*/
}
.sidebar .current-menu-item:before{
	position: absolute;
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #00325f;
	content: "";
	display: block;
}
.sidebar .current-menu-item a,
.sidebar a:hover {
	color:#00325f;
	text-decoration: none;
}
.sidebar li{

	border-left:2px solid #00325f;
	padding-left: 15px;
    border-bottom: 0 solid #ddd!important;
    padding: 10px!important;

}

.sidebar-el-defensor .h6:before	{
		background: url('../img/icons/icon-kids.png') no-repeat;
		background-size: 100%;

}

.sidebar .submenu ul{
    padding-bottom: 10px;
}
.sidebar .submenu ul.sidebar-list{
    padding-bottom: 0px;
    padding-top: 0px;
}

.sidebarpersonalized ul.sub-menu{
	margin-top: 15px;
}
.sidebar .submenu li,
.sidebarpersonalized ul.sub-menu li{
	padding-left: 10px!important;
	border-left: 0px solid #fff;
}
.sidebar .content-block .side-nav li .submenu li .sidebar-list > li{

	margin-left: 20px;
}

.sidebar .content-block .side-nav li .submenu li .sidebar-list > li:before{
	display: inline-block;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEyLjcgMjMuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIuNyAyMy44IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWxpbmUgZmlsbD0iI0ZGRkZGRiIgc3Ryb2tlPSIjODY5REIxIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMSwyLjYgMTAuNCwxMi4xIDEsMjEuNSAiLz48L3N2Zz4=") no-repeat scroll 0 0!important;
   content: "";
    display: inline-block;
    height: 15px;
    left: -10px;
    position: absolute;
    top: 5px;
    width: 15px;


}



.sidebar .content-block .side-nav li .submenu li .sidebar-list > li a{
	display: inline-block;
	margin-left: -10px;
	vertical-align: top;
}
.panel-body.submenu{
	/*background: #f6f6f6;*/
}
.sidebarpersonalized ul.sub-menu li a{
	padding-left: 10px!important;
}
.sidebar .content-block .side-nav li .submenu li.li .a{
	 margin: 0;
}
.sidebar .content-block .side-nav li .submenu li .sidebar-list {
    margin-top: 20px;
    padding-left: 0;
}
.panel-body.submenu{
	 margin-top: 25px;
}
/********************


	Contenido

**************************/

article.content-block{
	margin-bottom: 0;
	  padding-bottom: 0;
}

.wrapper > .container-fluid.content-wrapper	{
	padding-left: 15px;
	padding-right: 15px;
}

.titulogenerica	{
    font-size: 2.4rem;
    color: #00325F!important;
    font: 1.8rem 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.genericanomarginbottom strong{
}

/********************


	Publicados

**************************/

.sidebar .overflow a{
	/*color:#c30a3e;*/
	color:#9c0c0c;
}

.sidebar .content-block.bottom-line{
	border-bottom: 0;
}
.sidebar .content-block .events li::after,
.sidebar .content-block .last-published li::after{
	top: 4px;
	left: 10px;
}
.events p{
	 padding-top: 15px;

}
.events .fecha-evento {
    padding-top: 30px;
}
.last-published p{

	 padding-top: 25px;

}


/********************


	trips-calendar

**************************/

.trips-calendar	{
	text-align: left!important;
}

.trips-calendar .nav-tabs > li > a::before{
	display: none;
}


/********************


	Sidebar eventos

**************************/
.sidebar .submenu li a	{

	font-size: 1.4rem;

}

.submenu .submenu ul{
	padding-top: 10px;
}

.sidebar .submenu li{
	padding: 5px !important;
	padding-left: 10px!important;
	margin-bottom: 5px;
}

.events .fecha-evento {
    margin-top: -6px;
    padding-left: 30px;
    padding-top: 0;
}


.content-block li, .content-block p, .content-block .panel-body{
	font-size: 1.6rem;
}
.bg-red .icon-arrow-right{
	margin-left: 10px;

}
/********************


	Ajustes responsive

**************************/

@media (max-width: 767px) {

	.agenda-home .wrapper-timeline{
		display: none;
	}
	section.home-actions {
		margin-bottom: 0;
	}

	section.home-actions li{
		height: auto;
	}

	.estadisticashome3 .lead{
		text-align: center;
	}
	.estadisticashome2 .lead{
		font-size: 1.5rem;
	}

	.home-actions .col-sm-4{
		margin-bottom:30px;
	}

	.topbloghome-banner a.block img{
		margin-bottom: 30px;
	}

	.home-featured .content-block{
		padding: 0;
		margin-bottom: 40px;
	}
	.noticiahome .sabermas-destacados{
		margin-bottom: 0;
	}

	.noticiahome .h3 {
	    margin-bottom: 15px;
	    min-height: auto;
	}


	.excerpt-destacados{
		min-height: auto;
		max-height: auto;
		margin-bottom: 15px;

	}
	.fecha-destacados{
		margin-bottom: 5px;
	}
	.excerpt-destacados p{
		padding-bottom: 0px;
	}
	.sabermas-destacados{
		margin-bottom: 30px;
	}
	.sabermas-destacados a{
		font-size: 1.6rem;
	}
	article.content-block	{
		padding-top: 0;
		padding-bottom: 0;
	}

	.content-block li,
	.content-block p {
		font-size: 1.6rem;
	}
	.intro-block{
	}
	.section-main-img + .padding-content {
	    margin-top: -60px;
	}
	.intro-block .intro-block h1{
		padding-top: 20px;
	}
	.intro-block h1, .intro-block .h1{
		font-size: 2.5rem;
	}

	.redesInf .display-inline-block{
		margin-bottom: 15px;
	}

	#logo img {
	    height: auto;
	    width: 140px;
	}

	.btn-group.btn.fs .bg-red{
		position: relative;
	}
	.btn-group.btn.fs {
		height: auto;
	}

	.dia-agenda{
		min-width: 75px;
	}
	.time-line{
		width: 1539px!important;
	}
	.secondary-text-home{
		width: 100%;
		max-width: 100%;
		min-width: inherit;
	}
	.secondary-text-home .h3{
		font-size: 1.6rem;
	}

	.main-img-home[class*='col-']{
		position: static;
	}
	.main-text-home{
	    bottom: -430px;
	    left: 0;
	    padding: 10px;
	    position: absolute;
	    top: auto;
	    transform: translateY(0%);
	    width: 100%;
		background: rgb(255, 255, 255); /* Fall-back for browsers that don't support rgba */
		background: rgba(255, 255, 255, .8);


	}
	.main-text-home .h1{
		font-size: 3rem;

	}
	.main-text-home .h3{
		font-size: 1.6rem;

	}
	.redesInf{
		float: none;
	}
	button.navbar-toggle {
	    left: 15px;
	    top: 25px;
	}


	#off-canvas a{
		font-family: 'Lato', sans-serif;
		text-align: left;
	}
	div[role="menu"].inner-nav {
    	text-align: left;
	}
	nav.navmenu .dropdown-menu{
		background: #00325f;
		position: relative;
		width: 100%;
		border:0;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
	}
	#off-canvas .dropdown-menu a,
	nav.navmenu .dropdown-menu a{
		color: #fff;
		padding-left: 15px;
	}
	#off-canvas a{
		display: inline-block;
		 padding-right: 20px;
	}
}

.main-text-home .h1 {
    font-size: 4.4rem;
    font-family: 'Lato', sans-serif;
    color: #00325f;
    padding-bottom: 0;
    background: rgba(255, 255, 255, .8);
    padding: 15px;
    padding-right: 30px;
}
.main-text-home .h3  {
    font-size: 2.0rem;
    font-family: 'Lato', sans-serif;
    color: #00325f;
    background: rgba(255, 255, 255, .8);
    padding: 15px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.h3_p  {
    font-size: 2.0rem;
    font-family: 'Lato', sans-serif;
    color: #00325f;
    background: rgba(255, 255, 255, .8);
    padding: 15px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.tickerhome { color: #fff; }
.tickerhome #MiDiv { position:relative; top: 15px; }
.defensorcifrasgenerica {
    font-size: 1.6rem;
}
.mnpmundo ul a {
    /*color: #0086ff;*/
	color: #00325f;
}
.page-template-template-prensa .areagruposnewsletter {
    margin-top: 20px;
}


@media screen and (max-width: 767px) {
	.main-text-home .h3,
	.main-text-home .h1{
		background:none;
	}

	.main-text-home .h1{
		font-size: 3.4rem;
		padding: 5px;
	}
	.main-text-home .h3{
		font-size: 1.6rem;
		padding: 5px;
	}
	.main-text-home .h3 p{
		padding-bottom: 10px;
	}
}

.cat-block ul{
	margin-top:15px;
}
.cat-block [class*="icon-"]:before{

	font-size: 18px;
	/*color:#8a9db1;*/
    /*mc contraste 2021*/
	color:#00325f;

}
.cat-block ul {
	text-align: right;
	padding-right: 30px;
}
.cat-block ul a{
	padding: 18px 15px!important;
}
@media screen and (max-width: 767px) {
	.cat-block ul {
		text-align: center;
		padding-right: 15px;
		padding-left: 15px;

	}
}
span.icon-print.micro.text-grey-soft {
    cursor: pointer;
    padding-left: 10px;
}



/*****
	BTN-Special

*******/


.btn-special	{
	position: absolute;
	top: -70px;
	left:25px;
}
.btn-special img{
	position: relative;
	z-index: 1;
}

.content-special{
	position: absolute;
	background: #9c0c0c;
	border:3px solid #fff;
	border-radius: 0px 40px 40px 0px;
	-moz-border-radius: 0px 40px 40px 0px;
	-webkit-border-radius: 0px 40px 40px 0px;
    color: #fff;
    /*text-transform: uppercase;*/
    z-index: 0;
    min-height: 40px;
    /*max-width: 200px;*/
    display: inline-block;
    border-left: 0;
    padding: 5px;
    top: 5px;
    left: 38px;
    font-size: 13px;
    letter-spacing: -.5px;
    padding-right: 25px;
    padding-left: 35px;
	width: 170px;
}
.content-special a {
    color: #fff;
}

/************ el logo no linka en su totalidad y hay que hacer este apaño para el boton ONU-MNP******************/

.content-special1{
	position: absolute;
    padding-left: 45px;
	top: -50px;
	left:200px;
	z-index: 1;
}
.content-special1 a {
    color: #fff;
}
.btn-special1	{
	position: absolute;
	top: 150px;
	left:900px;
}
.btn-special1 img{
	position: relative;
	z-index: 3;
}
/******************/





/*****
    BTN-Aniversario

*******/


.btn-aniversario {
    right: 90px;
    text-align: right;
}



/****************

*****************/


.padding-b-0{
		padding-bottom: 0!important;

}
.margin-b-0{
	margin-bottom: 0!important;
}

.padding-20{
	padding: 20px;
}


.bg-grey-soft-soft{
	background: #ededed;
}
.h3.bg-white{
	padding:15px;
}
button.tab,a.tab{
	font-family: 'Lato', sans-serif;
	font-size: 2.0rem;
	/*background: #879db2 !important;*/
	background: #1d5d87 !important;
	color: #fff !important;
	padding-left: 50px;
	padding-right: 50px;
	display: inline-block;
	text-transform: none;
	position: relative;
	font-weight: 100;
	text-align: center;
	margin: 0;
	outline: none !important;
	box-shadow: 0 0 0px rgba(0, 66, 236, 0);
	border: 0px;
	padding-top:10px;
	padding-bottom: 10px;
	text-decoration: none;
        cursor: pointer;
}
button.tab.active,
button.tab:hover,
a.tab.active,
a.tab:hover{

	color: #fff !important;
	border: 0;
	background: #00325f !important;

}
.block-service{
	margin-bottom: 50px;
	border-bottom:1px solid #eee;
}
.block-service .h5{
	padding-bottom: 10px;
}
.block-service	li  strong{
	display: inline-block;
	width: 49%;
	font-weight: 300;
/*	vertical-align: top;*/
	color:#00325f;
	/*font-size: 13px;*/

}
.block-service	li  span.info
{
	display: inline-block;
	width: 50%;
	/*font-size: 13px;*/
	/*color:#6c6c6c;*/
	color:#000000;
	/*font-weight: 300;*/
}

.block-service .block-labeled .info{
    color:#6c6c6c;
}


.block-service	li  span.info.full{
    width: 100%;
}
.block-service	li {
	margin-bottom: 7px;
	padding-bottom: 15px;

	border-bottom: 1px solid #eee;
	vertical-align: top;
}

.block-detail{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	border:1px solid #e8ebef;
}
.block-detail .h3{
	padding-bottom: 15px;
}

strong.h3{
	padding-bottom: 5px;
	font-size: 2rem;
}

.bg-grey-soft-soft.block-detail	li {
	border-bottom: 1px solid #fff;

}

.h3.title-panel > .row{
	margin-bottom: 15px;
}

.underline{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.formats	{
	display: inline-block;
	text-align: center;
	position: relative;
	top: 5px;
}
ul.list-unstyled.list-inline.margin-b-15.display-inline-block{
	top: -25px;
	position: relative;
}

@media (max-width: 768px) {
	ul.list-unstyled.list-inline.margin-b-15.display-inline-block{
		top: auto;
		position: relative;
	}
}
.formats .btn{
	display: block;
}

.list-alternate li{
	background: #fff;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right:5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.list-alternate li:nth-child(2n+1){
	background: #eee;

}
.h3.title-panel{
	padding: 15px;
}
.title-panel{
	position: relative;
}
.title-panel:before	{
	content: "";
	display: block;
	width: 3px;
	height: 30px;
	background: #b80039;
	position: absolute;
	left: 0px;
}


strong .info{
	color:#00325f;
	margin-left: 10px;
	display: inline-block;
}

input:focus, select:focus, a:focus, button:focus	{
	border:0!important;
}

.padding-l-25{
	padding-left: 25px;
}
.info {
	position: relative;
}

.info .icon-pdf{
	width: 20px;
	height: 20px;
	background: url('../img/icon-pdf.png');
	content: "";
	background-size: 100%;
	position: absolute;
	top:0px;
	margin-right: 10px;
	left: 0;
	background-repeat: no-repeat;

}

.info .icon-pdf:before{
	display: none;
}
.icon-mail-red:before{

	display: none;
}
.icon-mail-red{

	background: url('../img/icon-mail.png');
	width: 20px;
	height: 20px;

	background-size: 100%;
	position: relative;
	top:5px;
	margin-right: 10px;
	left: 0;
	background-repeat: no-repeat;
}

.icon-date{
	background: url('../img/icon-date.png');
	width: 20px;
	height: 20px;
	background-size: 100%;
	position: relative;
	top:5px;
	margin-right: 10px;
	left: 0;
	background-repeat: no-repeat;
}

.icon-euro{
	background: url('../img/icon-euro.png');
	width: 20px;
	height: 20px;
	background-size: 100%;
	position: relative;
	top:5px;
	margin-right: 10px;
	left: 0;
	background-repeat: no-repeat;
}

.tab-content .form-control{
	border:0;
}

/*Procedimientos*/

#tabs-procedimientos a{
    font-weight: bold;
}

@media (max-width: 767px) {
    .table-budget-default>.table>tbody>tr {
        border-bottom: none;
    }
    .table-budget-default>.table>tbody>tr:nth-child(odd) {
        background-color: #f9f9f9
    }
}

.table-budget-default>.table>tbody>tr>td:before {
    width: 50%;
    float: left;
    text-align: left;
	font-size: 1.6rem;
}

.table-budget-default>.table>tbody>tr>td:first-child {
    border-top: none;
	font-size: 1.6rem;
}
.table-budget-default #fila1, #fila2, #fila3, #fila4, #fila5, #fila6, #fila7, #fila8{
	background-color: #d7d7d7;
}
.table-budget-default #cargo, #cargo-personal, #categoria-personal{
	width: 65%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	text-align: center;
}
.table-budget-default #importe, #importe-personal{
	/*width: 25%; */
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	text-align: center;
}
.table-budget-default #trienio, #trienio-personal{
	width: 10%;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 1.2rem;
	text-align: center;
}
.table-budget-default .textocargo{
	font-size: 1.6rem;
	text-align: left;
	padding-top: 10px;
	padding-bottom:10px;
}
.table-budget-default .textoimporte{
	font-size: 1.6rem;
	text-align: center;
	padding-top: 10px;
	padding-bottom:10px;

}
.table-budget-default .textotrienio{
	font-size: 1.4rem;
	text-align: center;

}
/*style="width: 25%; padding-top: 10px; padding-bottom: 10px; font-size: 1.6rem; text-align: center;*/

/******para presupuesto********/
.table-budget-default .centro{
	text-align: center;
}
.table-budget-default .izquierda{
	text-align: left;
}
.table-budget-default .derecha{
	text-align: right;
}

.table-budget-default #articulo, #descripcion {
	width: 40%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	text-align: center;
}
.table-budget-default #subtotal, #total{
	width: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	text-align: center;
}
						   
/* presupuesto 2023  */
.table-budget-default #articulo_p {
	width: 10%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	text-align: center;
}
.table-budget-default  #subtotal_p {
	width: 5%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	text-align: right;
}
.table-budget-default  #total_p{
	/*width: 10%;*/
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	text-align: center;
}

/*  *****/
				
.table-budget-default  #ejecucion, #dotacion,#ejecucion_pre,#dotacion_pre {
	width: 30%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	/*text-align: center;*/
}
.table-budget-default #pagos-realizados, #Remanentes,#pagos-realizados_pre, #Remanentes_pre{
	width: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.7rem;
	text-align: right;
}



@media (max-width: 767px) {
    .table-budget-default>.table>tbody>tr>td {
        vertical-align: top;
        text-align: right;
        border-top: none;
        padding: 25px 10px;
        border-bottom: none;
    }
}
.table-budget-default>.table>tbody>tr>td.subtitle {
    background-color: #fff
}
.table-budget-default>.table>tbody>tr>td.subtitle:before {
    content: none
}
@media (max-width: 767px) {
    .table-budget-default>.table>tbody>tr>td.subtitle {
        text-align: left;
        color: #222;
        padding: 22px 10px
    }
}
.table-budget-default>.table>tfoot {
    border-bottom: none
}
.table-budget-default>.table>tfoot>tr>td {
    border-top: 1px solid #222;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    font-size: 1.3rem;
    padding: 25px 0
}
.table-budget-default>.table>tfoot>tr>td:before {
    width: 50%;
    float: left;
    text-align: left
}
@media (max-width: 767px) {
    .table-budget-default>.table>tfoot>tr>td {
        vertical-align: top;
        text-align: right;
        border-top: none;
        padding: 25px 10px;
        border-bottom: none;
        text-transform: capitalize
    }
}
.table-budget-default>.table>tfoot>tr>td:first-child:before {
    content: none
}

.table-budget-default >.table > tbody > tr > td{
    padding: 10px;
}

.table-budget-default thead > tr > th{
    border-top:none;
    /*padding-top: 40px;   mc*/
    font-size: 1.7rem;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
	color: #00325f;
	vertical-align: middle;
	font-weight: bold;

}
.table-budget-default thead.mobile-head > tr > th{
    padding-top:8px;
}
.table-budget-default thead > tr > th:first-child{
    /*color: #005c9e;*/
	color: #00325f;
   /* font-size: 1.7rem;*/
    /*font-weight: bold;*/
}

.form-control .radio-inline input[type="radio"]{
    -webkit-appearance:radio;
}

.form-control .checkbox-inline input[type="checkbox"]{
    -webkit-appearance:checkbox;
}

@media (max-width: 767px) {
    .table-budget-default>.table>tfoot>tr>td:first-child {
        text-align: left
    }

    #tabs-procedimientos > li > a{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    #tabs-procedimientos > li{
        width: 100%;
        margin: 0;
    }
    #tabs-procedimientos::before{
        display:none;
    }
    .contract-subtab-pane  a.tab{
        padding: 10px;
        font-size: 1.3em;
    }
}

.contract-subtab-pane  a.tab{
    min-width: 300px;
}

.contracts-form-centered{
    margin: auto;
    max-width: 1000px;
}

#contract-filter-form h3.contract-export-button{
    color: #fff !important;
    border: 0;

	background: #00325f !important;
    padding: 10px 20px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.contract-export-links{
    width: 100%;
    text-align: center;

}

#contract-filter-form .link-list.contract-export-links a,
#contract-filter-form .link-list.contract-export-links a:link,
#contract-filter-form .link-list.contract-export-links a:active,
#contract-filter-form .link-list.contract-export-links a:visited{
    display:inline;
    color: #005c9e;
}

#contract-block{
    position:relative;
}

.block-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 20px;
    background-color: rgba(255,255,255,0.8);
}

#contract-filter-form h3{
    display: inline-block;
    /*color: #005c9e;*/
	  color: #00325f;
    font-size: 1.7rem;
    font-weight: bold;
}

#contract-filter-form .list-inline{
    display:inline-block;
}

#contract-block h2.h3.underline{
    font-weight: bold;
    color:#00325f;
    padding-bottom: 0;
    border-bottom: 1px solid #d6d6d6;
}

#contract-block .block-service{
    padding:20px;
    font-size: 1.6rem;
}

#contract-block .block-service .header {
    padding-bottom: 10px;
}

#contract-block .block-service .block-detail .list-labeled li,
#contract-block .block-service .block-detail p{
    font-size: 1.4rem;
    color: #525252;
}

#contract-block .block-service .block-detail .list-labeled li small{
    color: #000;
    font-size: 1.2rem;
}

#contract-block .block-service h3.text-color-primary-soft{
    /*color: #005c9e;*/
	color: #00325f;
    font-size: 1.7rem;
    font-weight: bold;
}

#contract-block .list-labeled li{
    border-bottom: none;
    padding: 0;
}

#contract-block .list-labeled li strong{
    color: #525252;
    font-weight: bold;
    max-width: 400px;
}
#contract-block .block-labeled{
    margin-right: 30px;
    display:inline-block;
    font-size: 1.6rem;
}
#contract-block .block-labeled strong{
    color: #525252;
    font-weight: bold;
    max-width: 400px;
    display: inline-block;
}

#contract-block .list-labeled li .info{
    font-weight: normal;
    vertical-align: top;
}

#contract-block .list-labeled li .iconinfo{
    vertical-align: bottom;
}

#contract-block .block-labeled a{
    color: #005c9e;
}


#contract-block .title-panel{
    padding: 7px 7px 7px 25px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #e4e4e4;
    color: #005c9e;
    margin-bottom: 15px;
}

#contract-block .title-panel::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 0px 7px 14px;
    border-color: transparent transparent transparent #005c9e;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-color: transparent;
    margin-left: 7px;
    margin-top: 2px;
}

.blue-arrow-right::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0.5em 0px 0.5em 0.6em;
    border-color: transparent transparent transparent #005c9e;
    display: inline-block;
    margin-right: 3px;
    background-color: transparent;
    vertical-align: bottom;
}

.blue-arrow-down::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0.5em 0.5em 0 0.5em ;
    border-color: #005c9e transparent transparent transparent ;
    display: inline-block;
    margin-right: 3px;
    background-color: transparent;
    vertical-align: middle;
}

#contract-block .separated-blocks > div{
   padding-bottom: 10px;
   border-left: 1px solid #d6d6d6;
}

#contract-block .separated-blocks > div:first-child{
    border-left: none;
}

#contract-block .block-detail .separated-blocks{
    margin-bottom: 20px;
}


.padding-t-15{
    padding-top: 15px;
}

.padding-b-10{
    padding-bottom: 15px;
}

#contract-block .contract-detail {
    font-size: 1.4rem;
    /*color: #005c9e;*/
	color: #00325f;
    text-decoration: underline;
    position: relative;
    top: -2em;
    margin-left: 30px;
}

#contract-filter-form  .link-list a,#contract-filter-form  .link-list a:link,#contract-filter-form  .link-list a:visited{
    padding-top: 2px;
    display: inline-block;
    font-weight: bold;
    color: black;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}
video.bg-vid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.search-results .breadcrumb {
	display: none;
}

.homecursospremiosconvocatorias .circle li a {
    font-size: 1.7rem;
}
.ddpsingleitemimg {
	width: 50%;
	float: left;
	margin-bottom: 0px;
	margin-right: 20px;
}
@media (max-width: 767px) {
	.ddpsingleitemimg {
		width: 100%;
		float: left;
		margin-bottom: 0px;
		margin-right: 20px;
	}
}

.mapa-web ul {width: 15%;}
.mapa-web ul li {font-weight: bold;}
.mapa-web ul li ul {padding:15px; border: thin solid #00325f; list-style-type: square;}
.mapa-web ul li ul li{padding-left:15px; font-weight: normal; display: inline;}

.mapa-menus ul li { padding-left:25px; }

.link-mapa-web
{  /*color: #337ab7;*/
	color: #1d5d87  !important;
}


/*form transaparencia  */
.font14 {font-size: 1.6rem;}
.p_resoluciones_b_1em {padding-bottom: 1em;}

/* ¿Quien es el Defensor? 2021-12 */
.bloque_centrado {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contenedor_img {
    max-width: 85%;
    /*margin: auto;*/
    margin-bottom: 10px;

}

.nop p {
    margin: 0;
    padding: 0;
}

.mb-4 {
    margin-bottom: 1.5em;
}

.px-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-1e {
    padding-bottom: 1em;
}
.pt-1e {
    padding-top: 1em;
}
.pb-2e {
    padding-bottom: 2em;
}
.pb-04e {
    padding-bottom: 0.4em;
}
.bloque_izda {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

/* informes*/

.titular_intro {
    font: 1.8rem 'Lato', sans-serif;
    color: #404040;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.listaresoluciones { list-style-type:square; margin-left:2em; margin-right: 2em; line-height: 1.6; text-align:justify; font-size: 16px; color: #000000; font-size: 16px; }

.nadaenlace { text-decoration:none;}


.ancho10{ width:10%;}
.ancho20{ width:20%;}
.img-informes { width:100%; max-width:100%;}
.div-informes { width:50%; float:left; margin-bottom:0px; margin-right:10px;}
.top-text-informes { padding-top:0.1em; font-size:1.5rem;}


/*areas, Your rights in the constitution y accesibilidad  2022*/

.parrafo {padding-bottom: 5px; padding-top: 5px; font-size: 16px; color: #000000;}
.listaqueja {list-style-type:square;   margin-left:5em; margin-right: 2em; line-height: 1.5; text-align:left; font-size: 16px;   color: #000000;} li { font-size: 16px; }
.sinbotom{ padding-bottom:4px;margin-bottom: 1em; text-align: justify;}
.sinbotom_derecha{ padding-bottom:10px; margin-bottom: 1em; text-align:right;}
.contop{ margin-top: 1em;}
.listacirculo {   list-style-type: circle;   margin-left:2em;   margin-right: 2em;   line-height: 1.6;   text-align:justify;   font-size: 16px;   color: #000000;}
.parrafolista {   margin-left:2em;   margin-right: 2em;   line-height: 1.6;   text-align:justify;   font-size: 16px;   color: #000000;}

.listacirculo_disc {   list-style-type: disc;   margin-left:2em;   margin-right: 2em;   line-height: 1.6;   text-align:justify;   font-size: 16px;   color: #000000;}
.listaqueja_just {list-style-type:square;   margin-left:2em; margin-right: 2em; line-height: 1.5; text-align:justify; font-size: 16px;   color: #000000;}
.listaqueja_acc {margin-left:0em; margin-right: 2em; line-height: 1.5; text-align:left; font-size: 16px;   color: #000000; list-style-type:lower-latin; padding-left: 1.0em;padding-top: 1em;}
.listaderechos { list-style-type:none;  list-style:none; margin-bottom: 2em; margin-left:0em; margin-right: 2em; line-height: 1.6; text-align:justify; font-size: 16px; color: #000000;}
.restolista{font-family: 'Helvetica', 'sans-serif';  font-size: 16px; margin-left:2.5em;   margin-right: 2em;   line-height: 1.6; margin-top: 1em; }


/*contratos 2022*/
.ulcontratos{padding-left:2em;padding-top:1em;}
.li_tipo_contrato{   list-style-type:square; margin-left:1.5em;  line-height: 1.1; text-align:left; font-size: 16px; }
.licontratos{display:flex; padding:0.5em; padding-left:1.5em;}
.linkcontratos{text-decoration:underline !important; color:#00325f !important;}


 /* VNR Estilo nuevos informes anuales 2022 */
 .vnr_d-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.vnr_max_ancho {
    max-width: 125px;
}

@media(max-width: 576px) {
    .vnr_d-flex{
       flex-wrap: wrap;
       justify-content: center;
       align-items: flex-start;
       gap: 0;
    }

    .vnr_max_ancho{
        max-width: 100%;
    }
}
/* MC video */
@media (min-width: 768px) {
    .conoce-al-ddp-video{
		text-align: center;
		margin-bottom: 0px;
		margin-top: 0px;
		margin-left: 25%;
		margin-right: 25%;
    }
    .conoce-al-ddp-video h2{
		font-family: 'Prompt';
        text-align: center;
		font-size: 28px;
		font-weight: 600;
		line-height: 1.29;
		text-align: center;
		color: #004685;
		margin-bottom: 20px;
        margin-top: 10px;
    }

}


.logoborde0 { border-bottom: 0px ;}

.h2home {
        font-family: 'Prompt';
        font-size: 30px;
        font-weight: 600;
        color: #fff;
    }

.h2home_firma{
    font-family: 'Lato';
    font-size: 22px;
    color: #fff;
    background: none;
    padding: 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: right;
    margin-top: 12px;
}
/*no se valida h1 en el logo. se utiliza lo siguiente:*/

.ocultar-h1 {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/**********************************************************************************************************************
 * Estilos formularios de testimonio Atención a las víctimas de abusos sexuales en el ámbito de la Iglesia Católica.
***********************************************************************************************************************/
.church_form {
    font-size: 1.6rem;
    margin-left: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}
/* Para eliminar los br y los p que añade el plugin Contact Form 7 sin tocar los demás formularios */
.church_form br,
.church_form p {
    display: none;
}

.church_form form {
    padding: 40px;
    /* background-color: #bfdae3; */
    background-color: #F2F2F2;
    float: left;
}

.church_form input,
.church_form select,
.church_form textarea {
    margin-bottom: 15px;
    appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}

.church_form label {
    font-weight: normal !important;
}

.church_form label>div {
    margin-top: 5px;
}

.church_form input[type=text] {
    font-weight: normal;
    border-width: 1px;
    width: 400px;
}

.church_form textarea {
    width: 400px;
}

.church_form input[type=submit] {
    margin: 0;
    padding: 15px 30px;
    background: #ffcb77;
    color: #00325f;
    border: none;
    font-weight: bold;
}

.church_form .radio_bloque>span {
    display: block;
}

.church_form .radio_bloque>span>input[type=radio] {
    margin: 0;
}

.church_form .radio_bloque>span.first {
    display: none;
}

.church_form .radio_bloque>span:nth-child(2) {
    margin-top: 10px;
}

.church_form .radio_bloque>span.last {
    margin-bottom: 15px;
}

.margin-r-80 {
    margin-right: 80px;
}

@media (max-width: 580px) {
    .church_form {
        margin-left: 0;
    }

    .margin-r-80 {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    .church_form input[type=text],
	.church_form input[type=tel],
	.church_form input[type=email],
    .church_form textarea	{
        width: 300px;
    }
}

@media (max-width: 450px) {
    .church_form input[type=text],
	.church_form input[type=tel],
	.church_form input[type=email],
    .church_form textarea	{
        width: 230px;
    }
}
/*mc para foco visible y destacado de agenda completa en las áreas*/


.btn-secondary:hover{
	outline: 5px auto  -webkit-focus-ring-color !important;
}
.btn-secondary:focus{
	outline: 15px auto     -webkit-focus-ring-color !important;
}
/*mc 2023 queja*/
.p_recuerda { padding:0.4rem;}


/*********************************************************************************************/

/*mc para sistema interno de informacion*/
.p_interno1
{
	text-align: justify;
    padding-bottom:0.5em;
	padding-left:1.5em;
}
.p_interno2
{
	text-align: justify;
    padding-bottom:1em;
	padding-left:1.5em;
}
.p_interno3
{
	text-align: justify;
    padding-bottom:0.3em;
	font-weight: 700;
}
.h3_interno
{
	padding-bottom:0.6em;
}
/*mc para lista informe iglesia*/
.listaiglesiainforme {background-image: url("/wp-content/uploads/2024/04/minilogo_informe_iglesia-e1714038811270.jpg"); background-position: 0 0; background-repeat:no-repeat; padding-left:2rem;  vertical-align: text-top; margin-left:1em; margin-right: 2em; line-height: 1.5; text-align:left;  font-size: 16px;   color: #000000;} li { font-size: 16px; }
.linkinformeiglesia {margin-left: 5rem;}
.pinformeiglesia {text-align: left; padding-top: 0em; padding-left: 7rem;}
.linkanexoiglesia {text-align: left; margin-left: 5.5em;}

.listaiglesiaresumen {background-image: url("/wp-content/uploads/2024/04/minilogo_resumen_informe_iglesia-e1714038863993.jpg"); background-position: 0 0; background-repeat:no-repeat; padding-left:2em;  vertical-align: text-top; margin-left:1em;  margin-top:1.5em;   margin-right: 2em; line-height: 1.8; text-align:left;  font-size: 16px;   color: #000000;} li { font-size: 16px; }
.linkresumeniglesia {margin-left: 4rem;}
.listaiglesiasinicono {text-align: left;  padding-top: 4rem; padding-bottom: 2em; padding-left:3em;  }
.linkobservacionesiglesia {text-align: left;  margin-top:1.2rem;  padding-bottom: 2em; padding-left: 4rem;}
.fechaiglesia { text-align: left; padding-top: 0em; padding-left: 4em;}

/*mc sangria resoluciones informe MNP*/
.resolucion_mnp{
	line-height:3rem;
	margin-left:4rem;
}

.lista6 {
	line-height:3rem;
	margin-left: 5em; 
	list-style-type: none; 
}


.line_mnp{
	line-height: 6rem;
}
/*mc remodelar MNP. Formacion*/

.tablemnp {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-collapse: collapse;
}
.tablemnp p {padding-bottom: 10px; line-height: 120%; margin: 0;}
.rowmnp {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}
.column1, .column3 {
	padding: 10px;
	box-sizing: border-box;
}
.column1 {
	width: 10%;
	background-color: #f2f2f2;
}
.column3 {
	width: 90%;
	background-color: #dedcdc;
}
@media (max-width: 600px) {
	.rowmnp {
		flex-direction: column;
	}
	.column1,  .column3 {
		flex: 100%;
	}
}

