div.icon-movil {
	z-index:1000;
	}
div.black {
	z-index:999;
	}

div.toggle {
	display: none;
	height:50px;
	position:absolute;
	right:0px;
	top:10px;
	width:50px;
	}
	@media only screen and (max-width:620px) {
	div.toggle {
	display: block;
	position:fixed;
	}}
	@media (max-width:820px) and (max-height:420px){
	div.toggle {
	display: block;
	position:absolute;
	}}




input#togglebutton { display: none; }
input#togglebutton[type=checkbox] { visibility: hidden; }

input#togglebutton[type=checkbox] + label{
	border-radius:0px;
	cursor: pointer;
	display: block;
	float: left;
	height:20px;
	padding:18px 5px 8px 5px; 
	position:relative;
	width:20px;
	}

input#togglebutton[type=checkbox] + label:before {
	bottom: 0px;
	color: #fff;
	content:"";
	font-size:2.2em;
	font-weight:300;
	line-height: 40px;
	left: 0px;
	position:absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	}

input#togglebutton[type=checkbox]:checked + label:before {
	color:#fff;
	border-radius:4px;
	content: "×";
	}

input#togglebutton[type=checkbox] + label span{
	background-color: #fff;
	border-radius:1px;
	display: block;
	float: left;
	height:1px;
	margin-bottom:5px;
	width:100%;
	}

input#togglebutton[type=checkbox]:checked + label span{ display:none; }




.show {
	-webkit-transform: translate(0%, 0px)!important;
	-moz-transform: translate(0%, 0px)!important;
	-o-transform: translate(0%, 0px)!important;
	-ms-transform: translate(0%, 0px)!important;
	transform: translate(0%, 0px)!important;
	}
	@media (max-width:820px) and (max-height:420px){
	.show{
	transform:translate(0px, 0px)!important;
	position:absolute!important;
	}}



.showdos{
	display: block!important;
	opacity: 0.6!important;
	}



/* Acciones par amenu movil horizontal */


	@media (max-width:820px) and (max-height:420px){
	.overflowx{
	-ms-overflow-x:hidden;
	-o-overflow-x:hidden;
	-webkit-overflow-x:hidden;
	overflow-x:hidden;
	}}

	@media (max-width:820px) and (max-height:420px){
	.fixeamos{
	position:fixed!important;
	}}


	@media (max-width:820px) and (max-height:420px){ 
	.bajamos{
	margin-top:50px!important; /* bajamos distancia que se pierde al fixead header */
	}}




	@media (max-height:400px) and (max-width:620px){
	.showno{
	position:fixed!important;
	}}
	@media (max-height:400px) and (max-width:620px){
	.displaynone{
	display:none!important;
	}}



.displaynone{
	display:none!important;
	}

div#black {
	background-color: #000;
	bottom: 0px;
	display: none;
	opacity: 1;
	position: fixed;
	top: 0px;
	width: 100%;
	}


/*
.blockoverflow{
	-ms-overflow-x:hidden;
	-o-overflow-x:hidden;
	-webkit-overflow-x:hidden;
	overflow-x:hidden;
	}



.soltamosmenu{
	position:fixed;
	}
	@media (max-width:820px) and (max-height:420px){
	.soltamosmenu{
	position:absolute!important;
	}}



*/
.desaparecemos{
	display:none!important;
	}

