﻿
* {
    padding: 0;
    font-family: 'Kanit', sans-serif;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

html, body {
    margin: 0px;
    height: 0%;
    width: 100%;
    font-family: 'Kanit', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

.cabezera {
    background-color: white;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 85px;
}

.TituloL {
    top: 0px;
    width: 70%;
    text-align: center;
    height: 89px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 15%;
    right: 15%;
}

.cabezera2{
    background-color:white;
    height:86px;
}


.logo4 {
    height: 100%;
    width:50%;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

.logo4-2 {
    height: 100%;
    width: 75%;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}
.Menu {
    position: absolute;
    top: 25px;
    right: 1%;
    left: 50%;
}

.linea {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    height: 3px;
    top: 89px;
    background-color: rgba(0, 93, 118, 0.78);
}
.powerbi1 {
    position: absolute;
    top: 0PX;
    width: 100%;
    bottom: 0px;
}


.powerbi2 {
    height: 100%;
    width: 100%;
}

header {
    right: 5%;
    left: 5%;
    height: 60px;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
}

    header ul {
        display: flex;
        list-style: none;
        font-size: 14px;
        border-radius: 10px;
    }

        header ul li a {
            display: block;
            padding: 18px 28px;
            color: rgba(0, 93, 118, 0.78);
            border-radius: 5px;
            text-decoration: none;
        }


        header ul li:hover ul {
            opacity: 1;
            transform: translateX(0)
        }

        header ul li ul li a {
            font-size: 14px;
        }

        header ul li a:hover {
            background-color: rgba(0, 114, 144, 0.97);
            color: white;
        }


.bodyinicio {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1;
    font-family: 'Kanit', sans-serif;
    font-size: 1em;
    background-image: url('/Imagenes/Pagina/Fondo_claro.jpg');
    background-repeat: no-repeat;
}

.bodyinicioP {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -1;
    font-family: 'Kanit', sans-serif;
    font-size: 1em;
    background-color: white;
}




.logo {
    height: 100%;
    left: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    position: absolute;
    top: 0px;
}

#titulo {
    margin: 0 auto;
    left: 1%;
    width: 35%;
    height: 89px;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    position: absolute;
    top: 0px;
}

#Titulo5 {
    margin: 0 auto;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    top: 120px;
    font-size: 50px;
    left: 50%;
}

.imagengaleria {
    width: 100%;
    height: 100%;
}


.titulomenu {
    margin: 0 auto;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    position: absolute;
    height: 100px;
    left: 50%, -192px;
}


.tablaprincipal {
    width: 100%;
    right: 0%;
    left: 0%;
    top: 93px;
    bottom: 0px;
    position: absolute;
    background-color: transparent;
    overflow-x: hidden;
    overflow-y: hidden;
    /*background: #2BC0E4;*/ /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to left, #fcffce, #EAECC6);*/ /* Chrome 10-25, Safari 5.1-6 #EAECC6 */
    /*background: linear-gradient(to left, #fcffce, #EAECC6);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.tablaprincipalP {
    width: 100%;
    right: 0%;
    left: 0%;
    top: 100px;
    bottom: 0px;
    position: absolute;
    background-color: white;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 10px;
}

.tablaprincipal2 {
    width: 98%;
    right: 1%;
    left: 1%;
    top: 100px;
    bottom: 0px;
    position: absolute;
    background-color: white;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 10px;
}

.tablasecundaria {
    top: 0px;
    bottom: 0px;
    width: 100%;
    right: 0%;
    left: 0%;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
}

    .tablasecundaria::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #99e9ff;
        border-radius: 5px;
    }

    .tablasecundaria::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .tablasecundaria::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
    }

.tablasecundariaP {
    top: 0px;
    bottom: 0px;
    width: 100%;
    right: 0%;
    left: 0%;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
}

    .tablasecundariaP::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #99e9ff;
        border-radius: 5px;
    }

    .tablasecundariaP::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    .tablasecundariaP::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
    }

.tabla_division {
    position: absolute;
    right: 5%;
    width: 90%;
    top: 45%;
}

.tablausuario {
    position: absolute;
    top: 0px;
    width: 20%;
    height: 89px;
    left: 0px;
}

.usuariolbl {
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 14px;
    color: darkcyan;
    top: 55px;
}


.Usuariologo {
    top: 10px;
    height: 40px;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 43%;
}

.galeria {
    top: 0px;
    position: absolute;
    width: 100%;
    height: 300px;
}

.bienvenido {
    top: 300px;
    position: absolute;
    width: 100%;
    height: 240px;
    background-color: rgba(0, 93, 118, 0.78);
    text-align: center;
}

.textM {
    text-align: center;
    font-size: 50px;
    top: 50%;
    position: absolute;
    color: white;
}


.SqlDataSource {
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.tablaprincipal2 {
    width: 98%;
    right: 1%;
    left: 1%;
    top: 100px;
    bottom: 0px;
    position: absolute;
    background-color: white;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 10px;
}

#Subtitulo {
    margin: 0 auto;
    top:0px;
    height: 89px;
    left:20%;
    width:80%;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    position: absolute;
    text-align:center;
}

#SubTitulo5 {
    margin: 0 auto;
    top: 0px;
    height: 89px;
    left: 10%;
    width: 80%;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    position: absolute;
    text-align: center;
}


.logo {
    left: 13%;
    height: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    position:absolute;
}

.logo2 {
    left: 9%;
    height: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    position: absolute;
}

.logo3 {
    left: 20%;
    height: 100%;
    font-family: Arial;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    position: absolute;
}

.guardar {
    height: 45px;
    border: none;
    text-align: center;
    background: #2c5367;
    color: #f2f2f2;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 500ms ease;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 176px;
}

    .guardar:hover {
        background: rgba(0,0,0,0);
        color: #2c5367;
        box-shadow: inset 0 0 0 3px #3a7999;
    }

.Limpiar {
    height: 45px;
    border: none;
    text-align: center;
    background: #2c5367;
    color: #f2f2f2;
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 500ms ease;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 196px;
    width: 176px;
}

    .Limpiar:hover {
        background: rgba(0,0,0,0);
        color: #2c5367;
        box-shadow: inset 0 0 0 3px #3a7999;
    }
