@charset "UTF-8";
/*Personalizaci�n CSS del Sitio*/
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: center;
}

body {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.div-with-bg {
    background: url('C:\SGE_Apligestion_Web\SGE_Apligestion_Web\wwwroot\icons\LogoEmpresa.jpg');
    background-color: orange;
}

button {
    background-color: lightgray;
    border-color: transparent;
}

    button:hover {
        background-color: lightsteelblue;
        border-color: transparent;
    }

.button-link-linea {
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}

    .button-link-linea:hover {
        color: blue;
        background-color: lightgray;
        text-decoration: underline;
    }

    .button-link-linea:disabled, .btn-link.disabled {
        color: #6c757d;
    }

.btn-menu {
    color: black;
    background-color: transparent;
    border-color: transparent;
}

    .btn-menu:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: transparent;
    }

    .btn-menu:disabled, .btn-menu.disabled {
        color: #6c757d;
    }

a {
    color: blue;
    text-decoration: underline;
}

.a-link-linea {
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
}

    .a-link-linea:hover {
        color: blue;
        background-color: lightgray;
        text-decoration: underline;
    }

table {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    position: center;
}

.table-ficha {
    border: 1px solid;
    border-color:green;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    position: center;

}

th {
    text-align: center;
    padding: 1px 4px 4px 1px;
    background-color: lightgrey;
}

.th-contenido-ficha {
    border: 1px solid;
    border-color: green;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}


td {
    text-align: center;
    align-content: center;
    vertical-align: middle;
}

.td-contenido-ficha {
    border: 1px solid;
    border-color: green;
    text-align: center;
    align-content: center;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.containerImagenReferenciaID {
    max-width: 300px;
    max-height: 600px;
    background-color: transparent;
    display: flex;
    justify-content: center;
}

    .containerImagenReferenciaID img {
        margin: auto;
        display: flex;
        width: 300px;
        height: 600px;
        max-width: 300px;
        max-height: 600px;
        min-width: 200px;
        min-height: 400px;
    }
