*, *:after, *:before { -webkit-box-sizing:border-box; box-sizing:border-box; }


header .indent{text-indent:20px;background:#fff}.menu-principal{position:fixed;top:0;z-index:100;width:100%}#menu-lateral{position:absolute;top:0;right:0;background:#333;z-index:1;padding:10px;width:50%;box-shadow:0 0 15px 0 rgba(0,0,0,.99)}#menu-lateral ul{list-style:none;float:left;width:100%}#menu-lateral li{border-bottom:1px solid #666;width:100%}#menu-lateral li:last-child{border:0}#menu-lateral li img{width:100%}#menu-lateral li a{display:block;padding:20px}

button:focus {
	outline:none;
}
.container-menu, 
.content-wrap-menu {
	overflow:hidden;
	width:100%;
	height:100%;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
}
.container-menu {
	background:#373a47;
}
.menu-wrap a {
	color:#666;
}
.menu-wrap a:hover,
.menu-wrap a:focus {
	color:#38AAEB;
}
.content {
	position:relative;
	background:#b4bad2;
}
.content::before {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	content:'';
	opacity:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0);
	-webkit-transition:opacity 0.4s, -webkit-transform 0s 0.4s;
	transition:opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1);
	transition-timing-function:cubic-bezier(0.7,0,0.3,1);
}
/* Menu Button */
.menu-button {
    position: absolute;
    z-index: 1000;
    border: none;
    background:#2D2D2D;
    font-size:1.5em;
    color: transparent;
    margin:18px 0 0 14px;
}
.menu-button  img{
	height:22px;
}
/*.menu-button::before {
	position:absolute;
	top:0.5em;
	right:0.5em;
	bottom:0.5em;
	left:0.5em;
	background:linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
	content:'';
}*/
.menu-button:hover {
	opacity:0.6;
}
/* Close Button */
.close-button {
	width:24px;
	height:24px;
	position:absolute;
	right:2em;
	top:1em;
	overflow:hidden;
	text-indent:1em;
	font-size:0.75em;
	border:none;
	background:transparent;
	color:transparent;
	background:url("../imagenes/close-button.png");
	cursor:pointer;
}
/*.close-button::before,
.close-button::after {
	content:'';
	position:absolute;
	width:6px;
	height:100%;
	top:0;
	left:50%;
	background:#bdc3c7;
}
.close-button::before {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.close-button::after {
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}*/
/* Menu */
.menu-wrap {
	position:absolute;
	top:99.9%;
	left:0;
	z-index:10000;
	width:300px;
	height:80vh;
	background:#F1F4F9;
	font-size:1.2em;
	border-right:1px solid #ddd;
	-webkit-transform:translate3d(-320px,0,0);
	transform:translate3d(-320px,0,0);
	-webkit-transition:-webkit-transform 0.4s;
	transition:transform 0.4s;
	-webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1);
	transition-timing-function:cubic-bezier(0.7,0,0.3,1);
	overflow: auto;
}
.menu, 
.icon-list {
	background:none !important;
	height:100%;
}
@media (max-width:600px){
	.icon-list {
		height:120%;		
	}
	.menu {
		overflow:scroll !important;
	}
}
.icon-list {
	-webkit-transform:translate3d(0,100%,0);
	transform:translate3d(0,100%,0);
}
.icon-list a {
	display:block;
	padding:1em;
	-webkit-transform:translate3d(0,500px,0);
	transform:translate3d(0,500px,0);
}
.icon-list,
.icon-list a {
	-webkit-transition:-webkit-transform 0s 0.4s;
	transition:transform 0s 0.4s;
	-webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1);
	transition-timing-function:cubic-bezier(0.7,0,0.3,1);
}
/*
.icon-list a:nth-child(2) {
	-webkit-transform:translate3d(0,1000px,0);
	transform:translate3d(0,1000px,0);
}
.icon-list a:nth-child(3) {
	-webkit-transform:translate3d(0,1500px,0);
	transform:translate3d(0,1500px,0);
}
.icon-list a:nth-child(4) {
	-webkit-transform:translate3d(0,2000px,0);
	transform:translate3d(0,2000px,0);
}
.icon-list a:nth-child(5) {
	-webkit-transform:translate3d(0,2500px,0);
	transform:translate3d(0,2500px,0);
}
.icon-list a:nth-child(6) {
	-webkit-transform:translate3d(0,3000px,0);
	transform:translate3d(0,3000px,0);
}
*/
.icon-list a span {
	margin-left:10px;
	font-weight:700;
}
/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
	border-bottom:1px dotted #F0F1F2;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}