* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu_bar {
	display:none;
}

header {
	width: 100%;
}

#desplegable {
	width: 100%;
    
}

#navegation {
	background:#f4f5f6;
	z-index:1000;
	max-width: 1000px;
	width:95%;
	margin:20px auto;
    
}

 article.moverContenidoDescuentos {
		width: 100%;
		height: calc(100% - 80px);
		position: absolute;
		right:100%;
		margin: 0;
		overflow: scroll;
        text-align: center;
         
	}
    
    article.moverContenidoPromociones {
		width: 100%;
		height: calc(100% - 80px);
		position: absolute;
		right:100%;
		margin: 0;
		overflow: scroll;
        text-align: center;
      }

#navegation ul {
	list-style:none;
   
}

#navegation ul li {
	display:inline-block;
	position: relative;
}

#navegation ul li:hover {
	background:#d2d3d6;

}

#navegation ul li a {
	color:#38419a;
	display:block;
	text-decoration:none;
	padding: 20px;
}

#navegation ul li a span {
	margin-right:10px;
}

#navegation ul li:hover .children {
	display:block;
  
}

#navegation ul li .children {
	display: none;
	background:#d2d3d6;
	position: absolute;
	width: 150%;
	z-index:1000;
    
}

#navegation ul li .children li {
	display:block;
	overflow: hidden;
}

#navegation ul li .children li a {
	display: block;
}

#navegation ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

#navegation ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

@media screen and (max-width: 900Spx) {
	
    #contenedorMenuResponsive{
        
    }
    
     .menu_bar_img {
		display:block;
		width:50%;
        float: left;
        padding: 1% 3%;
        background:#f4f5f6;
		
	}


	.menu_bar {
		display:block;
		width:50%;
        float: right;
		
	}
    
    .menu_bar_servicios {
		display:block;
		width:100%;
        float: right;
		
	}
    
    .menu_bar img {
		padding-left: 80%;
		
	}
    
    
    
   
	.menu_bar .bt-menu {
        background: #f4f5f6;
		display: block;
		padding: 20px;
		color: #38419a;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
        
    	
		
	}

	.menu_bar span {
		float: right;
		font-size: 40px;
	}

	#navegation {
		width: 100%;
		height: calc(100% - 80px);
		position: absolute;
		right:100%;
		margin: 0;
		overflow: scroll;
        text-align: center;
         margin-top: 60px;
	}
    
    article.moverContenidoDescuentos {
		width: 100%;
		height: calc(100% - 80px);
		position: absolute;
		right:100%;
		margin: 0;
		overflow: scroll;
        text-align: center;
         
	}
    
    article.moverContenidoPromociones {
		width: 100%;
		height: calc(100% - 80px);
		position: absolute;
		right:100%;
		margin: 0;
		overflow: scroll;
        text-align: center;
      }

	#navegation ul li {
		display: block;
        text-align: center;
		
	}

	#navegation ul li a {
		display: block;
        text-align: center;
	}

	#navegation ul li:hover .children {
		display: none;
	}

	#navegation ul li .children {
		width: 100%;
		position: relative;
	}

	#navegation ul li .children li a {
		margin-left:20px;
	}

	#navegation ul li .caret {
		float: right;
	}
}