* {
    padding: 0;
    outline: 0;
    margin-left: 0;
    margin-right: 0;
}

body, html {
    height: 100%;
}

body {
    font-size: 12px;
    line-height: 22px;
    font-family: verdana, arial, sans-serif;
    color: #727272;
    background: url(images/body-pattern.png) repeat 0 0;
    min-width: 100%;
}

/* Estilo del menu */
.MenuAll {
    padding: 5px;
    background-color: RGB(240,240,240);
    color: #27426D;
    width: 100%;
    transition-property: all;
}


.MenuStaticStyle:hover {
    background-color: #4CB7E4;
    color: white;
    transition-property: all;
    transition-duration: 0.1s;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border: 0px solid #000000;
}

.MenuStyle:hover {
    background-color: #4CB7E4;
    color: white;
    transition-property: all;
    transition-duration: 0.2s;
}

.MenuStyle {
    padding: 5px;
    background-color: RGB(240,240,240);
    color: #27426D;
    transition-property: all;
    transition-duration: 0.1s;
    -webkit-box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.49);
    box-shadow: 3px 1px 5px 0px rgba(0,0,0,0.49);
    webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

@media only screen and ( min-width: 0px) and ( max-width: 1536px ) {
    .MenuStyle {
        padding: 2px;
        transition-property: all;
        transition-duration: 0.1s;
    }

    .MenuAll {
        padding: 2px;
        transition-property: all;
        transition-duration: 0.1s;
        width: 100%;
    }
}
/****************/

.shell {
    font-family: 'Poppins', sans-serif;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid RGB(250,250,250);
    -webkit-box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 16px -4px rgba(0,0,0,0.3);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    transition-property: all;
    transition-duration: 0.2s;
}

.container{
    width:100%;
    background-color:white;
    padding:0px;
    margin:0px;
}

/* Usuario */
#lbUsuario{
    color:RGB(60,60,60);
    font-size:15px;
    padding:5px;
}
#btSalir{
    width:15px;
    margin-bottom:-3px;
}
#header {
    margin-top:20px;
    padding:10px;
}
#logo {
    font-size: 25px;
    position: absolute;
}
    #logo a {
        text-decoration: none;
        color: #27426D;
    }

header .cl {
    margin-top:5px;
    height: 1px;
    width: 100%;
    background-color: RGB(220,220,220);
}

#lblFechaSistema{
    color:RGB(60,60,60);
    font-size:15px;
    padding-right:10px;
}
/* Mensaje */
.slider-holder {
    width: 100%;
    height: auto;
}
.slider {
    width: 100%;
    height: 140px;
    background: rgb(39,66,109);
    background: linear-gradient(90deg, rgba(39,66,109,1) 0%, rgba(58,86,128,1) 70%, rgba(77,105,145,1) 95%);
}
.slider ul{
    width:100%;
    text-decoration:none;
}
.slide-cnt {
    float: right;
    background-color: transparent;
    width: 80%;
    padding-top: 20px;
    color: white;
    height: auto;
    transition-property: all;
    transition-duration: 0.2s;
}
.slide-cnt p,h4 {
    webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

.slider img {
    display: inline-block;
    width: 20%;
    padding: 10px;
    transition-property: all;
    transition-duration: 0.2s;
}

/* Footer */

.entries {
    background-color: RGB(240,240,240);
    width:100%;
    height:50px;
}

#footer p {
    float: right;
    color: RGB(160,160,160);
    font-size: 12px;
    margin-left: -10px;
    webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

.main .cols h3 #lbRuta {
    width: 100%;
}

/*@media only screen and (min-width: 1200px) {
    .slider {
        height: 150px;
    }

    .imglogo {
        margin-left: 0px;
    }

    #logo {
        font-size: 15px;
        margin-left: 0px;
    }

    #lbUsuario {
        font-size: 12px;
    }
}*/

@media only screen and (max-width: 1200px) {
    .slider {
        height: 140px;
    }

    .imglogo {
        margin-left: 0px;
    }

    #logo {
        font-size: 15px;
        margin-left: 0px;
    }

    #lbUsuario {
        font-size: 12px;
    }
}


@media only screen and ( max-width: 860px) {
    .slider {
        height: 150px;
    }

    #logo {
        font-size: 15px;
    }

    #lbUsuario {
        font-size: 12px;
    }

        
}



    @media only screen and ( max-width: 640px) {
        .shell {
            padding: 0 10px;
            width: 100%;
            left: 0;
            margin: 0px;
            position: absolute;
            border: 0px solid transparent;
            -webkit-box-shadow: 0px 2px 16px -4px rgba(0,0,0,0);
            -moz-box-shadow: 0px 2px 16px -4px rgba(0,0,0,0);
            box-shadow: 0px 2px 16px -4px rgba(0,0,0,0);
            -webkit-border-radius: 0px 0px 0px 0px;
            border-radius: 0px 0px 0px 0px;
            height: 100%;
            transition-property: all;
            transition-duration: 0.2s;
        }
    }

    @media only screen and ( max-width: 536px) {
        .slider {
            height: 170px;
        }

        #logo {
            font-size: 16px;
            margin-top: -20px;
        }

        #lblFechaSistema {
            font-size: 12px;
        }

        #lbUsuario {
            font-size: 12px;
        }

        #header {
            margin-top: 25px;
        }
    }


    @media only screen and ( max-width: 450px) {
        .slider {
            height: 180px;
            margin-bottom: 80px;
        }

        #logo {
            font-size: 16px;
            margin-top: -20px;
        }

        #lblFechaSistema {
            font-size: 12px;
        }

        #lbUsuario {
            font-size: 12px;
        }

        #header {
            margin-top: 25px;
        }

        .slider img {
            display: block;
            width: 36%;
            margin: 0px auto;
            transition-property: all;
            transition-duration: 0.2s;
        }

        .slide-cnt {
            float: none;
            text-align: center;
            width: 100%;
            font-size: 13px;
            transition-property: all;
            transition-duration: 0.2s;
        }

        #btSalir {
            margin-left: 10px;
        }
    }


    @media only screen and ( max-width: 450px) {
        #logo {
            display: none;
        }

        #header {
            margin-top: 0px;
        }
    }