@media only screen and (max-width: 1200px) {
	.n-logo img {
	 -webkit-transition: all 0.2s linear;
	    -moz-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
	    transition: all 0.2s linear;
	    margin-left: 18px;
	    width: 160px;
	    position: relative;
	    top: 0;
	}
	.n-menu-top {
		-webkit-transition: all 0.2s linear;
	    -moz-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
	    transition: all 0.2s linear;
		min-width: 0px;
	}
	.n-logo {
		vertical-align: middle;
	}
	
}

@media only screen and (max-width: 1150px) {
	.wrap-movil {
	    position: absolute;
	    right: 13px;
	    top: 15px;
	}
	.n-wrapper {	
	    top: 46px;
	    box-sizing: border-box;
	    position: relative;
	}

	.push-leftMenu , .push-topMenu {
		width:20px;
		height: 20px;
		display: inline-block;
		cursor:pointer;
	}
	.push-leftMenu {
	    background-image: url(../images/iconos/i-menuLeft.svg);
    	background-repeat: no-repeat;
    	background-position: left;
    	background-size: contain;
	}
	.push-topMenu {
	    background-image: url(../images/iconos/i-menu-white.svg);
    	background-repeat: no-repeat;
    	background-position: left;
    	background-size: contain;
    	margin-left: 10px;
	}
	.n-logo {
		-webkit-transition: all 0.2s linear;
	    -moz-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
	    transition: all 0.2s linear;
		max-width: 240px;
		
	}
	.n-wrapp1 {
	    -webkit-transition: all 0.2s linear;
	    -moz-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
	    transition: all 0.2s linear;
	    width: 15%;
	    max-width: 250px;
	    height: auto;	    
	    min-width: 260px;
	    position: fixed;
	    z-index: 9999;
	    left: 0;
	    max-height:700px;
	    border: 0px;
	    -webkit-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
		-moz-box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
		box-shadow: 2px 2px 5px -2px rgba(0,0,0,0.75);
		display:none;
	}
	.n-wrapp1.mostrar-menu {
		display: table-cell;
	}
	.n-wrapp2 {
	 -webkit-transition: all 0.2s linear;
	    -moz-transition: all 0.2s linear;
	    -o-transition: all 0.2s linear;
	    transition: all 0.2s linear;
	    border: 1px solid;
	    display: block;
	    height: 100%;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    position: relative;
	    vertical-align: top;
	    font-family: Tahoma, Arial, Helvetica, sans-serif;
	    color: #067ca7;
	    border-color: #dfe8f1;
	    margin-left: 0;
	    box-sizing: border-box;
	}
	.n-ocultar {
		 display:none;
	}
		.n-botonera {
		    -webkit-transition: all 0.2s linear;
		    -moz-transition: all 0.2s linear;
		    -o-transition: all 0.2s linear;
		    transition: all 0.2s linear;
		    list-style: none outside none;
		    margin: 0;
		    float: none;
		    position: absolute;
			background-color: #6fb2e0;
		    top: 46px;
		    z-index: 9999;
		    border: 0px solid #4796c3;
		    max-width: none;
		    display: block;
		    width: 157px;
		    right: 0;
		    box-sizing: border-box;
		    max-height: 0;
		    padding: 0px;
		    overflow: hidden;
		}
		.n-tit-menu .n-arrow-menu {
		    float: right;
		    margin-right: 5px;
		    cursor: pointer;
		    background-image: url(../images/tablas/menu.svg);
		    background-repeat: no-repeat;
		    background-size: 16px;
		    height: 22px;
		    background-position: 2px 3px;
		}
		.n-content-menu-top {	
		    padding-top: 9px;
		}
		.n-botonera.show-menu {
		    -webkit-transition: all 0.2s linear;
		    -moz-transition: all 0.2s linear;
		    -o-transition: all 0.2s linear;
		    transition: all 0.2s linear;
		    list-style: none outside none;
		    margin: 0;
		    float: none;
		    position: absolute;
		    background-color: #6fb2e0;
		    top: 46px;
		    z-index: 9999;
		    border: 1px solid #4796c3;
		    max-width: none;
		    display: block;
		    width: 157px;
		    right: 0;
		    padding: 0.5%;
		    box-sizing: border-box;
		    max-height: 700px;
		}

}
