﻿@font-face {
    font-family: 'Roboto' !important;
    src: url(roboto/roboto-latin-regular.woff2) format('woff2');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif !important;
    font-size: 8pt !important;
    margin: 0;
    line-height: initial !important;
}

#contenido {
    /*height: 1100px;*/
    margin: 0 auto 0 auto;
    width: 1024px;
    max-width: 1024px;
    -webkit-box-shadow: 5px 0 5px -5px #ABB6AB;
    -moz-box-shadow: 5px 0 5px -5px #ABB6AB;
    box-shadow: 5px 0 5px -5px #ABB6AB;
}

.CentraDiv {
    height: 800px;
    margin: 0 auto 0 auto;
    width: 1024px;
    max-width: 1024px;
}

#Encabezado {
    background-color: #172934;
    height: 100%;
    width: 100%;
    /*background-image: url(../Images/SCJN_marco_fhe.ai) ;
    background-repeat:no-repeat;
    background-position:left top ; */
}

.Centrado {
    height: 700px;
    margin: 0 auto 0 auto;
    /* width: 1024px;*/
    width: 100%;
    max-width: 1024px;
}

.Tablabase {
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
}

a.Link {
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    color: #9A8B7D;
}

    a.Link:hover {
        font-size: 10pt;
        font-weight: bold;
        text-decoration: underline;
        color: #172934;
    }

.ToUpper {
    text-transform: uppercase;
}

.Center {
    margin: 0 auto !important;
}

.Text-center {
    text-align: center;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.FormatRadioButtonList label {
    margin-right: 15px;
}
/*****************************************************************Letras *********************************/
.LetrasErrores {
    color: #DB0023;
    font-size: 8pt;
    font-weight: bold;
}



.LetraMedianaNegrita {
    color: Black;
    font-size: 12pt;
    font-weight: bold;
}

.LetraBigBigBold {
    color: Black;
    font-size: 40pt;
    font-weight: bold;
}
.LetraBigBold {
    color: Black;
    font-size: 10pt;
    font-weight: bold;
}

.LetraDeclaracionNegrita {
    color: White;
    font-size: 13pt;
    font-weight: bold;
}

.LetraPequeñaAzul {
    color: #003A70;
    font-size: 9pt;
    font-weight: bold;
}

.LetraPequeñaBlanca {
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
}

.LetraPJF {
    color: #A9A9A9;
    font-family: Cambria;
    font-size: 36pt;
    font-variant: normal;
}

.LetraPJFNormal {
    color: #A9A9A9;
    font-family: Cambria;
    font-size: 8pt;
    font-variant: normal;
    text-align: justify;
}

.LetraSistema {
    font-size: 11pt;
    font-weight: bold;
    text-shadow: #666666 3px 3px 3px;
}

.LetraTitulosNegritaPequeña {
    color: Black;
    font-size: 8pt;
    font-weight: bold;
}

.LetraTitulosBlancaPequeña {
    color: White;
    font-size: 9pt;
    font-weight: initial;
}

.LetraNormal {
    color: Black;
    font-size: 8pt;
}

.LetraMayusculaNormal {
    color: #003A70;
    font-size: 8pt;
    text-transform: uppercase;
}
.LetraMayusculaNormalNoPublic {
    color: #003A70;
    font-size: 8pt;
    text-transform: uppercase;
    background: #D7E2EE;
    border-style: inset;
    border-width: 1px;
}


.LetraTitulosRubros {
    color: White;
    font-size: 9pt;
    font-weight: bold;
}

.LetraTitulosRubrosISR {
    color: White;
    font-size: 7pt;
    font-weight: bold;
}

.LetraTitulosDatos {
    color: #172934;
    font-size: 7pt;
    font-weight: bold;

}

.LetraTitulosDatosNoPublicos {
    color: #172934;
    font-size: 7pt;
    font-weight: bold;
    background: mediumseagreen;
}



.LetraTitulosDatosPequeña {
    color: #172934;
    font-size: 6pt;
    font-weight: bold;
}

.LetraMedianaNormal {
    color: Black;
    font-size: 9pt;
}

.LetraTituloNombre {
    font-size: 14pt;
    font-weight: bold;
    text-transform: capitalize;
}

.LetraValidaciones {
    font-size: 8pt;
    color: #DB0023;
}

.LetraSUMA {
    font-size: 10pt;
    color: #CC3232;
    font-weight: bold;
}

.LetraSinDatos {
    font-size: 8pt;
    color: #172934;
    font-weight: bold;
}

.LetraGWF {
    font-family: 'Stint Ultra Condensed', cursive;
    font-size: 36px;
}

.LetraGWFNormal {
    font-family: 'Stint Ultra Condensed', cursive;
    font-size: 12px;
}

.LetraDivsEnlace {
    color: #9A8B7D;
    font-family: Cambria;
    font-size: 13pt;
    font-variant: normal;
}

.LetraDivsEnlaceSmall {
    color: white;
    font-family: Cambria;
    font-size: 10pt;
    font-variant: normal;
}

.LetraDivsEnlaceSmallGriscalido {
    color: #9A8B7D;
    font-family: Cambria;
    font-size: 10pt;
    font-variant: normal;
}

/***************************************************Botones*****************************************/
.Botones {
    color: Black;
    font-size: 8pt;
    font-weight: bold;
}

    .Botones:hover {
        background-color: #172934;
        color: White;
        text-decoration: underline;
    }

.BotonMejorado {
    color: white;
    background-color: #003A70;
    border: 1px solid;
    border-color: black;
}

    .BotonMejorado:hover {
        cursor: pointer;
    }

/***************************************************Grid*********************************************/
.FGrid {
    width: 100%;
    background-color: White;
    margin: 5px 0 10px 0;
    border: solid 1px #BFB6AD;
    border-collapse: collapse;
    font-size: 7.5pt;
}

    .FGrid td {
        padding: 2px;
        border: none;
        color: #003A70;
        text-transform: uppercase;
    }

    .FGrid th {
        padding: 4px 2px;
        color: #fff;
        background-color: #003A70;
        border-left: solid 1px #BFB6AD;
        font-weight: initial;
        text-transform: uppercase;
    }

    .FGrid tr.blanco {
        background-color: White;
    }

.FooterStyle {
    color: White;
    text-align: left;
}

.FGrid .alt {
    background-color: #BFB6AD;
}


.FGrid .ED {
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
}

.GridCuadre {
    background-color: White;
    height: 300px;
    width: 100%;
}

    .GridCuadre td {
        padding: 2px;
        border-style: none;
    }

.blanquito {
    background-color: White;
}

.grisecito {
    background-color: Gray;
    color: Gray;
}

.RenglonGrisCalido {
    background-color: #BFB6AD;
}

.RenglonPantone {
    background-color: #7DA1C4;
}

.RenglonGrisOxford {
    background-color: #172934;
}

.RenglonMorado {
    background-color: #003A70
}

.EncabezadoFgrid {
    color: #fff;
    background-color: #003A70;
    border-left: solid 1px #525252;
    font-weight: bold;
}

.Test {
    font-size: 9pt;
    font-family: 'PT Sans', sans-serif;
    text-decoration: underline;
    font-weight: bold;
    color: Black;
}

.modalBackground {
    background-color: #172934;
    filter: alpha(opacity=80);
    opacity: 0.8;
}


/************************************************Divs*******************************************/

.Divsconborde {
    border: 1px;
    border-style: solid;
    border-radius: 15px;
    box-shadow: 10px 10px 5px #888;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
}

.rounded-corners {
    -ms-border-radius-topleft: 10px;
    -ms-border-radius-topright: 10px;
    -ms-border-radius-bottomleft: 10px;
    -ms-border-radius-bottomright: 10px;
}

.DivsconbordeGris {
    border: 1px;
    border-style: solid;
    border-color: #BFB6AD;
}

.DivOculto {
    display: none;
}

.DivMenu {
    width: 250px;
    height: 150px;
    background-color: #BFB6AD;
}

    .DivMenu:hover {
        background-color: #9A8B7D;
    }

.DivMenuOp {
    width: 250px;
    height: 150px;
    border: 2px solid #BFB6AD;
    background-color: White;
}

    .DivMenuOp:hover {
        border: 3px solid #9A8B7D;
        font-weight: bold;
    }

.Divsconborde2Gris {
    border: 2px solid #BFB6AD;
    width: 98%;
    margin-left: 5pt;
    margin-top: 5pt;
}

/***********************************************************Mensajes****************************/
.TablaMensaje {
    background-color: White;
    width: 100%;
    height: 100%;
}

    .TablaMensaje th {
        background-color: #003A70;
        /*color:White; */
    }

.TablaSinDatos {
    background-color: White;
    width: 100%;
}

    .TablaSinDatos th {
        background-color: #003A70;
    }


/*******************************************TextBox*********************************/
.CajaUppercaseBold {
    font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
}

.Jcaja {
    font-style: italic;
}

.CajaBordeInset {
    border-style: inset;
    border-width: 1px;
}

.CajaconBorde {
    border: 1px solid #696969;
}

.ColorNoPublic {
    background: #D7E2EE;
}
/*******************************************BORDES*********************************/
.BordeTD {
    text-align: center;
    border-bottom: maroon thin solid;
    border-left: maroon thin solid;
    background-color: white;
}

/*********************************************Tablas*****************************/
.TablaBaseDatos {
    color: maroon;
    font-size: 8pt;
}

.TablaBordeGris {
    border-bottom: #BFB6AD thin solid;
    border-left: #BFB6AD thin solid;
    border-right: #BFB6AD thin solid;
    border-top: #BFB6AD thin solid;
}


/*********************************************Imagenes***************************/
.ImagenesMensajes {
    width: 40px;
    height: 40px;
    display: none;
}

/*******************************************Menu*****************************************/
.Menu {
    background-color: #BFB6AD;
    font-size: 8pt;
}

.MenuHover {
    color: Black;
    /* background:transparent url(images/blueslate_backgroundOVER.gif) no-repeat topcenter;*/
}

.MenuPrincipal {
    height: 30px;
    background-color: #003A70;
}

/**********************************************Rowstable ************************************/

.Renglon30Down {
    height: 30px;
    vertical-align: bottom;
}



/***********************************************Watermark *********************************/
.watermarked {
    color: #808080; /* #D3D3D3; */
    font-style: italic;
}





/**********************************************Sliders**************************************/
#container {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

#frame {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 900px;
    top: -3px;
    left: -10px;
}

#example {
    width: 100%;
    height: 900px;
    position: relative;
}

/*
	Slideshow style
*/

#slides {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
    width: 100%;
    height: 900px;
    overflow: hidden;
    position: relative;
    display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
    padding: 10px;
    width: 850px;
    height: 870px;
    display: block;
    border: 2px solid #BFB6AD;
}

/*
	Next/prev buttons
*/
#slides .next, #slides .prev {
    position: absolute;
    top: 300px;
    left: -28px;
    width: 24px;
    height: 43px;
    display: block;
    z-index: 101;
}

#slides .next {
    left: 870px;
}

/*
	Pagination
*/

.pagination {
    margin: 26px auto 0;
    width: 100px;
}

    .pagination li {
        float: left;
        margin: 0 1px;
        list-style: none;
    }

        .pagination li a {
            display: block;
            width: 9px;
            height: 0;
            padding-top: 12px;
            /*background-image:url(../Images/pagination.png);*/
            background-position: 0 0;
            float: left;
            overflow: hidden;
        }

        .pagination li.current a {
            background-position: 0 -12px;
        }

/*
	Footer
*/

#footer {
    text-align: center;
    width: 580px;
    margin-top: 9px;
    padding: 4.5px 0 18px;
    border-top: 1px solid #dfdfdf;
}

    #footer p {
        margin: 4.5px 0;
        font-size: 1.0em;
    }

/*
	Type and anchors
*/


/************************************************Panels*************************************/
.PanelMenuHover {
    /*background-color: White;*/
    background: #E6E6E6;
    border: 3px solid #BFB6AD;
    width: 170px;
    padding-bottom: 20px;
    text-align: left;
    display: block;
    /* margin-left: 10px;*/
}


/***************************************************Links*********************************/
.LinkPopup {
    color: #9A8B7D;
    font-size: 7pt;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

    .LinkPopup:hover {
        text-decoration: underline;
        color: #172934;
    }

.radioButtonList label {
    display: inline;
}

.hiddencol {
    display: none;
}

/*MENU*/
.primaryStaticMenu {
    background-color: #C0C0C0;
    float: left;
    margin-left: 5px !important;
    font-weight: initial;
    font-size: 10pt;
}


.primaryStaticMenuItem {
    width: 10em;
    background-color: #003A70;
    border-width: 1px;
    border-color: #003A70;
    border-style: solid;
    color: #FFFFFF !important;
    font-weight: initial;
    padding: 0.5em 0 0.5em 0.5em;
}

.primaryStaticHover {
    color: #000000;
    background: #C0C0C0;
}

.primaryDynamicMenu {
    background-color: #003A70;
    border-bottom: solid 1px #ccc;
}

.primaryDynamicMenuItem {
    width: 300px;
    background-color: #003A70;
    color: #FFFFFF !important;
    padding: 0.5em 0 0.5em 0.5em;
    border-width: 1px;
    /*font-weight: bold;*/
    border-color: #003A70;
    border-style: solid;
}

.primaryDynamicHover {
    color: #000000;
    background: #C0C0C0;
}

.secondaryLevelOne {
    background-color: transparent;
    background-repeat: repeat-x;
    margin: 1.5em 0 0 0;
    padding: 5px 0 0 5px;
    width: 200px;
    height: 35px;
}

.secondaryLevelTwo {
    background: #FAFBFB;
    padding: 5px 0 5px 5px;
}

.secondaryStaticHover {
    color: #000000;
    background: #C0C0C0;
    width: 200px;
}

.secondaryDynamicMenuItem {
    width: 10em;
    background-color: #f7f2ea;
    color: #111111; /*#777;*/
    padding: 0.5em 0 0.5em 0.5em;
    border-width: 1px;
    font-weight: bold;
    border-color: #003A70;
    border-style: solid;
}

/* Modificación a estilos*/
input[type="text"], select {
    display: block;
    width: 100%;
    height: 22px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="text"], select {
    font-size: 9pt !important;
}

.BotonMejorado {
    font-size: 9pt !important;
    height: auto !important;
}


.BotonMejorado {
    background-color: #003A70;
    color: white;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.LetraDeclaracionNegrita {
    color: #003A70;
    font-size: 13pt;
    font-weight: initial;
}

.LetraTitulosRubros {
    font-weight: 400;
}

.master-user {
    padding: 5px;
}

.master-close {
    text-align: right;
    padding: 5px;
}

    .master-close a {
        color: black;
    }

.master-fecha {
    padding: 5px;
}

.btn-menu {
    color: #fff;
    background-color: #003A70;
    border-color: #003A70;
    padding: 2px;
}

    .btn-menu:hover {
        color: #fff;
        background-color: #150843;
        border-color: #150843;
    }

table {
    border-collapse: separate;
}

.LetraTitulosRubros {
    color: #003A70;
    font-weight: bold;
}

.PanelMenuHover {
    /* background-color: White;*/
    /*  border: 1px dashed #BFB6AD;*/
    background: #E6E6E6;
    border: 1px solid #BFB6AD;
    width: 170px;
    padding: 4px;
    text-align: left;
    display: block;
    /* margin-left: 10px;*/
    max-height: 500px;
    overflow: auto;
}

.LinkPopup {
    color: #003A70;
    font-size: 7pt;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

    .LinkPopup:hover {
        text-decoration: underline;
        color: #172934;
    }

.LinkPopup_Selected {
    text-decoration: overline;
    color: #BFB6AD;
}