﻿

html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

input[type="text"]:disabled,select:disabled{
    color:black;
    background-color:white;
    opacity:0.9
}

#tableheader {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
    padding: 0;
    margin: 0
}

    .menu_hamburger {
    float: left;
    background-color: var(--colorCA);
    left: 0;
    top: 0;
    height: 20px;
    width: 30px;
    
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:white
}

    .menu_hamburger.is-active {
        background-color: none;
    }

._layer {
    background: var(--colorFont2);
    margin-bottom: 4px;
    border-radius: 2px;
    width: 28px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}


#td_logo {
    width: 20%;
    vertical-align: middle;
}

#td_resto {
    width: 60%;
    vertical-align: middle;
}

#td_signo {
    width: 10%;
    vertical-align: middle;
}

#td_menu {
    width: 10%;
    vertical-align: middle;
}

header {
    width: 100%;
    height: var(--headerHeight);
    background-color: var(--colorCA);
    color: var(--colorFont1);
}



#dvbodyMain {
    height: calc(100% - 75px);
    margin: 0 auto;
    
}

#dvbody {
    height: calc(100% - 0px);
    margin: 0 auto;
    color:White !important
}

 .bg {
    background: round;
    background-image: url(images/background.jpg);
}

.box {
    text-align: center;
    margin: 0 auto;
    background-color: var(--colorCA);
    opacity: 0.8
}

.ajax__tab_header{
	color:black
}


.ajax__tab_xp .ajax__tab_body {
   
  background-color: transparent !important;
border-style: none !important;
}

.textcolor{
	color:White
}

.textcolor2{
	color:black
}

#dvfooter {
    height: 25px;
    background-color: var(--colorCA);
}

header {
    width: 100%;
    background: var(--colorCA);
    font-weight: lighter;
   
}

    header nav {
        margin: 0px 0px;
        z-index: 10;
        float: right;
        padding: 0px;
        background-color: var(--colorCA);
        height:100%;
    }

.menu_bar {
    display: none;
}

header nav ul {
    overflow: hidden;
    list-style: none;
    margin: 0px;
    float: right;
    padding: 0px;
    height: 100%;
 
}


header nav ul li {
    float: left;
    display: block;
    position: relative;
    float: left;
    height: 100%;
    padding: 0;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    /*padding-top:10px*/
}

    header nav ul li a {
        color: var(--colorFont2);
        padding: 5px;
         
        display: block;
        text-decoration: none;
        font-weight: bold;
      
    }

        header nav ul li span {
            margin-right: 10px;
        }

    header nav ul li a:hover {
        background: var(--backhover);
    }


.imglogo {
    height: 100%;
    width:100%;
}



#dvfooter{
    color: var(--colorFont1);
}

    #dvfooter table a, #dvfooter table span {
        color: var(--colorFont2);
        font-size: 80%;
        text-decoration: none;
        font-weight: bold
    }
        #dvfooter a div {
        color: var(--colorFont2);
        display: inline;
        font-size: 80%;
        font-weight:bold
    }
  

#headsubmenu {    
    max-height: 88%
}

.contenedor {
    height: 80%;
    width: 100%
}

#tablecont {
    height: 100%;
    width: 100%
}

.modalBackground {
    background-color: #333333;
    filter: alpha(opacity=40);
    opacity: 0.7;
}

.modalPopup {
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: #CCCCCC;
    padding: 1px;
    width: 300px;
    Height: 200px;
}

.alignright {
    text-align: right
}

.modalpop {
    display: none;
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    background-color: black;
    color: White;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    z-index: 999;
    height: 50%;
}

.modalback {
    background-color: #333333;
    filter: alpha(opacity=40);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    top: 0px;
    position: absolute;
    z-index: 900;
    display: none
}


#foot_td_producto {
    width:28%
}

#foot_td_version {
    width: 20%
}

f#oot_td_usuario {
    width: 40%
}

#foot_td_privacidad {
    width: 5%
}

#foot_td_uso {
    width: 3%
}

#foot_td_facebook {
    width: 2%
}

#foot_td_qr {
    width: 2%
}
  
@media screen and (max-width:1060px ) {
    header nav {
        width: 25%;
        height: 76%;
        right: -100%;
        margin: 0;
        position: fixed;
        z-index: 20;
        top: 11%;
    }

        header nav ul {
            float: none;
        }

            header nav ul li {
                display: block;
                float: none;
                border-bottom: 1px solid rgba(255,255,255, .3);
            }


                header nav ul li a {
                    color: black;
                    padding: 16px 7px;
                    display: block;
                    text-decoration: none;
                    font-size: 19px;
                    font-weight: bold;
                }




    #foot_td_producto {
        width: 0%;
        display:none;
    }

    #foot_td_version {
        width: 0%;
        display: none;
    }

    f#oot_td_usuario {
        width: 88%
    }

    #foot_td_privacidad {
        width: 5%
    }

    #foot_td_uso {
        width: 3%
    }

    #foot_td_facebook {
        width: 2%
    }

    #foot_td_qr {
        width: 2%
    }
     
}

@media screen and (max-width:600px ) {

    
    .imgciudad {
       
        display: none
    }

    .imgmenu {
        width: 10%;
        height: 100%;
        background-color: White
    }



    header nav {
        width: 50%
    }

    
}


@media screen and (max-width:325px ) {  
    .imglogo {
        height: 100%
    }

    #foot_td_privacidad {
        width: 0%;
        display:none
    }

    #foot_td_uso {
        width: 0%;
        display: none
    }

    #foot_td_facebook {
        width: 0%;
        display: none
    }

    #foot_td_qr {
        width: 0%;
        display: none
    }
}

#dvtitulo {
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
    width: 5%;
    margin: 0 auto;
    color:white
}


