﻿.MAINMENU_ON {
    font-size: 14px;
    font-weight: 600;
    background-color: #faebc9;
}

.MAINMENU_OFF {
    font-size: 14px;
    font-weight: 600;
    background-color: #faebc9;
}

.TOPMENU_ON {
    background-color: #ffffff;
}

.TOPMENU_OFF {
    background-color: #ffffff;
}

@media only screen and (max-width : 1099px) {
    .HIDE_MOBILE {
        display: none
    }

    .MAINMENU_ON {
        width: 25px;
    }

    .MAINMENU_OFF {
        width: 25px;
    }

    .TOPMENU_ON {
        width: 100%
    }

    .TOPMENU_OFF {
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }

    .TOPMENU_HIDE {
        width: 0px;
        height: 0px;
        opacity: 0.0;
        -webkit-border-horizontal-spacing: 0px;
        -webkit-border-vertical-spacing: 0px;
    }
    .PAGE_ON {
        width: 100%
    }

    .PAGE_OFF {
        width: 100%
    }

    .buttonsAlign {
        text-align: center;
    }

    .SHOWONDESKTOP {
        display: none;
    }

    .SHOWONMOBILE {
    }
}

@media only screen and (min-width : 1100px) {
    .HIDE_MOBILE {
        display: table-cell
    }

    .MAINMENU_ON {
        width: 175px
    }

    .MAINMENU_OFF {
        width: 175px
    }

    .TOPMENU_ON {
        width: 100%
    }

    .TOPMENU_OFF {
        width: 100%;
        border-spacing: 0px;
    }

    .PAGE_ON {
        width: 100%
    }

    .PAGE_OFF {
        width: 100%
    }

    .dinamycButton {
        width: auto;
        display: inline;
        margin: 5px;
        padding: 5px;
        background-color: #b49a74;
    }

        .dinamycButton:hover {
            width: auto;
            display: inline;
            margin: 5px;
            padding: 5px;
            background-color: #9cB89f;
        }

    .buttonsAlign {
        text-align: left;
    }

    .SHOWONDESKTOP {
    }

    .SHOWONMOBILE {
        display: none;
    }
}

.F_Transparent {
    display: none;
    position: fixed;
    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.0); /* 0.7 = 70% opacity */
    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.0;
}

.F_GrayGlass {
    position: fixed;
    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.5); /* 0.7 = 70% opacity */
    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1.0;
}

/* 
    ===============
    Versión MOBILE
    ===============
*/
@media only screen and (max-width : 754px)
{
    .column{float:left;}
    .column{clear:both;}
    .column tr td{padding:0px;}
    .img-responsive{float: left; width: 100%; height: auto; }
    .ShowWhenSMALL{display: table}
    .ShowWhenBIG{display: none}
    .CL_MENU
    {
        width:100%!important;
    }
    .CL_WORKSPACE
    {
        width:100%!important;
    }
}
/*
    ===============
    Versión DESKTOP
    ===============
*/
@media only screen and (min-width : 755px)
{
    .column{float:left;}
    .column tr td{padding:0px;}
    .column-wrap{padding:0!important;margin:0 auto;max-width:960px!important;}
    .column table{width:100%;}
    .img-responsive{}
    .ShowWhenSMALL{display: none}
    .ShowWhenBIG{display: table; width: 960px}
    .CL_MENU
    {
        WIDTH: 145px!important;
        DISPLAY: inline;
    }
    .CL_WORKSPACE
    {
        WIDTH: 600px!important;
        DISPLAY: inline;
    }
}
html { width: 100%; }
table { border-spacing: 0px; }
th, td { padding: 0px; }