﻿@media (min-width: 1025px) and (max-width: 1199px) {
    .container-zoom-85 {
        -moz-transform: scale(0.85, 0.85);
        zoom: 0.85;
        zoom: 85%;
    }

    .columna-menu {
        columns: 2 !important;
        -webkit-columns: 2 !important;
        -moz-columns: 2 !important;
        border-bottom: 2px solid #A41D36;
        padding-bottom: 5px !important;
        padding-top: 2px !important;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    .menuEmpty {
        width: 10px;
    }

    .menuParent {
        margin-top: 0px;
    }

        .menuParent > a > label {
            width: 75%;
        }

        .menuParent > a > span {
            width: 75%;
        }

    .menuContainer {
        display: block !important;
        color: #666;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        height: 100%;
        margin-top: 10px !important;
    }

        .menuContainer > li > a {
            color: #666;
            font-family: Arial;
            font-size: 14px;
            font-weight: bold;
        }

    .dropdown-toggle {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .div-login {
        border-color: #fff;
        border-style: groove;
        box-shadow: 2px 2px 6px;
        border-spacing: 3px;
        border-width: 4px;
        width: 175px;
        float: left;
        margin-top: -174px;
        margin-right: 200px;
        background-color: #ccc;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 28px;
        text-align: center;
    }

    .div_login {
        background-color: #fff;
        color: rgb(88,90,95);
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        font-weight: 300;
        border-radius: 5px;
        border-color: #e7e7e7 !important;
        border: solid 1px;
        height: 55px;
        /*position: absolute;
        right: 0px;
        margin: 0px !important;
        margin-bottom: 10px !important;*/
    }

    .txt-fecha {
        height: 28px;
        text-align: left;
        padding: 15px;
        padding-right: 132px;
    }
}

@media(min-width: 1199px) and (max-width: 1274px) {
    .menuContainer {
        display: block !important;
        color: #666;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        height: 100%;
        margin-top: 10px !important;       
    }
    .scrollmenu ul.nav li a {
                padding: 0px !important;
            }
}

@media (min-width: 1025px) {
     .scrollmenu ul.nav {
        white-space: nowrap;
        overflow-x: auto;
    }
        .scrollmenu ul.nav li {
            white-space: normal;
            display: inline-block;
            float: none;
            padding: 0px !important;
        }

    .columna-menu {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
        border-bottom: 2px solid #A41D36;
        border-top: 2px solid #A41D36;
        padding-bottom: 5px !important;
        padding-top: 2px !important;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    .menuEmpty {
        width: 10px;
    }

    .menuParent {
        margin-top: 0px;
    }

        .menuParent > a > label {
            width: 75%;
        }

    .menuContainer {
        display: block !important;
        color: #666;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        height: 100%;
        margin-top: 10px !important;
    }

        .menuContainer > li > a {
            color: #666;
            font-family: Arial;
            font-size: 14px;
            font-weight: bold;
        }
    /*
    .dropdown-toggle {        
        padding-left: 50px !important;
        padding-right: 50px !important;
        margin-left: 0px !important;
    }
    */
    .div-login {
        border-color: #fff;
        border-style: groove;
        box-shadow: 2px 2px 6px;
        border-spacing: 3px;
        border-width: 4px;
        width: 175px;
        float: left;
        margin-top: -174px;
        margin-right: 200px;
        background-color: #ccc;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 28px;
        text-align: center;
    }

    .div_login {
        background-color: #fff;
        color: rgb(88,90,95);
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        font-weight: 300;
        border-radius: 5px;
        border-color: #e7e7e7 !important;
        border: solid 1px;
        height: 55px;
        /*position: absolute;
        right: 0px;*/
        top: 5px;
        /*margin: 0px !important;*/
    }

    .txt-fecha {
        height: 28px;
        text-align: left;
        padding: 15px;
        padding-right: 132px;
    }
}
