.sticky {
	position: fixed !important;
	top: 0
}
.sombra {
	bottom: 0px;
	left: 0px;
	position: absolute;
	width: 100%
}
.sombra::after,
.sombra::before {
	background: #000;
	bottom: 10px;
	box-shadow: 0 5px 5px #000;
	content: "";
	height: 10px;
	opacity: .5;
	position: absolute;
	width: 80%;
	z-index: -1
}
.sombra::after {
	left: 3px;
	-webkit-transform: rotate(-1.3deg);
	-ms-transform: rotate(-1.3deg);
	transform: rotate(-1.3deg)
}
.sombra::before {
	right: 3px;
	-webkit-transform: rotate(1.3deg);
	-ms-transform: rotate(1.3deg);
	transform: rotate(1.3deg)
}
#cabecera {
	background-color: #fff;
	border-bottom: 1px solid #E7E7E7;
	border-top: 1px solid #E7E7E7;
	position: relative;
	width: 100%;
	z-index: 999
}
#logo_webdev {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	color: transparent;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 89px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: relative;
	width: 294px
}
#logo_webdev img {
	height: auto;
	left: 0px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 3
}
#cabecera nav {
	background: -webkit-linear-gradient(left, #ffffff, #E7E7E7);
	background: linear-gradient(to right, #ffffff, #E7E7E7);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}
#cabecera nav ul {
	height: 89px
}
#cabecera nav ul li {
	border-right: 1px solid #DCDCDC;
	float: left;
	height: 100%;
	line-height: 93px;
	position: relative;
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s;
	width: auto
}
#cabecera nav ul li:hover::after {
	border-left: 30px solid transparent;
	border-right: 0px solid transparent;
	border-top: 30px solid rgba(0, 0, 0, 0.05);
	content: '';
	display: block;
	height: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px
}
#cabecera nav ul li:nth-child(7) {
	border-right: none
}
#cabecera nav ul li a {
	color: #2D3D18;
	display: block;
	font-family: 'Oswald';
	font-style: normal;
	font-size: 16px;
	font-weight: 700;
	height: 100%;
	padding: 0px 21px;
	position: relative;
	text-decoration: none;
	width: auto
}
#cabecera nav ul li a:hover::before,
#cabecera nav ul li a:hover::after,
#cabecera nav ul li:hover>a::before,
#cabecera nav ul li:hover>a::after {
	color: #fff;
	font-size: 27px;
	position: absolute;
	text-decoration: none;
	top: -2px
}
#cabecera nav ul li a:hover::before,
#cabecera nav ul li:hover>a::before {
	content: "‹";
	left: 12px;
	-webkit-animation: bounceInLeft 1s;
	animation: bounceInLeft 1s
}
#cabecera nav ul li a:hover::after,
#cabecera nav ul li:hover>a::after {
	content: "›";
	right: 12px;
	-webkit-animation: bounceInRight 1s;
	animation: bounceInRight 1s
}
#cabecera nav ul li:hover {
	background: #7C9A3D;
	-webkit-transition: ease 0.5s;
	transition: ease 0.5s
}
#cabecera nav ul li:hover>a {
	color: #fff;
	text-decoration: underline;
	-webkit-animation: bounce 1s;
	animation: bounce 1s
}
#cabecera nav ul li:hover>ul {
	display: block;
	-webkit-animation: flipInY 1s;
	animation: flipInY 1s
}
#cabecera nav ul li ul {
	display: none;
	height: auto;
	left: -1px;
	position: absolute;
	top: 89px;
	width: 290px
}
#cabecera nav ul li ul::after {
	background: #000;
	bottom: 3px;
	box-shadow: 0 5px 5px #000;
	content: "";
	height: 10px;
	left: 2%;
	opacity: .5;
	position: absolute;
	-webkit-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
	width: 96%;
	z-index: -1
}
#cabecera nav ul li ul li {
	background-color: #fff;
	border-bottom: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-radius: 0;
	float: none;
	height: 45px;
	line-height: 45px !important;
	position: relative;
	text-align: left;
	z-index: 1
}
#cabecera nav ul li ul li:hover::after {
	border: none
}
#cabecera nav ul li ul li:last-child {
	border-bottom: none
}
#cabecera nav ul li ul li:hover {
	background: #2D3D18;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
	-webkit-animation: none;
	animation: none
}
#cabecera nav ul li ul li:hover>a {
	color: #fff;
	text-decoration: none;
	-webkit-animation: none;
	animation: none;
	z-index: 2
}
#cabecera nav ul li ul li a:hover::before,
#cabecera nav ul li ul li a:hover::after {
	content: ""
}
#cabecera .active {
	background: #7C9A3D;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s
}
#cabecera .active a {
	color: #ffffff !important
}
#cabecera .active ul li a {
	color: #2D3D18 !important
}
#cabecera .active ul li a:hover {
	color: #ffffff !important
}
#cabecera .active::after {
	border-left: 30px solid transparent;
	border-right: 0px solid transparent;
	border-top: 30px solid rgba(0, 0, 0, 0.05);
	content: '';
	display: block;
	height: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px
}
#cabecera .active ul li::after {
	border: none;
	content: ''
}
#menu {
	color: #7C9A3D;
	display: none;
	font-size: 18px;
	position: absolute;
	right: 0px;
	text-decoration: none;
	top: 27px
}
#menu:hover {
	color: #2D3D18;
	-webkit-animation: tada 1s;
	animation: tada 1s
}
#menu::before {
	font-size: 27px
}
#menu_rwd {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(124, 154, 61, 0.72);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	z-index: 1000;
	-webkit-animation: rotateIn 1s;
	animation: rotateIn 1s
}
#menu_rwd ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none
}
#menu_rwd ul li {
	padding: 7px;
	position: relative
}
#menu_rwd ul li:hover>ul {
	display: block
}
#menu_rwd ul li:hover>a::before,
#menu_rwd ul li:hover>a::after {
	color: #fff;
	font-size: 36px;
	position: absolute;
	top: -9px
}
#menu_rwd ul li:hover>a {
	text-decoration: underline
}
#menu_rwd ul li:hover>a::before {
	content: "‹";
	left: -12px;
	-webkit-animation: bounceInLeft 1s;
	animation: bounceInLeft 1s
}
#menu_rwd ul li:hover>a::after {
	content: "›";
	right: -12px;
	-webkit-animation: bounceInRight 1s;
	animation: bounceInRight 1s
}
#menu_rwd ul li a {
	color: #fff;
	font-family: 'Oswald';
	font-style: normal;
	font-size: 21px;
	font-weight: 700;
	position: relative;
	text-decoration: none;
	width: auto
}
#menu_rwd ul li ul {
	display: none;
	margin-top: 10px
}
#close_rwd {
	cursor: pointer;
	position: absolute;
	right: 18px;
	top: 18px
}
#close_rwd:hover {
	-webkit-animation: rubberBand 1s;
	animation: rubberBand 1s
}
#close_rwd::before {
	color: #fff;
	font-size: 45px
}
@media screen and (min-width: 0px) and (max-width: 480px) {
	#logo_webdev {
		margin: 0;
		padding: 0;
		width: 80%
	}
	#cabecera {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	#cabecera nav {
		background-color: #fff;
		display: block;
		-webkit-box-pack: initial;
		-webkit-justify-content: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
		width: 100%
	}
	#cabecera nav ul {
		display: none
	}
	#menu {
		display: block
	}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	#cabecera {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	#cabecera nav {
		background-color: #fff;
		display: block;
		-webkit-box-pack: initial;
		-webkit-justify-content: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
		width: 100%
	}
	#cabecera nav ul {
		display: none
	}
	#menu {
		display: block
	}
}
@media screen and (min-width: 769px) and (max-width: 920px) {
	#cabecera nav ul {
		display: none
	}
	#menu {
		display: block
	}
}
@media screen and (min-width: 921px) and (max-width: 1024px) {
	#cabecera nav ul li a {
		color: #666666;
		display: block;
		font-family: 'Oswald';
		font-style: normal;
		font-size: 14px;
		font-weight: 300;
		height: 100%;
		text-decoration: none;
		padding: 0px 18px;
		position: relative;
		width: auto
	}
}