<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
    padding-top: 0px;
    padding-bottom: 0px;
}
/*bootstrap modificaciones*/


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}


/* columns of same height styles */
.container-xs-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
}

.row-xs-height {
    display: table-row;
}

.col-xs-height {
    display: table-cell;
    float: none;
}

@media (min-width: 768px) {
    .container-sm-height {
        display: table;
        padding-left: 15px;
        padding-right: 15px;
    }

    .row-sm-height {
        display: table-row;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 992px) {
    .container-md-height {
        display: table;
        padding-left: 0px;
        padding-right: 33px;
    }

    .row-md-height {
        display: table-row;
    }

    .col-md-height {
        display: table-cell;
        float: none;
    }
}

@media (min-width: 1200px) {
    .container-lg-height {
        display: table;
        padding-left: 0px;
        padding-right: 0px;
    }

    .row-lg-height {
        display: table-row;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
    }
}
/* /.columns of same height styles */

/* vertical alignment styles */
.col-top, div.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}
/* /.vertical alignment styles */
/*****/
.tb-celda.col-top {
    vertical-align: top;
}
/*****/
.form-control.form-login-control {
    padding: 6px 12px;
    height: 34px;
}

.form-control.form-control-default {
    padding: 6px 12px;
    height: 34px;
}

.form-control-md {
    width: 280px;
}

.form-control-mini {
    padding: 2px 4px;
    height: 24px;
}

.form-control-checkbox &gt; label {
    margin-bottom: 0;
}

.form-group-mini {
    margin-bottom: 2px;
}

.input-min {
    height: 24px;
    padding: 3px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-min {
    height: 24px;
    line-height: 24px;
}



/* /.bootstrap modificaciones*/
/*********************************************************************************************************************************************/
/* otras**/
.form-control-container {
    padding-bottom: 8px;
}

.date-container input[type="text"] {
    display: inline-block;
}
/***/
/*controles*/

/*/.Controles*/

hr.site-divider {
    height: 4px;
    border: 0;
    box-shadow: inset 0 4px 4px -4px rgba(0,0,0,0.5);
}

.site-vertical-center-outer {
    height: 100%;
    width: 100%;
    display: table;
}

.site-vertical-center-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.site-padding-inicio {
    padding-bottom: 32px;
    padding-top: 32px;
}


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

div.tb-contenedor {
    display: table;
}

div.tb-renglon {
    display: table-row;
}

div.tb-celda {
    display: table-cell;
    vertical-align: middle;
}
/*************************************/
.dynk-panel {
    background-color: #6a8fa3;
}
/*clases para el update progress*/
/* prog  
----------------------------------------------------------*/
.progressSup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
}

    .progressSup .fondoDegradado {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0%;
        left: 0%;
        text-align: center;
        /* background-color: transparent;
    filter: alpha(opacity=70);
    opacity: 0.7;*/
        /*background-color: #F2F2E4;*/
        background-color: #555555;
        filter: alpha(opacity=70);
        opacity: 0.7;
    }

    .progressSup .loader-cont {
        position: relative;
        top: 40%;
        font-size: 14px;
        font-weight: bold;
        line-height: 5px; /*background-color: #DCEDC2;*/
        color: Black;
        height: 100px;
    }

        .progressSup .loader-cont .loader-inner {
            position: relative;
            line-height: 5px; /*background-color: #DCEDC2;*/
            color: Black;
            background-color: white;
            height: 100px;
            width: 200px;
            margin-left: auto;
            margin-right: auto;
            border-radius: 4px;
        }

            .progressSup .loader-cont .loader-inner span {
                position: relative;
                top: 50%;
            }

                .progressSup .loader-cont .loader-inner span.loaderText {
                }

                .progressSup .loader-cont .loader-inner span.loader {
                    background: url("../Content/Images/loader.gif") no-repeat center center;
                }
/* /.clases para el update progress*/
/************************************************************************/
.text-op-nowrap {
    white-space: nowrap;
    text-wrap: none;
}

.text-titulo {
    font-size: 20px;
}

.text-subtitulo {
    font-size: 16px;
}

.text-etiqueta {
    font-size: 12px;
}
/************************************************************************/
/* Centrar Verticalmente Modal*******************************************/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* To center horizontally */
    margin: 0 auto;
}
/* /.Centrar Verticalmente Modal*****************************************/
/* modal para que no se recorra el contenido*/
body.modal-open {
    overflow: inherit;
    padding-right: inherit !important;
}
/* /.modal para que no se recorra el contenido*/
/************************************************************************/
/* botones con imagen****************************************************/
.btn-default-imagen {
    padding: 0px;
}
/* /.botones con imagen****************************************************/

/*color de panel*/
.panel-default-chart {
    background-color: #fcf9f9;
}
/*/.color de panel*/

/*style fileupload*/
.fileinput-button {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
        height: 9px;
        margin-top: 10px;
        width: 200px;
    }
/**/
.input-group-btn-last {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


/*HEADS*/
.head4 {
    font-size: 18px;
}
/*/.HEADS*/

/* contenedor principal dynk*/
.container_site {
    margin-top: 3px;
}
/* /.contenedor principal dynk*/

/*panel panel inner, panel-outer*/
.panel-inner {
    padding: 15px;
}

.panel-outer {
    padding-top: 6px;
}
/*/.panel panel inner*/

/*padding*/
.site-padding6-rl {
    padding:0px 6px;
}
.site-padding22-r {
    padding-right:22px;
}
/*/.padding*/

/*iframe*/
    .iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*/.iframe*/</pre></body></html>