

/*ESTILOS MENU NAVEGACION WEB*/
#menuPrincipal{background: rgba(255,255,255,0.9);position: fixed;top: 0px;left: 0px; width: 100%;z-index: 100;height: 60px;}
#menuPrincipal>img{float: left;width: 300px;margin: 10px }
#menuPrincipal>ul{float: right;margin-right: 10px; margin-top: 0px;height:60px; overflow: hidden;position: relative; font-family: 'Text Me One', sans-serif;}
#menuPrincipal>ul>li{float: left; vertical-align: top;height:40px;padding: 10px 10px; font-size: 17px;max-width: 120px;text-align: center;}
#menuPrincipal>ul>li span{margin-top: 30px;}

#menuPrincipal>ul>li a:link{color:#333;text-decoration: none;}
#menuPrincipal>ul>li a:visited{color:#333}
#menuPrincipal>ul>li a:hover{color:#fff}

.menuEspecial{max-width: 200px !important;}
.altoEspecial{padding-top: 20px !important;padding-bottom: 0px !important;;}

.current{ background: #c60e3b;}
#menuPrincipal>ul>li:hover a:hover,#menuPrincipal>ul>li:hover a:visited,#menuPrincipal>ul>li:hover a:link,.current a:link{color:#fff !important;}
.current a:visited{color:#fff !important;}
.current a:hover{color:#dadada !important;}


#menuPrincipal>ul>li:hover{background: #c60e3b;}
/* FIN ESTILOS MENU NAVEGACION WEB*/

/* ESTILOS MENU NAVEGACION MOVIL*/
#menuWhopper{
	min-width: 100px;
	width: 50%;
	position: absolute;
	top: 0;
	right: -50%;
	z-index: 100;
	background-color: #c60e3b;
	padding-right: 0px;
}

#menuWhopper>ul{
	width: 100%;
	text-align: right;
	padding: 20px 0;
}

#menuWhopper ul>li{
	width: 95%;
	font-size: 25px;
	padding: 10px 0px 10px 0px;
}

#menuWhopper ul>li a:link{color:#fff;text-decoration: none;}
#menuWhopper ul>li a:visited{color:#fff;}
#menuWhopper ul>li a:hover{color:#999;}


.menu-button {
	position: absolute;
	top: 0px; left: -74px;

	padding: 12px;

	cursor: pointer;

	-webkit-transition: .3s;
	transition: .3s;

	background-color: #c60e3b;

	/*margin: 14px;
	border-radius: 5px;*/
}
.menu-button .bar:nth-of-type(1) {
	margin-top: 0px;
}
.menu-button .bar:nth-of-type(3) {
	margin-bottom: 0px;
}

.bar {
	position: relative;
	display: block;

	width: 50px;
	height: 5px;

	margin: 10px auto;
	background-color: #fff;

	border-radius: 10px;

	-webkit-transition: .3s;
	transition: .3s;
}

.menu-button:hover .bar:nth-of-type(1) {
	-webkit-transform: translateY(1.5px) rotate(-4.5deg);
	-ms-transform: translateY(1.5px) rotate(-4.5deg);
	transform: translateY(1.5px) rotate(-4.5deg);
}
.menu-button:hover .bar:nth-of-type(2) {
	opacity: .9;
}
.menu-button:hover .bar:nth-of-type(3) {
	-webkit-transform: translateY(-1.5px) rotate(4.5deg);
	-ms-transform: translateY(-1.5px) rotate(4.5deg);
	transform: translateY(-1.5px) rotate(4.5deg);
}

.cross .bar:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-ms-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}
.cross .bar:nth-of-type(2) {
	opacity: 0;
}
.cross .bar:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	-ms-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}
.cross:hover .bar:nth-of-type(1) {
	-webkit-transform: translateY(13.5px) rotate(-40.5deg);
	-ms-transform: translateY(13.5px) rotate(-40.5deg);
	transform: translateY(13.5px) rotate(-40.5deg);
}
.cross:hover .bar:nth-of-type(2) {
	opacity: .1;
}
.cross:hover .bar:nth-of-type(3) {
	-webkit-transform: translateY(-13.5px) rotate(40.5deg);
	-ms-transform: translateY(-13.5px) rotate(40.5deg);
	transform: translateY(-13.5px) rotate(40.5deg);
}
/* FIN ESTILOS MENU NAVEGACION MOVIL*/

@media screen and (max-width: 640px){
	#menuPrincipal>ul{display: none;}
	#menuPrincipal>img{width: 200px;margin: 10px}
}

@media screen and (min-width: 640px) and (max-width: 980px){
	#menuPrincipal>ul{display: none;}

}

@media screen and (min-width: 981px) and (max-width: 1150px){
	#menuPrincipal>ul>li{padding: 10px 5px; font-size: 15px;max-width: 100px;}
	#menuPrincipal>img{float: left;width: 200px;margin: 10px }

}


@media screen and (min-width: 981px){
	#menuWhopper{display: none;}
}




