/* 
 * Naver v3.0.8 - 2014-05-06 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */ 
 .naver{width:100%;}
 	.naver a { background: #939D9E; color: #fff; display: block; float: left; font-size: 16px; line-height: 40px; margin: 0 1px 0 0; padding: 0 20px; }
	.naver a:hover { background: #222; text-decoration:none !important;}

	.naver.enabled a { float: none; margin: 0 0 1px 0; width: 100%; }
	
 	.naver .naver-handle { background-color:#46AE87; color: #fff; cursor: pointer; display: none; font-size: 16px; height: 34px; line-height: 28px; text-transform: uppercase; padding-top:6px; cursor:pointer;
	 	-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		     -o-user-select: none;
			    user-select: none;
 	}
 	.naver .naver-handle:before { background: url(../images/icoMenuMovil.png) no-repeat center; content: ''; display: block; float: left; height: 15px; margin: 6px 10px 0 20px; width: 20px; }
 	.naver .naver-wrapper { height: auto; }
 	.naver .naver-container:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }

	.naver.enabled .naver-handle { display: block; }
	.naver.enabled .naver-wrapper { height: 0px; overflow: hidden; }
	
	
	@media only screen and (min-width: 767px) {
		.naver{display:none;}
	}
	.cajaLogoMovil a {background: #000; color: #fff; display: block; float: left; font-size: 16px; line-height: 40px;  width:100%;}
	.cajaLogoMovil a:hover {text-decoration:none}
	
	