﻿

* {
    margin: 0;
    padding: 0;
  
}

html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

.ajax__tab_xp{
    box-sizing: content-box;
}

header {
    height: var(--headerHeight);
    background-color: var(--colorMain); 
}

header nav {
    margin: 0px 0px;
    z-index: 10;
    float: right;
    padding: 0px;
    width: 55%;
}

#Lnk_logo {
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.imglogo {
    height: 48px
}

.imgvideo {     
    height: 48px
}
 

main {
}

#dvbody {
    font-size:12px
}

#dvbodyMain {
    height: calc(100% - (var(--headerHeight) + var(--footerHeight)));
    margin: 0 auto;
    background-color: var(--background);
}

/*footer {
    height: var(--footerHeight);
    margin: 0 auto;
    line-height: var(--footerHeight);
}*/

footer {
    height: 25px;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px; /* espacio interior */
    font-size: 90%;
    background-color: var(--colorMain);

} 

/*tabla footer*/

footer table a, footer table span {
    color: var(--colorFont);
    font-size: 80%;
    text-decoration: none;
    font-weight: bold
}

footer table {
    height: 100%;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#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: var(--colorMain)
    }



    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
    }
}

/* fin tabla footer*/