﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 7px #000;
    color: #333;
    font-size: .85em;
    /*    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;

*/
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrappercar {
    margin: 0 auto;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 10px; /*espacio debajo la imagen de banner*/
}

.main-content {
    background: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;  /*ENCABEZADO DEBAJO DEL COLOR CELESTE*/ 
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 17px; /*espcio de encabezado antes de la imagen logo*/
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
/*    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
*/    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 7px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }





/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
    
        color: #3e5667;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
   /* font-family: inherit;*/
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 50px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
       
    }

    .content-wrapper2 {
        padding-right: 0px;
        padding-left: 0px;
    }



/*aquiiiiiii*/
    .featured .content-wrapper {
        padding: 0px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }



    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */





/* Estilos para el menú */
.menu {
    background-color: #f0f0f0; /* Color de fondo del menú */
    padding: 10px;
}

.menu ul {
    list-style-type: none;
    padding: 0;
}

.menu ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.menu ul li a {
    color: #333; /* Color del texto del enlace */
    text-decoration: none;
    font-size: 16px; /* Tamaño de fuente del texto del enlace */
    padding: 5px 10px; /* Espaciado interno del enlace */
    background-color: #f0f0f0; /* Color de fondo del enlace */
    border-radius: 5px; /* Bordes redondeados */
    transition: background-color 0.2s; /* Transición suave de color de fondo */
}

.menu ul li a:hover {
    background-color: #ddd; /* Color de fondo al pasar el cursor sobre el enlace */
}

/* Estilos para los submenús */
.submenu-parent:hover .submenu {
    display: block;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #f0f0f0; /* Color de fondo del submenú */
    top: 100%;
    left: 0;
    padding: 5px 0;
    border-radius: 5px; /* Bordes redondeados */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Sombra */
}

.submenu li {
    display: block;
}

.submenu li a {
    color: #333;
    text-decoration: none;
    padding: 5px 15px;
    display: block;
}

.submenu li a:hover {
    background-color: #ddd; /* Color de fondo al pasar el cursor sobre el enlace del submenú */
}




/* Estilos generales del GridView */
/*.gridview-container {
    width: 100%;
    overflow-x: auto;*/ /* Permite desplazamiento horizontal en pantallas pequeñas */
/*}

.gridview {
    width: 100%;
    border-collapse: collapse;
}

    .gridview th, .gridview td {
        padding: 8px;
        text-align: left;
    }*/

/* Estilos específicos para pantallas pequeñas */
/*@media (max-width: 767px) {
    .gridview th, .gridview td {
        display: block;
        text-align: center;
    }

    .gridview th {
        background-color: #333;
        color: white;
    }

    .gridview tr {
        border-bottom: 1px solid #ddd;
    }
}*/




.custom-textbox {
    /*margin-top: 1px;*/ /* Margen superior de 10px */
    /*margin-right: 20px;*/ /* Margen derecho de 20px */
    /*margin-bottom: 1px;*/ /* Margen inferior de 10px */
    /*margin-left: 20px;*/ /* Margen izquierdo de 20px */
    padding: 5px; /* Espacio interno dentro del cuadro de texto */
    border: 1px solid #ccc; /* Borde para el cuadro de texto */
    border-radius: 5px; /* Bordes redondeados */
    width: 150px; /* Ancho del cuadro de texto */
}
.custom-textboxGrande {
    /*margin-top: 1px;*/ /* Margen superior de 10px */
    /*margin-right: 20px;*/ /* Margen derecho de 20px */
    /*margin-bottom: 1px;*/ /* Margen inferior de 10px */
    /*margin-left: 20px;*/ /* Margen izquierdo de 20px */
    padding: 5px; /* Espacio interno dentro del cuadro de texto */
    border: 1px solid #ccc; /* Borde para el cuadro de texto */
    border-radius: 5px; /* Bordes redondeados */
    width: 300px; /* Ancho del cuadro de texto */
}

.custom-imagebox {
    margin-top: 1px; /* Margen superior de 10px */
    margin-right: 20px; /* Margen derecho de 20px */
    margin-bottom: 1px; /* Margen inferior de 10px */
    margin-left: 1px; /* Margen izquierdo de 20px */
    padding: 1px; /* Espacio interno dentro del cuadro de texto */
    border: 1px solid #ccc; /* Borde para el cuadro de texto */
    border-radius: 5px; /* Bordes redondeados */
   
}

/*para gridview*/
.filaSeleccionada {
    background-color: #AED6F1; /* Cambia el color de fondo según tu preferencia */
}


.custom-table {
    margin-top: 20px; /* Margen superior de 10px */
    margin-right: 20px; /* Margen derecho de 20px */
    margin-bottom: 20px; /* Margen inferior de 10px */
    margin-left: 200px; /* Margen izquierdo de 20px */
    padding: 5px; /* Espacio interno dentro del cuadro de texto */
    border: 1px solid #ccc; /* Borde para el cuadro de texto */
    border-radius: 5px; /* Bordes redondeados */
    width: 250px; /* Ancho del cuadro de texto */
}



/*para ventanas de dialogo*/
.modalPopuppp {
    /*width: 400px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;*/
    /*otro mas*/
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}


.dialogoStyle {
    background-color: #fff;
    /*width: 400px;*/
    height: 80%;
    overflow-y: auto; /* Permite desplazamiento vertical si el contenido es más grande que la ventana de diálogo 
    position: absolute;*/

}




/*para el contorno del dialogo */
.modalBackground {
    /*position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);*/
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.CajaDialogo {
    /*position: fixed;
    font-family: arial;
    font-size: 1em;
    border: 0.1em solid grey;
    overflow: auto;
    background-color: #fff;*/
    /*position: fixed;
    font-family: arial;
    font-size: 1em;
    border: 0.1em solid grey;
    overflow: auto;
    background-color: #fff;
    width: 70%;
    height: 80%;
    padding: 30px;*/



    position: center;
    /*font-family: arial;*/
    font-size: 1em;
    /*border: 0.05em solid black;*/
    overflow: auto;
    background-color: #fff;
}
.CajaDialogoCarlos {
    /*position: fixed;
    font-family: arial;
    font-size: 1em;
    border: 0.1em solid grey;
    overflow: auto;
    background-color: #fff;*/
    position: center;
    /*font-family: arial;*/
    font-size: 1em;
    border: 0.1em solid grey;
    overflow: auto;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 1px; /* Ajusta el padding según tu preferencia */
}
.style1 {
    width: 100%;
    border: 1px dotted #000000;
}


.tablasinestilo{}


/* Estilos para la tabla */
.tabla {
    width: 100%;
    border-collapse: collapse;
    
}

    /* Estilos para las celdas de encabezado */
    .tabla th {
        border: 1px solid #ddd;
        padding: 2px;
        text-align: center;
        background-color: #f2f2f2;
    }

    /* Estilos para las celdas de datos */
    .tabla td {
        padding: 2px;
        text-align: right;
    }

    /* Estilo alternativo para filas (para mejorar la legibilidad) */
    .tabla tr:nth-child(even) {
        background-color: #f9f9f9;
    }

/* Estilos para hacer la tabla responsive */
@media (max-width: 400px) {
    .tabla, .tabla th, .tabla td {
        width: 100vw;
        display: block;
        text-align: center;
    }

        .tabla tr {
            border: 1px solid #d3dce0; /* Añadir un borde a cada fila */
            margin-bottom: 2px; /* Espaciado entre filas */

        }

        .tabla th, .tabla td {
            width: 100%;
            box-sizing: border-box;
        }
}

/*.inline-container {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}*/





/*.clasedopdownlist {*/
   /*  width: calc(100% - 60px);  Toma el 100% del ancho del contenedor menos 60px (30px de margen a la derecha y 30px de margen a la izquierda) 
    max-width: 800px;  Establece el ancho máximo para evitar que el control se haga demasiado pequeño en pantallas pequeñas 
   

   */
            /*right: 0;

    Width:40%;
    background-color: white;
    border: 1px solid #ccc;
    color: #000;
    margin-left:15px;
    margin-right:15px;
    
    
}

    .clasedopdownlist:hover {
        background-color: rgba(255, 255, 255, 0.7);  Fondo semi-transparente al pasar el mouse 
        border-color: #999;  Cambia el color del borde al pasar el mouse 
        color: #333;  Cambia el color del texto al pasar el mouse 
    }
@media screen and (max-width: 768px) {
    .clasedopdownlist {
        min-width: 400px;  Cambia el ancho máximo para pantallas pequeñas 
    }
}*/
















.clasedopdownlistpequenio {
    /*width: calc(100% - 60px);*/ /* Toma el 100% del ancho del contenedor menos 60px (30px de margen a la derecha y 30px de margen a la izquierda) */
    /*max-width: 800px;*/ /* Establece el ancho máximo para evitar que el control se haga demasiado pequeño en pantallas pequeñas */



    right: 0;
    Width: 40%;
    background-color: white;
    border: 1px solid #ccc;
    color: #000;
    margin-left: 0px;
    margin-right: 15px;


    border-radius: 6px; /* Bordes redondeados */
    padding: 6px 10px; /* Espaciado interno */
    font-size: 14px;
    color: #111; /* Texto visible */
    outline: none; /* Quitar borde al enfocar */
    /*appearance: none;*/ /* Quitar estilo nativo */
}

    .clasedopdownlistpequenio:hover {
        background-color: rgba(255, 255, 255, 0.7); /* Fondo semi-transparente al pasar el mouse */
        border-color: #999; /* Cambia el color del borde al pasar el mouse */
        color: #333; /* Cambia el color del texto al pasar el mouse */
    }

@media screen and (max-width: 768px) {
    .clasedopdownlistpequenio {
        min-width: 100px; /* Cambia el ancho máximo para pantallas pequeñas */
    }
}



/*PRA DOWNLIST SIN BORDES*/
.clasedopdownlistsinbordes {
    right: 0;
    /*Width: 80%;*/
    background-color: white;
    border: 1px solid #ccc;
    color: #000;
    margin-left: 0px;
    margin-right: 0px;
    height: 30px; /* Altura fija */
    /*line-height: 40px;*/ /* Centra vertical el texto si es input o select */

    border-radius: 6px; /* Bordes redondeados */
    padding: 6px 10px; /* Espaciado interno */
    font-size: 14px;
    color: #111; /* Texto visible */
    outline: none; /* Quitar borde al enfocar */
    /*appearance: none;*/ /* Quitar estilo nativo */
}

    .clasedopdownlistsinbordes:hover {
        background-color: rgba(255, 255, 255, 0.7); /* Fondo semi-transparente al pasar el mouse */
        border-color: #999; /* Cambia el color del borde al pasar el mouse */
        color: #333; /* Cambia el color del texto al pasar el mouse */
    }

@media screen and (max-width: 768px) {
    .clasedopdownlistsinbordes {
        min-width: 100px; /* Cambia el ancho máximo para pantallas pequeñas */
    }
}







.custom-image-buttonCarlos {
    /*margin-top:10px;*/
    margin-left:1px;
    background-color: transparent; /* Fondo transparente */
    border: none; /* Sin bordes */
    padding: 0; /* Sin relleno extra */
    display: inline-block; /* Alineación inline */
    cursor: pointer; /* Cursor de puntero al pasar por encima */
}

    .custom-image-buttonCarlos img {
        display: block; /* Asegura que la imagen se muestre correctamente */
        width: auto; /* Mantiene el ancho original de la imagen */
        height: auto; /* Mantiene la altura original de la imagen */
    }



   .temaNegro{

       color:black;
   }





.temaBlanco {
    color: white;
    margin-left: 1px;
    margin-top: 1px;
    text-shadow: 0 0 8px gray; /* brillo gris alrededor */
}




   /*desde aqui caluca*/

/* input-group styles */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

        .input-group .form-control:last-child,
        .input-group-addon:last-child,
        .input-group-btn:last-child > .btn,
        .input-group-btn:last-child > .btn-group > .btn,
        .input-group-btn:last-child > .dropdown-toggle,
        .input-group-btn:first-child > .btn:not(:first-child),
        .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
        }

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}


/* bootstrap-datepicker styles */
.input-group.date {
    display: table;
}

    .input-group.date .input-group-addon {
        cursor: pointer;
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

        .input-group.date .input-group-addon i {
            display: inline-block;
            width: 18px;
            height: 18px;
            line-height: 18px;
        }

.datepicker {
    padding: 4px;
    border-radius: 4px;
    direction: ltr;
}

    .datepicker table {
        margin: 0;
        user-select: none;
    }

    .datepicker td,
    .datepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        border: none;
    }

    .datepicker td {
        font-size: 12px;
    }

        .datepicker td.day:hover,
        .datepicker td.day.focused {
            background: #eee;
            cursor: pointer;
        }

        .datepicker td.old,
        .datepicker td.new {
            color: #999;
        }

        .datepicker td.today {
            background-color: #f0f0f0;
            border-color: #c6c6c6;
        }

            .datepicker td.today:hover {
                background-color: #e0e0e0;
                border-color: #b5b5b5;
            }

            .datepicker td.today.active {
                background-color: #ebebeb;
                border-color: #adadad;
            }

        .datepicker td.selected,
        .datepicker td.selected:hover,
        .datepicker td.selected:focus,
        .datepicker td.selected.active {
            background-color: #337ab7;
            color: #fff;
            border-color: #285e8e;
            box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.1);
        }

    .datepicker th {
        white-space: nowrap;
        font-weight: bold;
        padding: 5px;
        border-radius: 4px;
    }

        .datepicker th.dow {
            width: 100px;
            height: 40px;
            line-height: 40px;
        }


/* form-control styles */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

select.form-control {
    height: 34px;
}

select[multiple].form-control {
    height: auto;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

@media (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm,
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
textarea.form-group-sm .form-control {
    height: auto;
}

.input-lg,
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
textarea.form-group-lg .form-control {
    height: auto;
}

/* input-group styles */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child) > .btn,
        .input-group-btn:not(:first-child):not(:last-child) > .btn-group > .btn,
        .input-group-btn:not(:first-child):not(:last-child) > .dropdown-toggle,
        .input-group-btn:first-child > .btn:not(:first-child),
        .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
            border-radius: 0;
        }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

/* date styles */
.input-group.date .form-control {
    background-color: #fff;
    border-radius: 4px;
}

/* glyphicon-calendar styles */
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    /*font-family: 'Glyphicons Halflings';*/
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-calendar:before {
    content: "\e109";
}

/* glyphicon styles */
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    /*font-family: 'Glyphicons Halflings';*/
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-calendar:before {
    content: "\e109";
}


/* Glyphicons */
@font-face {
    /*font-family: 'Glyphicons Halflings';*/
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
   /* font-family: 'Glyphicons Halflings';*/
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-calendar:before {
    content: "\e109";
}

/* Example of other glyphicon */
.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}
/* ... other glyphicon classes ... */




/* Estilos generales para input-group */
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0;
    }

    .input-group .input-group-addon,
    .input-group .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

    .input-group .input-group-addon,
    .input-group .input-group-btn {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle;
    }

    .input-group .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

/* Estilos específicos para input-group-addon */
.input-group-addon {
    min-width: 42px;
}

    .input-group-addon .glyphicon {
        font-size: 14px;
    }

/* Estilos para el contenedor de entrada de fecha específico */
.input-group.date {
    display: table;
}

    .input-group.date .input-group-addon {
        cursor: pointer;
    }




/* styles.css para thema de la pagina */
/* Tema oscuro */
/*.theme-dark {
    --color-fondo: #121212;
    --color-texto: #e8eaed;
    --color-primario: #1f1f1f;
    --color-hover: #333333;
    --color-borde: #444;
}*/

/* Aplicar colores base */
/*body.theme-dark {
    background-color: var(--color-fondo);
    color: var(--color-texto);
}*/

/* Botones ASP.NET */
/*.theme-dark input[type="submit"],
.theme-dark input[type="button"],
.theme-dark .btn {
    background-color: var(--color-primario);
    color: var(--color-texto);
    border: 1px solid var(--color-borde);
    padding: 8px 16px;
    border-radius: 5px;
}

    .theme-dark input[type="submit"]:hover,
    .theme-dark input[type="button"]:hover,
    .theme-dark .btn:hover {
        background-color: var(--color-hover);
    }*/

/* TextBoxes */
/*.theme-dark input[type="text"],
.theme-dark input[type="email"],
.theme-dark input[type="password"],
.theme-dark textarea {
    background-color: var(--color-primario);
    color: var(--color-texto);
    border: 1px solid var(--color-borde);
}*/

/* DropDownList */
/*.theme-dark select {
    background-color: var(--color-primario);
    color: var(--color-texto);
    border: 1px solid var(--color-borde);
}*/



/*PARA SUBMENUS PRINCIPAL*/
.submenu {
    display: none;  /*oculto por defecto */
    padding-left: 20px;  /*indentado para submenú */
    list-style: none;
    position: static;  
    /*IMPORTANTE: no absolute*/ 
    background-color: #535b63;  /*COLOR DEL SUBMENU */
    color: #fff;  /*COLOR DEL SUBMENU */
}

.nav-item.active > .submenu {
    display: block;  muestra el submenu cuando activo 
}



/*PARA FORMATO DEL DATAGREAD VIEW QUE DEPSUES PASARIA A SER CON THEMA */
.formatotabladatos {
    /*background-color: lightblue;*/    /* #C6C6C6;*/
    /*color: black;*/
    /*font-family: Elephant;*/
}
/* Tema Azul */
.tema-azul .formatotabladatos {
    /*background-color: #dbeafe;*/ /* azul suave */
    /*color: #1e3a8a;*/ /* azul fuerte */
    background-color: lightblue; /* #C6C6C6;*/
    color: black;
}

/* Tema Verde */
.tema-verde .formatotabladatos {
    background-color: #d1fae5; /* verde suave */
    color: #065f46; /* verde fuerte */
}

/* Tema Gris */
.tema-gris .formatotabladatos {
    background-color: #f3f4f6; /* gris claro */
    color: #111827; /* gris oscuro */
}

/* Tema Rojo */
.tema-rojo .formatotabladatos {
    background-color: #fee2e2; /* rojo claro */
    color: #991b1b; /* rojo oscuro */
}


/* Tema Nocturno general */
.tema-nocturno {
    background-color: #1e1e1e; /* Fondo general */
    color: #e5e5e5; /* Texto claro */
    transition: all 0.3s ease-in-out;
}

    /* GridView */
    .tema-nocturno .formatotabladatos {
        background-color: #1e1e1e;
        color: #e5e5e5;
        border: 1px solid #333;
    }

    /* Encabezados GridView */
    /*.tema-nocturno th {
        background: linear-gradient(90deg, #0f172a, #1e293b);
        color: #f1f5f9;
        border-bottom: 1px solid #334155;
    }*/

    /* Celdas GridView */
    .tema-nocturno td {
        background-color: #1e1e1e;
        color: #e5e5e5;
        border-bottom: 1px solid #2d2d2d;
    }

    /* Filas GridView modo nocturno */
    .tema-nocturno td {
        background-color: #1e1e1e; /* color base */
        color: #e5e5e5;
        border-bottom: 1px solid #2d2d2d;
    }

    /* Filas alternadas más claras */
    .tema-nocturno tr:nth-child(even) td {
        background-color: #292929; /* ligeramente más claro que el fondo base */
    }

    /* Hover fila */
    .tema-nocturno tr:hover td {
        background-color: #3B3B3B;
    }




    /* Logos */
    .tema-nocturno img {
        /*border: 2px solid #444;*/
    }

    /* TextBox y DropDownList */
    .tema-nocturno input[type="text"],
    .tema-nocturno input[type="number"],
    .tema-nocturno textarea,
    .tema-nocturno select {
        background-color: #2a2a2a;
        color: #e5e5e5;
        border: 1px solid #444;
    }

    /* Botones */
    .tema-nocturno button,
    .tema-nocturno input[type="submit"] {
        background-color: #3b3b3b;
        color: #f1f5f9;
        border: 1px solid #555;
        transition: all 0.2s ease;
    }

        .tema-nocturno button:hover,
        .tema-nocturno input[type="submit"]:hover {
            background-color: #505050;
        }

    /* Scrollbars (opcional para estilo oscuro) */
    .tema-nocturno ::-webkit-scrollbar {
        width: 8px;
    }

    .tema-nocturno ::-webkit-scrollbar-thumb {
        background-color: #555;
        border-radius: 4px;
    }

    .tema-nocturno input[type="date"] {
        background-color: #2a2a2a !important; /* Fondo oscuro */
        color: #e5e5e5 !important; /* Texto claro */
        border: 1px solid #444;
        border-radius: 4px;
        padding: 4px 8px;
    }

        /* Hover/focus */
        .tema-nocturno input[type="date"]:hover,
        .tema-nocturno input[type="date"]:focus {
            background-color: #3b3b3b !important;
            border-color: #666;
            outline: none;
        }


    /* FullCalendar en modo nocturno */
    .tema-nocturno .fc {
        background-color: #1e1e1e; /* fondo principal */
        color: #e5e5e5; /* texto claro */
        border-color: #333;
    }

        .tema-nocturno .fc th {
            background-color: #2a2a2a; /* encabezado oscuro */
            color: #f1f5f9;
            border: 1px solid #444;
        }

    .tema-nocturno .fc-daygrid-day {
        background-color: #1e1e1e;
        border: 1px solid #333;
        color: #e5e5e5;
    }

    .tema-nocturno .fc-daygrid-day-number {
        color: #bbb; /* número de día */
    }

    .tema-nocturno .fc-event {
        background-color: #3b3b3b;
        border: 1px solid #666;
        color: #f1f5f9;
    }

        .tema-nocturno .fc-event:hover {
            background-color: #505050;
        }
    /* Marco exterior del calendario en modo nocturno */
    .tema-nocturno .fc,
    .tema-nocturno .fc-theme-standard,
    .tema-nocturno .fc-view-harness {
        background-color: #1e1e1e; /* mismo color base */
        border: 1px solid #333; /* marco oscuro */
        border-radius: 6px; /* opcional, esquinas redondeadas */
        padding: 8px; /* opcional, un poco de espacio interno */
    }

    /* Contenedor principal del calendario en modo nocturno */
    .tema-nocturno .fc,
    .tema-nocturno .fc-theme-standard,
    .tema-nocturno .fc-view-harness,
    .tema-nocturno .fc-view,
    .tema-nocturno .fc-scroller,
    .tema-nocturno .fc-scrollgrid {
        background-color: #1e1e1e !important;
        border-color: #333 !important;
    }

        /* Evitar que alguna parte quede blanca */
        .tema-nocturno .fc-scrollgrid,
        .tema-nocturno .fc-scrollgrid table {
            background-color: #1e1e1e !important;
        }

    /*PARA LOS OTROS MODALES */
    /* Modal en tema oscuro (solo grises) */
    .tema-nocturno .modal-content {
        background-color: #2b2b2b; /* gris oscuro de fondo */
        color: #e5e5e5; /* texto gris claro */
        border: 1px solid #444; /* borde gris más oscuro */
    }

    .tema-nocturno .modal-header {
        background-color: #1f1f1f; /* aún más oscuro para contraste */
        color: #f0f0f0; /* casi blanco */
        border-bottom: 1px solid #444;
    }

    .tema-nocturno .modal-footer {
        background-color: #1f1f1f;
        border-top: 1px solid #444;
    }

    /* Botón de cerrar (X) */
    .tema-nocturno .modal-header .close {
        color: #e5e5e5;
        opacity: 0.8;
    }

        .tema-nocturno .modal-header .close:hover {
            color: #fff;
            opacity: 1;
        }

   






















/*PARA LAS TABLAS DE INSCRIPCION LAS CLUMNAS UNA DEBAJO DE LA OTRA*/

/* Estilos base: tabla normal */
.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

    .responsive-table th,
    .responsive-table td {
        padding: 10px;
        /*border: 1px solid #ccc;*/
        /*text-align: left;*/
    }


/* Para pantallas normales o grandes */
.columna-izquierda,
.columna-derecha {
    width: 50%;
}

/* Para pantallas pequeñas */
@media (max-width: 768px) {
    .columna-izquierda,
    .columna-derecha {
        width: 100%; /* Que ocupen todo el ancho */
        display: block; /* Ya se convierte en bloque por la clase responsive-table */
    }
}





/*PARA QUE CALENDARIO NO SEA RESPONSIVE ES DECIR SE MUESTRE EN FORMATO CALENDARIO Y NO LINEAS DE DIAS ACIA ABAJO */
.mi-calendario-contenedor {
   
    display: flex;
    flex-wrap: wrap;
}

.mi-calendario-columna-izquierda {
    width: 40%;
    margin-bottom: 10px;
    padding: 10px;
}

.mi-calendario-columna-derecha {
    width: 60%;
    margin-bottom: 10px;
    padding: 10px;
}

/* Responsivo: columnas una debajo de otra */
@media (max-width: 768px) {
    .mi-calendario-columna-izquierda,
    .mi-calendario-columna-derecha {
        width: 100%;
    }
}







/* PARA QUE PARTIDO NO SEA RESPONSIVE, ES DECIR SE MUESTRE EN FORMATO DE PARTIDO Y NO EN LÍNEAS ABAJO */
.mi-partido-contenedor {
    display: flex;
    flex-wrap: wrap;
}

.mi-partido-columna-izquierda {
    width: 50%;
    margin-bottom: 10px;
    padding: 10px;
}

.mi-partido-columna-derecha {
    width: 50%;
    margin-bottom: 10px;
    padding: 10px;
}

/* Responsivo: columnas una debajo de otra */
@media (max-width: 768px) {
    .mi-partido-columna-izquierda,
    .mi-partido-columna-derecha {
        width: 100%;
    }
}







/*/ESTILO PARA NUMERO DE CAMISETA EN PARTIDO QUE SEA CAPITAN/*/
.borde-capitan {
/*color: white;*/ /* texto negro */
    text-shadow: 0 0 12px gold, /* resplandor dorado */
    0 0 14px gold, 0 0 16px gold;
    font-weight: bold; /* opcional para destacar */
}








/*COMBOBOX TRANSPARENTE*/

/* Estilo general del combo */
.transparent-combo {
    background-color: transparent; /* Fondo transparente */
    border: 1px solid rgba(0,0,0,0.2); /* Borde sutil gris */
    border-radius: 6px; /* Bordes redondeados */
    padding: 6px 10px; /* Espaciado interno */
    font-size: 14px;
    color: #111; /* Texto visible */
    outline: none; /* Quitar borde al enfocar */
    appearance: none; /* Quitar estilo nativo */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: border 0.2s ease, box-shadow 0.2s ease;
    /*display: inline-block;*/
    /*margin-left: 2px;*/
    margin-right: 7px;
    /*margin-top: 1px !important;*/
    /*right: 0;*/
    Width: 40%;
    /* 🌟 Sombra sutil */
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

    /* Efecto al pasar el mouse */
    .transparent-combo:hover {
        border-color: rgba(0,0,0,0.35);
    }

    /* Efecto al enfocar */
    .transparent-combo:focus {
        border-color: #2563eb; /* azul sutil */
        box-shadow: 0 0 5px rgba(37,99,235,0.3);
    }

/* Flecha personalizada */
.transparent-combo {
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23666' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 30px; /* espacio para la flecha */
}


@media screen and (max-width: 768px) {
    .transparent-combo {
        min-width: 350px; /* Cambia el ancho máximo para pantallas pequeñas */
    }
}











/*.combo-apilado {
    display: block;*/ /* ocupa línea completa pero podemos alinear */
    /*margin-left: auto;*/ /* empuja hacia la derecha */
    /*width: fit-content;*/ /* que ocupe solo lo necesario */
    /*margin-bottom: 7px;*/ /* separación vertical */
/*}*/



/*PARA EL COMBOBOX DE CAMPEONATO*/
.contenedorDIV {
    display: flex;
    justify-content: flex-start; /* dejamos que el margen haga el resto */
    align-items: flex-start; /* al tope superior */
    flex-wrap: wrap; /* permite que los combos bajen en pantallas pequeñas */
    gap: 10px;
    padding: 20px;
}

.combos {
    display: flex;
    flex-direction: column; /* apila los combos verticalmente */
    margin-left: auto; /* empuja los combos a la derecha del div */
    gap: 5px;
    width: auto; /* ancho según el contenido o según DropDownList */
}

/* Responsive: en pantallas pequeñas, los combos bajan debajo del título */
@media screen and (max-width: 768px) {
    .combos {
        margin-left: 0; /* quita el empuje a la derecha */
        width: 100%; /* ocupan todo el ancho disponible */
    }

        .combos asp\:DropDownList {
            width: 100% !important; /* ancho completo de cada combo */
        }
}






/*.combo-apilado {
    display: flex;*/ /* pone los combos en línea */
    /*flex-direction: column;*/ /* si quieres que estén uno debajo del otro */
    /*position: fixed;*/ /* hace que floten sobre el contenido */
    /*top: 20px;*/ /* distancia desde el borde superior */
    /*right: 20px;*/ /* distancia desde el borde derecho */
    /*gap: 10px;*/ /* espacio entre los combos */
    /*z-index: 999;*/ /* asegura que quede encima de otros elementos */
/*}*/







/*PARA IMPRESIONES DE PANTALLA */

@media print {
    body {
        min-width: 1200px !important; /* Fuerza ancho de escritorio */
    }

    @page {
        size: A4 portrait; /* Papel A4 vertical */
        margin: 10mm; /* Márgenes fijos */
    }
}








/*PARA EL ENCABEZADO */
