@charset "UTF-8";


    @media print {
        @page {
            size: a3;
        }
        body {
            min-width: 992px !important;
        }
    }

    nav {
        display: block;
    }

	.tabs_cifras {
        margin: 0;
        font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 0.8125rem;
        font-weight: 400;
        line-height: 1.5385;
        text-align: left;
    }
    [tabindex="-1"]:focus {
        outline: 0 !important;
    }
    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }
    ul ul {
        margin-bottom: 0;
    }
    .tabs_cifras a {
        color: #2196f3;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }
    .tabs_cifras a:hover {
        color: #0a6ebd;
        text-decoration: none;
    }
    .tabs_cifras a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }
    .tabs_cifras a:not([href]):not([tabindex]):focus,
    .tabs_cifras a:not([href]):not([tabindex]):hover {
        color: inherit;
        text-decoration: none;
    }
    .tabs_cifras a:not([href]):not([tabindex]):focus {
        outline: 0;
    }
    code {
        font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        font-size: 1em;
    }
    [type="reset"],
    [type="submit"],
    html [type="button"] {
        -webkit-appearance: button;
    }
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }
    [type="number"]::-webkit-inner-spin-button,
    [type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    [type="search"] {
        outline-offset: -2px;
        -webkit-appearance: none;
    }
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    ::-webkit-file-upload-button {
        font: inherit;
        -webkit-appearance: button;
    }
    [hidden] {
        display: none !important;
    }
    code {
        font-size: 0.75rem;
        color: #d81b60;
        word-break: break-word;
    }
    .tabs_cifras  a > code {
        color: inherit;
    }
    .fade {
        transition: opacity 0.15s linear;
    }
    @media screen and (prefers-reduced-motion: reduce) {
        .fade {
            transition: none;
        }
    }
    .fade:not(.show) {
        opacity: 0;
    }
    .nav-custom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .nav-link-custom {
        display: block;
        padding: 0.625rem 1.25rem;
    }
    .nav-link-custom:focus,
    .nav-link-custom:hover {
        text-decoration: none;
    }
    .nav-tabs-custom {
        border-bottom: 1px solid #ddd;
    }
    .nav-tabs-custom .nav-item-custom {
        margin-bottom: -1px;
    }
    .nav-tabs-custom .nav-link-custom {
        border: 1px solid transparent;
        border-top-left-radius: 0.1875rem;
        border-top-right-radius: 0.1875rem;
    }
    .nav-tabs-custom .nav-link-custom:focus,
    .nav-tabs-custom .nav-link-custom:hover {
        border-color: transparent;
    }
    .nav-tabs-custom .nav-item-custom.show .nav-link-custom,
    .nav-tabs-custom .nav-link-custom.active {
        color: #333;
        background-color: #fff;
        border-color: #ddd #ddd #fff;
    }
    .nav-tabs-highlight .nav-link-custom,.nav-tabs-top .nav-link{position:relative}.nav-tabs-bottom .nav-link-custom:before,.nav-tabs-highlight .nav-link-custom:before,.nav-tabs-top .nav-link-custom:before{content:'';position:absolute;top:0;left:0;right:0;transition:background-color ease-in-out .15s}@media screen and (prefers-reduced-motion:reduce){.nav-tabs-bottom .nav-link-custom:before,.nav-tabs-highlight .nav-link-custom:before,.nav-tabs-top .nav-link-custom:before{transition:none}}.nav-tabs-highlight .nav-link-custom{border-top-color:transparent;border-top-left-radius:0;border-top-right-radius:0}.nav-tabs-highlight .nav-link-custom:before{height:2px;top:-1px;left:-1px;right:-1px}.nav-tabs-highlight .nav-link-custom.active:before{background-color:#2196f3}
    .tab-content-custom > .tab-pane-custom {
        display: none;
    }
    .tab-content-custom > .active {
        display: block;
    }
    .text-justify {
        text-align: justify !important;
    }
    .text-center {
        text-align: center !important;
    }
    .text-body {
        color: #333 !important;
    }
    .justify-content-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
	
	.nav-tabs-highlight .nav-link-custom.active:before {
		background-color: #ff3333 !important;
	}
	
	.tabs_cifras a{
		color: #333 !important;
	}
	.tabs_cifras a:hover {
		color: #333 !important;
	}
	.padTop {
		padding-top: 10px;
	}
	.padBot {
		padding-bottom: 10px;
	}