
/*MENU*/

.menu {
    list-style: none;
    line-height: 32px;
    margin: auto;
    /*outline: 1px solid red;*/
    padding-left: 0;
    width: 17em;
    background: rgba(41,128,185,1);
}

.menu a {
 
  color: #ddd;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding-left: 5px;
  width: 100%;
}

.menu a:hover {
  margin-left: 1em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.menu li {
  box-shadow: 3px 0 rgba(52,152,219,.2) inset;
  margin-bottom: 0px;
  padding-left: .5em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;/*outline: 1px solid green*/
}

ul.sub-menu
{
	
	line-height:24px;
}

.menu li:hover { box-shadow: 15em 0 rgba(52,152,219,.2)inset; }

.menu li:nth-child(2) a { background-position: 0 -42px; }

.menu li:nth-child(3) a { background-position: 0 -84px; }

.menu li:nth-child(4) a { background-position: 0 -126px; }

.menu li:nth-child(5) a { background-position: 0 -168px; }

.menu li:last-child a { background-position: 0 -210px; }

/*FIN MENU*/
/*Posicion Responsive Menu*/

nav {
  background: rgba(41,128,185,1);
  position: absolute;
  left: -18em;
  top: 0;
  padding-top: 5em;
  box-sizing: border-box;
  z-index: 20;
  height: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.alert-primary {
                    color: #004085;
                    background-color: #cce5ff;
                    border-color: #b8daff;
                }

                .alert {
                    position: relative;
                    padding: .75rem 1.25rem;
                    margin-bottom: 1rem;
                    border: 1px solid transparent;
                    border-radius: .25rem;
                }

nav.active { left: 0; }
 .centerDivWhite {
                border: groove 4px #808080;
                position: fixed;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                background-color: #ffffff;
                z-index: 10000;
                width: 400px;
                text-align: center;
                padding-top: 10px;
                padding-bottom: 10px;
                color: #000000;
            }

            .centerDiv {
                border: ridge 2px #ffe793;
                position: fixed;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                background-color: #006dc3;
                z-index: 10000;
                width: 400px;
                text-align: center;
                padding-top: 10px;
                padding-bottom: 10px;
                color: #ffffff;
            }

            .centerinMaster {
                border: ridge 1px #808080;
                position: fixed;
                left: 55%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                background-color: rgb(218,217,218);
                z-index: 10000;
                width: 800px;
                text-align: center;
                padding-top: 10px;
                padding-bottom: 10px;
            }

#mobile-nav {
  background: url(../img/menu-icon.png);
  cursor: pointer;
  left: 2em;
  height: 30px;
  position: absolute;
  top: 1em;
  width: 30px;
  z-index: 30;
}
.navbar-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 30px;
    height: 55px;
    padding-left: 60px !important;
    border-radius:0px;
}
.navbar {
    border-radius: 0px!important;
}
