.fixNavigation{

 }
#button_open_nav {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 28px;
    width: 40px;
    background-color: #fff;
    border-radius: 4px;
    border: 0px;
    height: 40px;
}
#menu {
	width: 100%;
	}
#container_menu {
    width: 100%;
    position: relative;
    left: 0%;
    border-right: 0px;
    border-left: 0px;	
}
#container_menu {
    width: 100%;
    position: relative;
    left: 0%;
    border-right: 0px;
    border-left: 0px;	
}
/*Make dropdown links appear inline*/
.contenido_nav_left {
	background-color: #4c612d;
}
.menu_ul {
	position: static;
	display: none;
	}
	/*Create vertical spacing*/
.menu_li {
	margin-bottom: 1px;
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #b4bfa2;
	}
.menu_li ul {
	display: none;
	width: 100%;
}
	/*Make all menu links full width*/
.menu_ul li {
		width: 100%;
	}
.menu_li a {
    width: 100%;
    color: #FFFFFF;
    text-decoration: none !important;
    text-transform: uppercase;
	}
	/*Display 'show menu' link*/
.show-menu {
		display:block;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 768px) {
.cont_nav {
}
.header_nav_left {
}
.contenido_nav_left {
	background-color: #4c612d;
}
.cont_logo_nav {
}
}

/* Laptop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1024px) {
.fixNavigation{
    padding-top: 20px;
    z-index: 10;
    position: fixed;
    top: 0px;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 51.30%,rgba(255,255,255,0.00) 65.29%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 51.30%,rgba(255,255,255,0.00) 65.29%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 51.30%,rgba(255,255,255,0.00) 65.29%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 51.30%,rgba(255,255,255,0.00) 65.29%);
 }
.padding_0{padding-top: 0px;font-size: 11px}
.padding_15{padding-top: 5px; font-size: 12px;}
.padding_30{padding-top: 10px; font-size: 13px;}

#menu {
	width: 100%;
}
/*Strip the ul of padding and list styling*/
.menu_ul {
	list-style-type: none;
	padding: 0;
}
/*Create a horizontal list with spacing*/
.menu_li {
    display: inline-block;
    float: left;
    width: 16.66%;
    clear: none;
	border-bottom: 0px;
}
/*Style for menu links*/
.menu_li a {
	display: block;
	/*min-width:140px;*/
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
/*Hover state for top level links*/
.menu_li:hover a {
    color: #e2e2e2;
    background-image: url(img/fleur.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 40% 43%;
	/* Firefox */
	-moz-transition: color 0.5s ease;
	/* WebKit */
	-webkit-transition: color 0.5s ease;
	/* Opera */
	-o-transition: color 0.5s ease;
	/* Standard */
	transition: color 0.5s ease;
}
/*Style for dropdown links*/
.menu_li:hover ul a {
	color: #2f3036;
	/*height: 40px;*/
	/*line-height: 40px;*/
	background: #f3f3f3;
}
/*Hover state for dropdown links*/
.menu_li:hover ul a:hover {
	background-color: #666666;
	color: #fff;
}
/*Hide dropdown links until they are needed*/
.menu_li ul {
	display: none;
    width: 100%;
    position: relative;
    margin-top: 0px;
    margin: 0px;
	cursor: auto;
}
/*Make dropdown links vertical*/
.menu_li ul li {
	display: block;
	float: none;
}
/*Prevent text wrapping*/
.menu_li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}
/*Display the dropdown on hover*/
.menu_ul li a:hover /*+ .hidden*/, .hidden:hover {
	display: block;
	position: relative;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background-color: #323232;
	text-align: center;
	padding: 10px 0;
	display: none;
	line-height: 50px;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
	display: block;
	width: 100%;
}
.hidden_movil{
		display:block;
	}
.cont_nav {
	width: 15%;
	position: fixed;
	height: 100%;
	background-color: hsla(0, 0%, 100%, 0.78);
	-webkit-box-shadow: 5px 5px 5px hsla(0,0%,0%,0.34);
	box-shadow: 5px 5px 5px hsla(0,0%,0%,0.34);
	border-right: 4px solid #fff;
}
.header_nav_left {
	display: none;
}
.contenido_nav_left {
	display: block !important;
    background-color: transparent;
    width: 73%;
    margin-left: 13%;
    clear: none;
    margin-top: 60px;
}

}

@media only screen and (min-width: 1200px) {
	.padding_0{padding-top: 0px;font-size: 13px}
	.padding_15{padding-top: 5px; font-size: 14px;}
	.padding_30{padding-top: 10px; font-size: 15px;}
}

@media only screen and (min-width: 1300px) {
	.padding_0{padding-top: 0px;font-size: 15px}
	.padding_15{padding-top: 5px; font-size: 16px;}
	.padding_30{padding-top: 10px; font-size: 17px;}
}
