@charset "utf-8";
/* 
Title: Estilo com�n de aplicaciones IGAE
created: 2016-02-03
modified: 2016-11-30
creator: GMB
*/
/*
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * normalize.css
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
    font-family: Verdana;
}

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Remove default margin. */
body {
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/*
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/*a {
    background-color: transparent;
}

    a:active,
    a:hover,
    a:focus {
        outline: 0;
    }*/
a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
    color: black;
}

    a:hover {
        border-bottom: 0px;
    }

    a:active {
        background: none;
        color: none;
    }
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
    /* gray */
    text-decoration: none;
    /* nuevo */
}
/* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b,
strong,
.strong {
    font-weight: bold;
}
/* Address styling not present in Safari and Chrome. */
dfn {
    font-style: italic;
}
/* Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */

h1 {
    /* font-size: 2em; */
    margin: 0.67em 0;
}
/* Address styling not present in IE 8/9. */
mark {
    /*colorgmb*/
}
/* Address inconsistent and variable font size in all browsers. */
small {
    font-size: 90%;
}
/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/* Remove border when inside `a` element in IE 8/9/10. */
img {
    border: 0;
}
/* Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/* Address margin not present in IE 8/9 and Safari. */
figure {
    margin: 1em 40px;
}
/* Address differences between Firefox and other browsers. */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/* Contain overflow in all browsers. */
pre {
    overflow: auto;
}
/* Address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
   ========================================================================== */
/* Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/*
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

/* Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
    overflow: visible;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type `input` and others.
*/
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}
    /* Re-set default cursor for disabled elements. */
    /*
button[disabled],
html input[disabled] {
    cursor: default;
}
*/
    /**
 * Remove inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
/* Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input {
    line-height: normal;
}
    /*
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
*/
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }
    /*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`.
*/
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    /*
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome (include `-moz` to future-proof).
*/
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }
        /*
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance).
*/
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }
/* Define consistent border, margin, and padding. */
fieldset {
    /*border: 1px solid #c0c0c0;*/
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}
/* Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
    overflow: auto;
}
/*
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
    font-weight: bold;
}
/* Tables
   ========================================================================== */
/* Remove most spacing between table cells. */
table.tabla {
    border-collapse: collapse;
    border-spacing: 0;
}

.tabla.tablaNoBorderBottom {
    border-bottom: 0;
}

.tabla td,
.tabla th {
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}



body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    padding: 0;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

i,
em,
.em,
dfn,
blockquote,
q {
    font-style: italic;
}

a:hover {
}
/*
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
*/
ul + p,
ul + pre,
ol + p,
ol + pre {
    margin-top: 0;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}
/* GMB dl,
menu,
ol,
ul {
    margin: 1em 0;
}*/
dd,
ul ul,
ol ol,
ul ol,
ol ul {
    margin: 0;
}

ul li,
ol li {
    margin-top: .2em;
    margin-bottom: .2em;
}

dd {
    margin-bottom: 1em;
}

dd {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

dt {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

menu,
ol,
ul {
    padding: 0 0 0 22px;
    margin-top: 0;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

.list-unstyled,
.list-inline {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .list-unstyled li,
    .list-inline li {
        margin-top: 0;
        margin-bottom: 0;
    }

table.tabla {
    width: 100%;
    /* table-layout: fixed; */
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-bottom: 10px;*/
    word-wrap: break-word;
    text-align: left;
    -ms-word-wrap: break-word;
    *white-space: normal;
}

caption.strong {
    text-align: center;
    font-weight: bold;
}

table.tabla th,
table.tabla td {
    vertical-align: top;
}

table.tabla thead th,
table.tabla tfoot th,
table.tabla .tfoot th {
    vertical-align: middle;
}

table.tabla caption {
    font-weight: normal;
    font-style: normal;
    border-bottom: 0;
}

    table.tabla caption.strong {
        text-align: center;
        font-weight: bold;
    }

fieldset {
    border: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

label {
    margin: 0;
    cursor: pointer;
}



    input[type=text],
    input[type=password],
    input[type=email],
    input[type=search],
    input[type=tel],
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        line-height: normal;
    }

    input[type=checkbox],
    input[type=radio] {
        cursor: pointer;
        box-sizing: border-box;
        line-height: normal;
        margin: 0;
        padding: 0;
    }

.checkbox {
}

    .checkbox input[type=checkbox],
    .checkbox input[type=radio] {
        margin-top: 0.05em;
    }

    .checkbox label {
        padding-left: 5px;
        overflow: hidden;
        display: table;
        *zoom: 1;
    }

button {
    line-height: normal;
}



textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}
/*
button[disabled],
html input[disabled] {
    cursor: default;
}
*/
input[type="search"] {
    -webkit-appearance: textfield;
}

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.button {
    border: 0;
    text-decoration: none;
    position: relative;
}

    .button:hover {
    }

    .button:active {
        top: 1px;
    }
/*
.grey-button {}
.grey-button:hover {}
.button[disabled],
.button.disabled {}
.button-unstyled {
    text-decoration: underline;
    border: 0;
    background: transparent;
    height: auto;
    padding: 0;
    cursor: pointer;
    outline: 0;
}
*/
.button-unstyled:hover {
    text-decoration: none;
}

.button-unstyled[disabled],
.button-unstyled.disabled {
    text-decoration: none;
}

button + button {
    margin-left: 1em;
}

.mobile-btn p {
    display: inline;
}

/*
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Base 1.8.9
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
.section {
    position: relative;
}

.container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-full {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.col {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

[class*="pull-"],
[class*="push-"] {
    position: relative;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.col-1 {
    width: 8.33333%;
}

.col-2 {
    width: 16.66667%;
}

.col-3,
.col-1-4 {
    width: 25%;
}

.col-4,
.col-1-3 {
    width: 33.33333%;
}

.col-5 {
    width: 41.66665%;
}

.col-6,
.col-1-2 {
    width: 50%;
}

.col-7 {
    width: 58.33333%;
}

.col-8 {
    width: 66.66666%;
}

.col-9,
.col-3-4 {
    width: 75%;
}

.col-10 {
    width: 83.33333%;
}

.col-11 {
    width: 91.66666%;
}

.col-12 {
    width: 100%;
}

.push-1 {
    left: 8.33333%;
}

.pull-1 {
    left: -8.33333%;
}

.push-2 {
    left: 16.66667%;
}

.pull-2 {
    left: -16.66667%;
}

.push-3,
.push-1-4 {
    left: 25%;
}

.pull-3,
.pull-1-4 {
    left: -25%;
}

.push-4,
.push-1-3 {
    left: 33.33333%;
}

.pull-4,
.pull-1-3 {
    left: -33.33333%;
}

.push-5 {
    left: 41.66665%;
}

.pull-5 {
    left: -41.66665%;
}

.push-6,
.push-1-2 {
    left: 50%;
}

.pull-6,
.pull-1-2 {
    left: -50%;
}

.push-7 {
    left: 58.33333%;
}

.pull-7 {
    left: -58.33333%;
}

.push-8 {
    left: 66.66666%;
}

.pull-8 {
    left: -66.66666%;
}

.push-9,
.push-3-4 {
    left: 75%;
}

.pull-9,
.pull-3-4 {
    left: -75%;
}

.push-10 {
    left: 83.33333%;
}

.pull-10 {
    left: -83.33333%;
}

.push-11 {
    left: 91.66666%;
}

.pull-11 {
    left: -91.66666%;
}

/*col y push xtra small y xtra large*/
.col-1-xs {
    width: 4%;
}

.col-1-xl {
    width: 96%;
}

.push-1-xs {
    left: 4%;
}

.col-1-xxs {
    width: 3%;
}

.col-1-xxl {
    width: 97%;
}

.push-1-xxs {
    left: 3%;
}

.col-1-xs2 {
    width: 5%;
}

.col-1-xl2 {
    width: 95%;
}

.row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.row1 {
    padding-top: 1px;
    padding-bottom: 1px;
}

.no-desktop {
    display: none;
}

.left,
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    float: left;
}

.right {
    float: right;
}

.no-margin,
.no-style-heading {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.block,
.checkbox {
    display: block;
}

.inline {
    display: inline;
}

.inline-block,
audio,
canvas,
video,
.list-inline,
.list-inline li,
.button {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

    .none,
    [hidden],
    audio:not([controls]) {
        display: none;
    }

.text-left,
table caption {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-bottom {
    vertical-align: bottom;
}

.text-center,
.button {
    text-align: center !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    left: -9999em;
}

.image-left {
    margin-right: 20px;
}

.image-right {
    margin-left: 20px;
}

@media only screen and (min-width: 740px) { /* GMB */
    .row10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 740px) and (max-width: 959px) {
    .container,
    .tablet-container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

        .container:first-child,
        .tablet-container:first-child {
            margin-left: auto;
        }

    .tablet-container-full {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

        .tablet-container-full:first-child {
            margin-left: auto;
        }

    .tablet-no-gutter {
        padding-left: 0;
        padding-right: 0;
    }

    .tablet-col-1 {
        width: 8.33333%;
    }

    .tablet-col-2 {
        width: 16.66667%;
    }

    .tablet-col-3,
    .tablet-col-1-4 {
        width: 25%;
    }

    .tablet-col-4,
    .tablet-col-1-3 {
        width: 33.33333%;
    }

    .tablet-col-5 {
        width: 41.66665%;
    }

    .tablet-col-6,
    .tablet-col-1-2 {
        width: 50%;
    }

    .tablet-col-7 {
        width: 58.33333%;
    }

    .tablet-col-8 {
        width: 66.66666%;
    }

    .tablet-col-9,
    .tablet-col-3-4 {
        width: 75%;
    }

    .tablet-col-10 {
        width: 83.33333%;
    }

    .tablet-col-11 {
        width: 91.66666%;
    }

    .tablet-col-12 {
        width: 100%;
    }

    .tablet-push-1 {
        left: 8.33333%;
    }

    .tablet-pull-1 {
        left: -8.33333%;
    }

    .tablet-push-2 {
        left: 16.66667%;
    }

    .tablet-pull-2 {
        left: -16.66667%;
    }

    .tablet-push-3,
    .tablet-push-1-4 {
        left: 25%;
    }

    .tablet-pull-3,
    .tablet-pull-1-4 {
        left: -25%;
    }

    .tablet-push-4,
    .tablet-push-1-3 {
        left: 33.33333%;
    }

    .tablet-pull-4,
    .tablet-pull-1-3 {
        left: -33.33333%;
    }

    .tablet-push-5 {
        left: 41.66665%;
    }

    .tablet-pull-5 {
        left: -41.66665%;
    }

    .tablet-push-6,
    .tablet-push-1-2 {
        left: 50%;
    }

    .tablet-pull-6,
    .tablet-pull-1-2 {
        left: -50%;
    }

    .tablet-push-7 {
        left: 58.33333%;
    }

    .tablet-pull-7 {
        left: -58.33333%;
    }

    .tablet-push-8 {
        left: 66.66666%;
    }

    .tablet-pull-8 {
        left: -66.66666%;
    }

    .tablet-push-9,
    .tablet-push-3-4 {
        left: 75%;
    }

    .tablet-pull-9,
    .tablet-pull-3-4 {
        left: -75%;
    }

    .tablet-push-10 {
        left: 83.33333%;
    }

    .tablet-pull-10 {
        left: -83.33333%;
    }

    .tablet-push-11 {
        left: 91.66666%;
    }

    .tablet-pull-11 {
        left: -91.66666%;
    }

    .tablet-no-push,
    .tablet-no-pull {
        left: auto;
    }

    .tablet-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tablet-full {
        left: auto;
        clear: both;
        float: none;
        width: 100%;
        margin: 10px 0 0 0;
        display: block;
    }

        .tablet-full:first-child {
            margin-top: 0;
        }

    .tablet-text-left {
        text-align: left;
    }

    .tablet-text-right {
        text-align: right;
    }

    .tablet-text-center {
        text-align: center;
    }

    .tablet-left {
        float: left;
    }

    .tablet-right {
        float: right;
    }

    .tablet-no-float {
        float: none;
    }

    .tablet-no-margin {
        margin: 0;
    }

    .tablet-no-padding {
        padding: 0;
    }

    .no-tablet {
        display: none;
    }

    .show-tablet {
        display: block;
    }

    /**Jorge, botones en tablet ocultan texto y dejan solo icono*/
    /*.mobile-btn p
    {
        display:none;
    }*/


}

@media only screen and (max-width: 739px) {
    .container,
    .mobile-container {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

        .container:first-child,
        .mobile-container:first-child {
            margin-left: auto;
        }

    .mobile-container-full {
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

        .mobile-container-full:first-child {
            margin-left: auto;
        }

    .mobile-no-gutter {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-col-full {
        /*gmb NUEVO*/
        width: 100%;
    }

    .mobile-col-1-2 {
        width: 50%;
    }

    .mobile-col-1-3 {
        width: 33.33333%;
    }

    .mobile-col-1-4 {
        width: 25%;
    }

    .mobile-col-1-6 {
        width: 16.6666%;
    }

    .mobile-col-3-4 {
        width: 75%;
    }

    .mobile-push-1-2 {
        left: 50%;
    }

    .mobile-pull-1-2 {
        left: -50%;
    }

    .mobile-push-1-3 {
        left: 25%;
    }

    .mobile-pull-1-3 {
        left: -25%;
    }

    .mobile-push-1-4 {
        left: 33.33333%;
    }

    .mobile-pull-1-4 {
        left: -33.33333%;
    }

    .mobile-push-3-4 {
        left: 75%;
    }

    .mobile-pull-3-4 {
        left: -75%;
    }

    .mobile-push-2-3 {
        left: 66%;
    }

    .mobile-no-push,
    .mobile-no-pull {
        left: auto;
    }

    .row {
        padding: 0
    }

    .mobile-row {
        /* gmb homogenizar */
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* gmb nuevo */
    .mobile-clear:before,
    .mobile-clear:after {
        content: "";
        display: table;
    }

    .mobile-clear:after {
        clear: both;
    }

    .mobile-clear {
        zoom: 1;
    }
    /* gmb nuevo */
    .mobile-full {
        left: auto;
        clear: both;
        float: none;
        width: 100%;
        margin: 10px 0 10px 0;
        display: block;
    }

        .mobile-full:first-child {
            margin-top: 0;
        }

    .mobile-text-left {
        text-align: left;
    }

    .mobile-text-right {
        text-align: right;
    }

    .mobile-text-center {
        text-align: center;
    }

    .mobile-left {
        float: left;
    }

    .mobile-right {
        float: right;
    }

    .mobile-no-float {
        float: none;
    }

    .mobile-no-margin {
        margin: 0;
    }

    .mobile-no-padding {
        padding: 0;
    }

    .no-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }
    /* gmb nuevo */
    .mobile-sep-bottom {
        padding-bottom: 10px;
    }
    /**Jorge, con este estilo botones en movil ocultan texto (elemento p�rrafo) y dejan solo icono*/
    .mobile-btn p {
        display: none;
    }
}

@media print {
    * {
        background: transparent;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.inputFull {
    width: 100%;
    max-width: 100%;
}

.inputFull2 {
    width: 110%;
    max-width: 110%;
    margin-left: -10px;
}

.inputFull3 {
    width: 120%;
    max-width: 120%;
}

.inputEditable {
    border-color: #e2d6b6 !important;
}

.Desplaza13izquierda {
    margin-top: 3px;
    margin-left: -13px;
}

.tabla td,
.tabla th {
    padding: 0.2rem;
}

.fecha {
    text-align: center;
}

.num,
table.tabla .num {
    text-align: right;
}
/*
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 Cute Forms Style
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/

input,
button,
textarea {
}

    /*input[type="text"],
    input[type="password"],
    /*input[type="file"],
    input[type="email"],
    input[type="url"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="week"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    select,
    textarea {
        border-radius: 4px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    /*
input[type="file"] {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/
    input[type="radio"],
    input[type="checkbox"] {
    }

    /*input[type="text"],
    input[type="password"],
    input[type="file"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    textarea {
        padding: 2px 4px;
        padding: 0.2rem 0.4rem;
    }*/
    /* Sin padding derecho, por motivos est�ticos en algunos navegadores */
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="week"],
    input[type="number"] {
        padding: 2px 0px 2px 4px;
        padding: 0.2rem 0 0.2rem 0.4rem;
    }

    input[type="color"] {
        display: inline-block;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    /*input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="email"]:focus,
        input[type="url"]:focus,
        input[type="date"]:focus,
        input[type="month"]:focus,
        input[type="time"]:focus,
        input[type="datetime"]:focus,
        input[type="datetime-local"]:focus,
        input[type="week"]:focus,
        input[type="number"]:focus,
        input[type="search"]:focus,
        input[type="tel"]:focus,
        input[type="color"]:focus,
        select:focus,
        textarea:focus {
            outline: 0;
        }*/
    /*input[type="file"]:focus,*/
    button[disabled],
    html input[disabled],
    input[type="radio"]:focus,
    input[type="checkbox"]:focus {
    }

    /*input[type="text"][disabled],
    input[type="password"][disabled],
    input[type="email"][disabled],
    input[type="url"][disabled],
    input[type="date"][disabled],
    input[type="month"][disabled],
    input[type="time"][disabled],
    input[type="datetime"][disabled],
    input[type="datetime-local"][disabled],
    input[type="week"][disabled],
    input[type="number"][disabled],
    input[type="search"][disabled],
    input[type="tel"][disabled],
    input[type="color"][disabled],
    select[disabled],
    textarea[disabled] {
        cursor: not-allowed;
    }*/

  

select[multiple] {
    height: auto;
}

label {
    margin: 0.5em 0 0.2em;
}

fieldset {
    margin: 0;
    padding: 0.35em 0; /* GMB 0.35em 0 0.75em */
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0.3em 0;
    margin-bottom: 0.3em;
}
/*
input[type="file"] {
    border: 1px solid #CCC;
}
*/
input[type="reset"],
input[type="button"],
input[type="submit"],
button,
.button {
    padding: 2px 8px;
    padding: 0.2rem 0.4rem;
    border-radius: 4px;
    text-align: center;
}

.buttonLittle {
    padding: 2px 4px;
    border-radius: 4px;
}

input[type="button"],
input[type="submit"],
button {
}

    input[type="button"]:hover,
    input[type="submit"]:hover,
    button:hover,
    input[type="button"]:active,
    input[type="submit"]:active,
    button:active,
    input[type="button"]:focus,
    input[type="submit"]:focus,
    button:focus {
    }

input[type="reset"],
input.danger {
}

    input[type="reset"]:hover,
    input[type="reset"]:active,
    input[type="reset"]:focus,
    input.danger:hover,
    input.danger:active,
    input.danger:focus {
    }

input.primary,
button.primary,
a.primary:link,
a.primary:visited {
    text-decoration: none;
}

    input.primary:hover,
    button.primary:hover,
    a.primary:hover,
    input.primary:active,
    button.primary:active,
    a.primary:active,
    input.primary:focus,
    button.primary:focus,
    a.primary:focus {
        text-decoration: none;
    }

input.primaryOff,
button.primaryOff,
a.primaryOff:link,
a.primaryOff:visited {
    text-decoration: none;
}

    input.primaryOff:hover,
    button.primaryOff:hover,
    a.primaryOff:hover,
    input.primaryOff:active,
    button.primaryOff:active,
    a.primaryOff:active,
    input.primaryOff:focus,
    button.primaryOff:focus,
    a.primaryOff:focus {
        text-decoration: none;
    }
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* GMB Importante: tama�o base de la fuente. Originalmente son 16px, queremos un tama�o de 14px -> 14/16 = 0.875 */
html {
    font-size: 87.5%;
}

body {
    font-family: sans-serif;
    font-size: 14px;
    font-size: 1rem;
}

h1 {
    font-size: 18px;
    font-size: 1.4285714286rem;
}

h2 {
    font-size: 16px;
    font-size: 1.1428571429rem;
}

h3 {
    font-size: 15px;
    font-size: 1.0714285714rem; /*GMB */
}

h4 {
    font-size: 14px;
    font-size: 1rem;
}

h5 {
    font-size: 14px;
    font-size: 1rem;
}

h6 {
    font-size: 14px;
    font-size: 1rem;
}

/* FIN BLOQUE DE TAMA�O 14px */
.ulTabla li {
    padding: 0.4rem;
}
/* LISTAS CON FONTAWSOME */
ul.ul-arrow-circle-right,
ul.ul-arrow-circle-right ul,
ul.ul-angle-right,
ul.ul-angle-right ul,
ul.ul-angle-double-right,
ul.ul-angle-double-right ul,
ul.ul-fa-caret-right,
ul.ul-fa-caret-right ul,
ul.ul-chevron-circle-right,
ul.ul-chevron-circle-right ul,
ul.ul-arrow-circle-right,
ul.ul-arrow-circle-right ul,
ul.ul-arrow-right,
ul.ul-arrow-right ul,
ul.ul-check-square,
ul.ul-check-square ul,
ul.ul-check-circle,
ul.ul-check-circle ul,
ul.ul-check-square-o,
ul.ul-check-square-o ul,
ul.ul-hand-o-right,
ul.ul-hand-o-right ul,
ul.ul-user,
ul.ul-user ul,
ul.ul-gear,
ul.ul-gear ul,
ul.ul-sliders,
ul.ul-sliders ul,
ul.ul-sitemap,
ul.ul-sitemap ul,
ul.ul-exclamation-circle,
ul.ul-exclamation-circle ul {
    list-style-type: none;
}

    ul.ul-arrow-circle-right li:before,
    ul.ul-angle-right li:before,
    ul.ul-angle-double-right li:before,
    ul.ul-fa-caret-right li:before,
    ul.ul-chevron-circle-right li:before,
    ul.ul-arrow-circle-right li:before,
    ul.ul-arrow-right li:before,
    ul.ul-check-square li:before,
    ul.ul-check-circle li:before,
    ul.ul-check-square-o li:before,
    ul.ul-hand-o-right li:before,
    ul.ul-user li:before,
    ul.ul-gear li:before,
    ul.ul-sliders li:before,
    ul.ul-sitemap li:before,
    ul.ul-exclamation-circle li:before {
        display: inline-block;
        font: normal normal normal 14px/1 'FontAwesome';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: .5ex;
    }

    ul.ul-arrow-circle-right li:before {
        content: "\f0a9";
    }

    ul.ul-angle-right li:before {
        content: "\f105";
    }

    ul.ul-angle-double-right li:before {
        content: "\f101";
    }

    ul.ul-fa-caret-right li:before {
        content: "\f0da";
    }

    ul.ul-chevron-circle-right li:before {
        content: "\f138";
    }

    ul.ul-arrow-circle-right li:before {
        content: "\f0a9";
    }

    ul.ul-arrow-right li:before {
        content: "\f061";
    }

    ul.ul-check-square li:before {
        content: "\f14a";
    }

    ul.ul-check-circle li:before {
        content: "\f058";
    }

    ul.ul-check-square-o li:before {
        content: "\f046";
    }

    ul.ul-hand-o-right li:before {
        content: "\f0a4";
    }

    ul.ul-user li:before {
        content: "\f007";
    }

    ul.ul-gear li:before {
        content: "\f013";
    }

    ul.ul-sliders li:before {
        content: "\f1de";
    }

    ul.ul-sitemap li:before {
        content: "\f0e8";
    }

    ul.ul-exclamation-circle li:before {
        content: "\f06a";
    }
/* Estilos para listas */
ul.lisep li,
ol.lisep li {
    padding-bottom: 2ex;
}

body {
}

a {
}

strong {
}

a:hover,
a:active {
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    font-weight: bolder;
    margin: 0 0 0.33em 0;
    /*text-align: center;*/
}

table.tabla {
    margin-bottom: 20px;
}

.boxBigTable {
    padding: 0 20px; /* Para homogeneizar verticalmente, si no necesita scroll 10 col + 10 container */
}

    .boxBigTable table.tabla {
        margin: 0 auto;
        text-align: center;
    }

    .boxBigTable div.tabla {
        margin: 0 auto;
    }

.tabla th {
    font-weight: normal;
}

table.tabla th,
table.tabla td {
    padding: 8px;
}

.tabla thead th,
.tabla .cab,
.cab th,
.tabla .cab td {
}

table.tabla .sub,
table.tabla .sub th,
table.tabla .sub td {
    font-weight: normal;
}

table.tabla tfoot th,
table.tabla .tfoot th {
    font-weight: normal;
}

.tabla tfoot td {
}

table.tabla caption {
    padding: 0 0 5px 0;
}

table th {
}

table td {
}

legend {
    *margin-left: -7px;
}
/*Los elementos label se usan, no siempre con el prop�sito habitual*/
table.tabla label {
    margin: 0;
}
/* Evita el salto de l�nea en celdas. Usar con mucha precauci�n */
.nobr {
    white-space: nowrap;
}

.vMiddle,
table.tabla td.vMiddle,
table.tabla th.vMiddle {
    vertical-align: middle;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                              estilos aplicaci�n-maqueta                                       */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.themeBox {
    padding: 2em 0;
    text-align: center;
}
/* �tiles */
.seph {
    /* separador horizontal */
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.seph2 {
    /* separador horizontal */

    padding-left: 1em;
}

.seph_left0_8 {
    /* separador horizontal */

    padding-left: 0.8em;
}

.seph3 {
    /* separador horizontal */

    padding-left: 0.2em;
}

.seph4 {
    /* separador horizontal */

    padding-right: 0.6em;
}

.seph5 {
    /* separador horizontal */

    padding-right: 0.4em;
}

.seph6 {
    /* separador horizontal */

    padding-right: 2em;
}

.seph7 {
    /* separador horizontal */

    padding-left: 1.5em;
}

.sepv {
    /* separador vertical */
    padding-top: 0.2em;
}

.sepv2 {
    /* separador vertical */
    padding-top: 0.1em;
}

.sepv3 {
    margin-top: 4px;
}

.text150 {
    font-size: 150%;
}

.padtop1 {
    padding-top: 1em;
}

.padtop2 {
    padding-top: 2em;
}

.noDisplay {
    display: none;
}
/* Errores */
.litError {
}
/* Login */
#loginBox {
    padding: 10px;
    border-radius: 10px;
}

    #loginBox h1 {
        font-size: 16px;
        font-size: 1.1428571429rem;
        text-align: center;
    }

#footerLogin {
    bottom: 0;
    width: 100%;
    position: fixed;
    padding-bottom: 10px;
}
/* Timeout */
/*fa fa-hourglass-o*/
#timeOutBox {
    padding: 80px 10px 10px 10px;
    border-radius: 10px;
    margin-top: 10%;
}

    #timeOutBox h1 {
        font-size: 16px;
        font-size: 1.1428571429rem;
        text-align: center;
        font-weight: bold;
    }
/* Cajas */
.formBox {
    padding: 5px 0;
}

.boxButtons {
    padding: 10px 10px 0 10px;
    border-radius: 10px;
}

    .boxButtons button + button {
        margin-left: .5em;
    }

.boxNeutral {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 1em;
    background-color: #f1f1f1;
}

.versionDetalle {
    margin: 0 0 20px 0;
    padding: 10px;
    border-radius: 10px;
}

.btns {
    margin-top: 1em;
}
/* Mensajes */
.boxMensajeInfo,
.boxMensajeOk,
.boxMensajeError,
.boxMensajeDanger,
.boxMensajeProblem,
.boxMensajeNotice,
.boxMensajeTimeOut,
.boxMensajeLogOut,
.boxMensajeHelp,
.boxMensajeConfirm {
    padding: 10px;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .boxMensajeInfo h2,
    .boxMensajeOk h2,
    .boxMensajeError h2,
    .boxMensajeDanger h2,
    .boxMensajeProblem h2,
    .boxMensajeNotice h2,
    .boxMensajeTimeOut h2,
    .boxMensajeLogOut h2,
    .boxMensajeHelp h2,
    .boxMensajeConfirm h2 {
        margin-top: 1ex;
    }

.pagination {
    margin: 10px 0 20px 0;
    text-align: center;
    padding-top: 20px;
    clear: both;
}

    .pagination a {
        display: inline-block;
        padding: 0.5ex 1ex;
        border-radius: 1ex;
        margin: 0 0.5ex;
    }

    .pagination span {
        display: inline-block;
        padding: 0.5ex 1ex;
        border-radius: 1ex;
        margin: 0 0.5ex;
    }

    .pagination a.currentDisabled {
        cursor: default;
    }
/*
.boxBigTable {
    margin: 0 2%;
    min-width: 1100px;
}
*/


.bckg-notas-libro {
    background: #FFF url(../img/ResueltoFavorable-background.png) no-repeat top right !important;
    background-size: 5%;
}

.contenedorModelo {
    margin: 0 auto;
    overflow: auto;
    -ms-overflow-y: hidden;
    width: 100%;
    margin-bottom: 1em;
}

.boxBigTable table.tabla th,
.boxBigTable table.tabla td {
    padding: 3px;
}

/*.boxBigTable table.tabla input[type="text"],
.boxBigTable table.tabla input[type="password"],
.boxBigTable table.tabla input[type="email"],
.boxBigTable table.tabla input[type="url"],
.boxBigTable table.tabla input[type="search"],
.boxBigTable table.tabla input[type="tel"],
.boxBigTable table.tabla textarea {
    padding: 1px 2px;
    width: 100%;
}*/
/* Los estilos del plugin ColResizer, provoca un padding 0. Con el siguiente contenedor (div � span), lo anulamos */
.JColResizer .JColResizerCeldCont {
    display: inline-block;
    padding: 0 3px 0 3px;
}

.JColResizer div.JColResizerCeldCont {
    display: block;
}
/* Cabecera */
.topAuxLinks {
}

a#alogout {
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
}

    a#alogout:hover,
    a#alogout:active,
    a#alogout:focus {
        text-decoration: none;
    }
/* Contenedores gen�ricos de navegaci�n */
#navBreadcumb {
}

@media only screen (min-width: 959px) {
    #navBreadcumb div {
        padding-top: 10px
    }
}

#topMenuContainer {
}

#navHomeIcons {
}
/* Men� claro con menos ruido visual */
#showHideMobileMenu {
    display: none
}
/* V�nculos usados para mostrar y ocultar el men� en los tel�fonos m�viles */
#aMostrarMenu,
#aOcultarMenu {
    display: none;
}

ul#topMenu {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0;
    z-index: 100;
}

    ul#topMenu ul {
        margin: 0;
        padding: 0;
        z-index: 100;
    }

    ul#topMenu li {
        text-align: left;
        display: inline-block;
        margin: 0 0 0 -4px; /*GMB*/
        padding: 0;
    }

        ul#topMenu li li, ul#topMenu li li li {
            margin: 0;
        }

    ul#topMenu a {
        padding: 10px 10px;
        text-decoration: none;
        display: block;
    }

    ul#topMenu ul a {
        border-right: none;
    }

    ul#topMenu li li a {
        min-width: 14em;
    }

    ul#topMenu li li li a {
        font-size: 0.9rem;
        padding: 2px 5px 2px 25px;
        border: 0;
    }

    ul#topMenu li ul {
        position: absolute;
        display: none;
        width: inherit;
    }

        ul#topMenu li ul ul {
            position: relative;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        ul#topMenu li ul li {
            display: block;
        }
/* Men� para tel�fonos m�viles*/
@media only screen and (max-width: 739px) {
    #showHideMobileMenu {
        display: block
    }
    /* V�nculos usados para mostrar y ocultar el men� en los tel�fonos m�viles */
    /*por defecto, ocultamos el men�*/
    #aOcultarMenu,
    #topMenu {
        display: none;
    }

    #aMostrarMenu {
        display: block;
    }

    ul#topMenu {
    }

        ul#topMenu a {
            border-right: none;
        }

        ul#topMenu li {
            display: block;
        }

        ul#topMenu li {
            margin: 0;
        }

            ul#topMenu li a {
            }

            ul#topMenu li li a,
            ul#topMenu li li li a {
                border-bottom: none;
            }

            ul#topMenu li li li {
            }

            ul#topMenu li li a {
                display: block;
            }

            ul#topMenu li ul,
            ul#topMenu li ul ul {
                position: relative;
            }

                ul#topMenu li ul ul {
                    display: block;
                }

    .boxBigTable {
        margin: 0;
        min-width: inherit;
    }
}

/* Pesta�as */
.tabsOne {
    padding: 4px 0;
    margin: 20px 0 0 0;
}

    .tabsOne li {
        list-style: none;
        margin: 0;
        display: inline;
    }

        .tabsOne li a {
            padding: 4px 10px;
            margin-right: 3px;
            border-bottom: none;
            text-decoration: none;
        }

.tabsOneContent {
    padding: 20px 0 10px 0;
}

.tabsOneContent2 {
    padding: 20px 0 10px 0;
}


.tabsTwo {
    padding: 4px 0;
    margin: 10px 0 0 0;
    /* border-bottom: 1px solid #CCC; */
}

    .tabsTwo li {
        list-style: none;
        margin: 0;
        display: inline;
    }

        .tabsTwo li a {
            padding: 5px 10px;
            margin-left: 3px;
            /* border: 1px solid #CCC; */
            border-bottom: none;
            /* background: #DDD; */
            text-decoration: none;
        }

            .tabsTwo li a:link {
            }

            .tabsTwo li a:visited {
            }

            .tabsTwo li a:hover {
                /* background: #FFF; */
            }

            .tabsTwo li a.tabsCurrent {
                /* background-color:#FFF; */
                /* border-bottom: 1px solid white; */
            }



/* Contenido */
#boxContent {
    border-radius: 10px;
    padding: 10px;
    min-height: 50%;
}
/* Home Icons */
.aIcon {
    text-decoration: none;
    text-align: center;
    padding: 10px;
    height: 8rem;
    display: block;
    text-decoration: none;
}

    .aIcon:hover,
    .aIcon:active {
        text-decoration: none;
    }

    .aIcon .fa {
        font-size: 3rem;
        padding-bottom: 5px;
        display: block;
    }
/* Pesta�as */
#navcontainer {
    padding: 0 10px;
}

#navlist {
    padding: 2px 0;
    margin: 0;
}

    #navlist li {
        list-style: none;
        margin: 0;
        display: inline;
    }

        #navlist li a {
            padding: 2px 5px;
            margin-left: 3px;
            border-bottom: none;
            text-decoration: none;
        }
/* GMB ToDo: movilizar pesta�as */
/* Estilos particulares para tel�fonos m�viles */
@media only screen and (max-width: 739px) {
    #infoBar {
        line-height: 80%;
    }

        #infoBar .seph {
            font-size: 0;
            display: block
        }

        #infoBar .buttonLittle {
            padding: 1px 2px
        }

    #showHideMobileMenu {
        margin-top: 15px;
    }

        #showHideMobileMenu a {
            padding: 5px;
        }
}
/* footer flotante */
#bottomButtonsTransparent {
    zoom: 1;
    /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */
    opacity: .8;
    filter: alpha(opacity=80);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3em;
    border-top: 1px solid #DDD;
}

#bottomButtons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding-top: 5px;
}

@media only screen and (max-width: 739px) {
    body.bodyBesta {
        margin-bottom: 0;
    }

    body #bottomButtonsTransparent {
        display: none;
    }

    #bottomButtons {
        position: static;
    }
}
/* Ventanas modales */
.modalBackground {
    /*background:  url(/img/loading.gif) center center no-repeat #A6A6A6;*/
    background: url(/img/besta-cargando.gif) center 350px no-repeat #A6A6A6;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup,
.modalPopupLargo,
.modalPopupCorto {
    background: #A6A6A6;
    border-radius: 0.3125em;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
    z-index: 11000;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    filter: progid: DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.modalPopup {
    min-width: 7.5em;
    font-size: 1.5em;
}

.modalPopupLargo {
    font-size: large;
    vertical-align: bottom;
    width: 500px;
    height: 70px
}

.modalPopupCorto {
    min-width: 7.5em;
    min-height: 1.2em;
    font-size: 1.5em;
    vertical-align: bottom;
}

.modalPopupBody {
    background-color: #A6A6A6;
    background-color: rgb(255, 255, 255);
    padding-top: 1.25em;
    padding-left: 1.25em;
    overflow: auto;
    min-height: 22.3125em;
    text-align: center;
}

.modalPopupDrag {
    padding: 18px;
    border-bottom: #ccc 1px solid;
    border-top-left-radius: 0.3125em;
    border-top-right-radius: 0.3125em;
    background-color: #37545b;
    display: inline-block;
}

    .modalPopupDrag h2 {
        color: white;
        font-weight: 700;
        vertical-align: middle;
    }

.modalPopupCorto {
    display: none;
}
/* 2016-06-14 GMB bug duplicidad elementos Font Awesome */
.fa.fa-fantomas {
    display: none;
}

a .fa.fa-fantomas {
    display: inline-block
}
/* Anchos (para tablas) w = width % */
.w5 {
    width: 5%;
}

.w10 {
    width: 10%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33%;
}

.w35 {
    width: 35%;
}

.w40 {
    width: 40%;
}

.w45 {
    width: 45%;
}

.w50 {
    width: 50%;
}

.w55 {
    width: 55%;
}

.w60 {
    width: 60%;
}

.w65 {
    width: 65%;
}

.w66 {
    width: 66%;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w85 {
    width: 85%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 { /*GMB*/
    width: 100%;
}

.w8px {
    width: 8px;
}

.w20px {
    width: 20px;
}

.w36px {
    width: 36px;
}

.w40px {
    width: 40px;
}

.w50px {
    width: 50px;
}

.w60px {
    width: 60px;
}

.w70px {
    width: 70px;
}

.w80px {
    width: 80px;
}

.w100px {
    width: 100px;
}

.w110px {
    width: 110px;
}

.w130px {
    width: 130px;
}

.w140px {
    width: 140px;
}

.w180px {
    width: 180px;
}

.w220px {
    width: 220px;
}

.w230px {
    width: 230px;
}

.w280px {
    width: 280px;
}

.w320px {
    width: 320px;
}

.w400px {
    width: 400px !important;
    max-width: 400px !important;
}

.w560px {
    width: 560px;
}

.h18 {
    height: 18px;
}

.h20 {
    height: 20px;
}

.h24 {
    height: 24px;
    max-height: 24px;
    overflow: hidden;
}

.h100 {
    height: 100px;
}

.h170 {
    height: 170px;
}

.h200 {
    height: 200px;
}

.h220 {
    height: 220px;
}

.h230 {
    height: 230px;
}

.h240 {
    height: 240px;
}

.h300 {
    height: 300px;
}

.padding15 {
    padding: 15px;
}

/* Input File */
.inputFile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .inputFile + label {
        /*max-width: 80%;*/
        /*font-size: 1.25rem;*/
        /* 20px */
        /*font-weight: 700;*/
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
        /*padding: 0.625rem 1.25rem;*/
        /* 10px 20px */
        padding: 0.2rem 0.4rem;
        margin: 0;
    }

.no-js .inputFile + label {
    display: none;
}

.PunteroMano {
    cursor: pointer;
}

.PunteroNoPermitido {
    cursor: not-allowed !important;
}

.PunteroFlecha {
    cursor: default !important;
}

/* Estilos para el autocomplete */

.ui-autocomplete-term {
    font-weight: bold;
    color: #5959fb;
}

.ui-menu .ui-menu-item:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background-color: #EBE5C2;
}

/* Fin estilos para el autocomplete */

/* Estilos para la ventana de Alerta */

.centrado {
    text-align: center;
}

.derecha {
    text-align: right;
}


.botonServer {
    display: none;
}

.txtAlerta {
    color: #141E6D;
}


/* Estilos para el env�o masivo de correos */

.TextoAsunto {
    background-color: antiquewhite !important;
}

.TextoCorreo {
    background-color: antiquewhite;
    min-height: 200px;
}

.TextoResponder {
    background-color: antiquewhite !important;
}

.TextoFirma {
    background-color: lavender;
    min-height: 100px;
}

.TextoFirmaClaro {
    background-color: #FAF4FF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    min-height: 100px;
}

.TextoPie {
    background-color: lavender !important;
    min-height: 70px;
}

.CheckSello {
    vertical-align: top;
    height: 20px;
    width: 20px;
    background-color: #eee;
    cursor: pointer;
}

.CheckSelloMedio {
    vertical-align: top;
    height: 16px;
    width: 16px;
    background-color: #eee;
    cursor: pointer;
}

.SelloSeleccionado {
    opacity: 1;
}

.SelloNoSeleccionado {
    opacity: 0.6;
}

.AlturaCorreoMasivo {
    min-height: 400px;
}

.AlturaFiltrosCorreoMasivo {
    min-height: 200px;
    padding: 40px;
    overflow: hidden;
}

.botonAnadirUsuarios {
    min-height: 40px;
    margin-top: -10px;
}

.FondoFrame {
    background-color: #557154;
    height: 25px;
    vertical-align: middle;
    padding: 5px 0;
}

.FondoTitulo {
    background-color: #eff2a4;
}

.CajaListaCorreos {
    height: 170px;
    width: 100%;
    border: solid 1.5px #557154;
    overflow: auto;
}

.ContenedorSeparacionLateral {
    padding-left: 1em;
    padding-right: 1em;
}

.ConservaBlancos {
    white-space: pre;
}

.txtEntidadesContraido {
    width: 100%;
    max-width: 100%;
    color: #142952 !important;
    background-color: #F4F4F4 !important;
    border: none !important;
    box-shadow: none !important;
    cursor: not-allowed;
    height: 20px;
    ;
    white-space: pre;
    overflow: hidden;
}

.txtEntidadesExpandido {
    width: 100%;
    max-width: 100%;
    height: 75px;
    background-color: antiquewhite !important;
    white-space: pre;
}

.LabelArchivos {
    color: #e76600;
    vertical-align: bottom;
}

.LabelLetraPequena {
    font-size: smaller !important;
}


.radioSin {
    margin: -1px;
}

.celdaOculta {
    visibility: hidden;
}

.multiselectInformes {
    height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
}

.multiselectInformesEELL {
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
    height: 84px;
}

.multiselectInformesMasAlto {
    height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
}

.multiselectMagnitud {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
}

.multiselectEjercicio {
    height: 226px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
}

.multiselectEjercicioMedio {
    height: 126px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
}


.multiselectEjercicioPequeno {
    height: 60px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5px;
}

.filtrosInforme {
    margin-top: -18px;
    margin-right: 1.7em !important;
}

.contenedorItemsMultiselect {
    width: 100%;
    max-width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    background-color: white;
}

.contenedorItemsMultiselectPequeno {
    width: 684px;
    height: 170px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    background-color: white;
}

.contenedorItemsMultiselectPequeno2 {
    width: 350px;
    height: 80px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 6px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    background-color: white;
}


.tdChk {
    display: inline-block;
    vertical-align: top;
    width: 20px;
}

.OpacidadDeshabilitado {
    opacity: 0.4;
    pointer-events: none;
}

.OpacidadDeshabilitado2 {
    opacity: 0.8;
    pointer-events: none;
}

.deshabilitado {
    pointer-events: none;
}

.DestacadoParticipadas {
    font-weight: bold;
    color: #5A58AC;
}

.PorcentajeErroneo {
    font-weight: bold;
    color: #E11610;
}

.SeparacionParticipadas {
    border-bottom: 2px solid #A6A6A6;
}

.contenedorEstructuraDominio {
    height: 458px;
    overflow-x: hidden;
    overflow-y: auto;
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
}

.contenedorRedCoa {
    height: 400px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
}


.pestanasDatosAdicionales {
    border-left: 1px solid #758ea9;
    border-top: 1px solid #758ea9;
    border-right: 1px solid #758ea9;
    height: 16px;
    cursor: pointer;
}

.pestanaDatosAdicionalesSeleccionada {
    background-color: white;
    width: 390px;
}

.pestanaDatosAdicionalesDesseleccionada {
    background-color: #E7E7F3;
    width: 150px;
}

.pestanaDatosAdicionalesRedcoaSeleccionada {
    background-color: white;
}

.pestanaDatosAdicionalesRedcoaDesseleccionada {
    background-color: #E7E7F3;
}

.mensajeGrabacionDatosAdicionales {
    background-color: #FCE62D;
    height: 42px;
    width: 1120px;
    text-align: center;
    position: absolute;
    top: 586px;
    padding: 0.9em;
    display: none;
}

    .mensajeGrabacionDatosAdicionales label {
        font-family: Arial;
        font-size: 18px;
        color: #A4305A;
        font-weight: bold;
    }

.mensajeGrabacionDatosAdicionalesError {
    background-color: #FFC2B7;
    height: 42px;
    width: 1120px;
    text-align: center;
    position: absolute;
    top: 586px;
    padding: 0.9em;
    display: none;
}

    .mensajeGrabacionDatosAdicionalesError label {
        font-family: Arial;
        font-size: 18px;
        color: #6F7C68;
        font-weight: bold;
    }

.mensajeGrabacionDatosError {
    background-color: #FFC2B7;
    height: 38px;
    width: 99%;
    position: relative text-align: center;
    padding: 0.7em;
    z-index: 100;
    display: none;
}

    .mensajeGrabacionDatosError label {
        font-family: Arial;
        font-size: 18px;
        color: #6F7C68;
        font-weight: bold;
    }

.mensajeGrabacionDatosRedcoa {
    background-color: #FCE62D;
    height: 42px;
    width: 1093px;
    text-align: center;
    position: absolute;
    top: 447px;
    padding: 0.9em;
    display: none;
}

    .mensajeGrabacionDatosRedcoa label {
        font-family: Arial;
        font-size: 18px;
        color: #A4305A;
        font-weight: bold;
    }

.mensajeGrabacionDatosRedcoaError {
    background-color: #FC912D;
    height: 42px;
    width: 1093px;
    text-align: center;
    position: absolute;
    top: 447px;
    padding: 0.9em;
    display: none;
}

    .mensajeGrabacionDatosRedcoaError label {
        font-family: Arial;
        font-size: 18px;
        color: #2B5911;
        font-weight: bold;
    }

/*  Tama�o columnas del grid de listado de minoritarias */
.GridListadoMinoritariasContenedor {
    overflow-x: auto;
    overflow-y: hidden;
}

.ColumnaMinoritariasCodigo {
    width: 85px;
    max-width: 85px;
}

.ColumnaMinoritariasDenominacion {
    width: 210px;
    max-width: 210px;
}

.ColumnaMinoritariasNIF {
    width: 75px;
    max-width: 75px;
}

.ColumnaMinoritariasTipo {
    width: 95px;
    max-width: 95px;
}

.ColumnaMinoritariasGrupo {
    width: 195px;
    max-width: 195px;
}

.ColumnaMinoritariasConsideracion {
    width: 110px;
    max-width: 110px;
}

.ColumnaMinoritariasCodigoComponente {
    width: 90px;
    max-width: 90px;
}

.ColumnaMinoritariasDenominacionComponente {
    width: 210px;
    max-width: 210px;
}

.ColumnaMinoritariasPorcentaje {
    width: 85px;
    max-width: 85px;
}

.CabeceraMinoritariasTD1 {
    background-color: #6274A8;
    height: 38px;
    font-size: 0.9em;
    color: #FFF;
    text-align: center;
}

.CabeceraMinoritariasTD2 {
    background-color: #5e6c7c;
    height: 38px;
    font-size: 0.9em;
    color: #FFF;
    text-align: center;
}

.SeparacionMinoritarias1 {
    border-top: 2px solid #6274A8 !important;
}

.SeparacionMinoritarias2 {
    border-top: 2px solid #5e6c7c !important;
}

.btnEditarGridIzdo {
    width: 20px;
    height: 20px;
    padding: 0px;
    margin-left: -2px;
}

.btnEditarGridDcho {
    width: 20px;
    height: 20px;
    padding: 0px;
}

.lblAltoFilaFijo24 {
    height: 16px;
    max-height: 16px;
    overflow: hidden;
    cursor: default !important;
    display: block;
}

.ContenedorPersonasContacto {
    height: 300px;
    overflow-y: scroll !important;
}

.FilaPersonaContactoEdicion {
    background-color: #CAD7C4;
}

.panelEsperaFiltrosGuardados {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2000px;
    background-color: #7489a0;
    opacity: 0.7;
    text-align: center;
    display: none;
}

.panelLecturaPersonasContacto {
    height: 100px;
    margin-top: 1px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

/* Estilos para barra de progreso*/

.PanelBarraProgreso {
    border: solid 2px #657189 !important;
    background-color: #faf9f9 !important;
    opacity: 1 !important;
    padding: 20px;
    border-radius: 10px;
    z-index: 20;
    width: 70%;
    height: 140px;
    text-align: center;
    top: 40%;
}

#progressbar {
    background-color: #BBB;
    /*border-radius: 14px;*/
    width: 120%;
    padding: 2px;
}

    #progressbar > div {
        background-color: #5FB404;
        width: 0%; /* Adjust with JavaScript */
        height: 20px;
        /*border-radius: 10px;*/
        height: 19px;
        overflow: hidden;
    }

.TituloBarraProgreso {
    font-size: 16px;
    text-align: left;
    color: #0A2A12;
    width: 120%;
}

.EtiqProgreso {
    color: white;
    font-size: 17px;
}

/* Fin estilos para barra de progreso*/

.ComboEjercicios {
    /*height:200px;*/
    overflow-y: scroll !important;
}

.tituloBlancoSobreAzul {
    background-color: #5F74B2;
}

    .tituloBlancoSobreAzul span {
        color: white;
    }

.tituloNegroSobreAzul {
    background-color: #D4D9E8;
}

.rectangleRojo {
    width: 40px;
    height: 20px;
    background: red;
    position: inline-block;
    float: left;
}

.labelRojo {
    position: inline-block;
    float: left;
    color: red;
    margin-top: 2px;
}

.rectangleVerde {
    width: 40px;
    height: 20px;
    background: #06a106;
    position: inline-block;
    float: left;
}

.labelVerde {
    position: inline-block;
    float: left;
    color: #06a106;
    margin-top: 2px;
}

.rectangleMostaza {
    width: 40px;
    height: 20px;
    background: #fac930;
    position: inline-block;
    float: left;
}

.labelMostaza {
    position: inline-block;
    float: left;
    color: #fac930;
    margin-top: 2px;
}

.rectanguloEstructuraDominio {
    margin: 10px;
    padding: 18px;
    height: 390px;
}

.efecto3d {
    padding: 30px;
    margin: 3px;
    border: none !important;
    border-radius: 6px;
    box-shadow: inset -3px -3px 6px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.5);
}

    .efecto3d td {
        border: none !important;
        vertical-align: middle !important;
    }

.scrollHorizontal {
    overflow-x: scroll;
}

/*LOS ESTILOS SIGUIENTES CORRESPONDEN A LA PAGINACIÓN DE LOS DATOS DE LA ENTIDAD*/

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

        .tab button.inactive {
            background-color: #f1f1f1;
            color: #A6A6A6
        }


/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);
    padding: 20px;
    min-height: 359px;
}
/* FIN DE LOS ESTILOS DE LA PAGINACIÓN DE LOS DATOS DE LA ENTIDAD*/

/*ESTILOS GENERALES*/
h1 {/*TITULOS*/
    font-size: 20px;
    font-weight: bold;
    color: #006699;
}

h2 { /*SUBTITULOS*/
    font-size: 15px;
    font-family: Verdana;
    font-weight: bold;
    color: #006699;
}



.nivel0 {
    text-align: left;
    text-indent: 10;
    font-size: 14px;
    font-family: Verdana;
    font-weight: lighter;
    color: #006699;
}


table thead tr {
    border-bottom: 4px solid #A6CEEC;
}

.current {
    background-color: #A6CEEC !important;
    border: 0px !important;
}

.dt-paging-button:hover {
    background: #3185c1fa !important;
    border: 0px !important;
}

#tablaDatosGenerales thead,
#tablaDatosGenerales tbody,
#tablaDatosGenerales tfoot,
#tablaDatosGenerales tr,
#tablaDatosGenerales td,
#tablaDatosGenerales th {
    border-color: inherit;
    border-style: hidden;
    border-width: 0;
}

.table {
    width: 95%;
}

.form-control-sm {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ecf2fc
}

.dt-column-title{
    text-align: center;
}

label.error{
    font-size:x-small;
    color:red;
}

div.mensajeAvisoAccion {
    font-size: small;
    color: red;
    font-weight: bold;
}

td.sumarioAvisos {
    font-size: small;
    color: red;
}

.goupText {
    color: #006699;
}

.iconLink{
    font-size: 1.5rem;
}

.modal-header {
    background-color: #A6CEEC;
}

label.error {
    float: inline-end;
}

#listEntesModal{
    font-size:13px;
}

.card {
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}