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

div.toggle {
	display: none;
	height:40px;
	position: fixed;
	right: 2%;
	top: 20px;
	width:60px;
	}
	@media only screen and (max-width:620px) {
	div.toggle {
	display: block;
	}}

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

input#togglebutton[type=checkbox] + label{
	background-color:#fff;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	float: left;
	height:20px;
	padding:10px; 
	position:relative;
	width:40px;
	}

input#togglebutton[type=checkbox] + label:before {
	bottom: 0px;
	color: #000;
	content: "";
	font-family: 'Quicksand', sans-serif; 
	font-size:2.2em;
	font-weight:700;
	line-height: 40px;
	left: 0px;
	position:absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	}

input#togglebutton[type=checkbox]:checked + label:before {
	background-color:rgba(255, 255, 255, 1);
	border-radius:4px;
	content: "×";
	}

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

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

.show {
	-webkit-transform: translate(330px, 0px);
	-moz-transform: translate(330px, 0px);
	-o-transform: translate(330px, 0px);
	-ms-transform: translate(330px, 0px);
	transform: translate(330px, 0px);
	}

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

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


#togglelogo{ 
	display: none; 
	height: 60px;
	margin: 30px 60px;
	padding-top: 20px;
	visibility: hidden; 
	width: auto;
	}
		@media only screen and (max-width:620px) {
		#togglelogo{
		margin-bottom: 60px;
		display: block;
		visibility: visible;
		}}

#togglelogo img{
	display: block;
	height: auto;
	width: 100%;
	}


	
