.menu_responsivo{
	
	position:fixed;
	top:0px;
	left:-80%;
	width:80%;
	height:100%;
	z-index:100000;
	margin:0px;
	padding:0px;
	border-right:solid 1px #666;
	overflow:auto;
	background-color: #333;	
}
.menu_responsivo li{
	margin:0px;
	width:100%;
	border-top:dotted 1px #666;
}
.menu_responsivo li a{
	background-color: #333;
	border:none;
	border-bottom:dotted 1px #666;
	width:100%;
	font-size:14px;
}

.menu_responsivo li a:hover{
	background-color: #000;
}
.menu_responsivo li .idiomas a{
	width:auto;
	border:none;
}

.menu_responsivo li .idiomas{
	float:none;
	padding-top:10px;
	text-align: center;
}
.menu_responsivo li .idiomas img{
	width:20px;
}
.categorias_responsivo{
	display:none;
	position:fixed;
	top:0px;
	right:-80%;
	width:80%;
	height:100%;
	z-index:100001;
	margin:0px;
	padding:0px;
	border-left:solid 1px #666;
	overflow:auto;
	background-color: #333;	
}

.categorias_responsivo button{
	display:none;
}
.categorias_responsivo li{
	margin:0px;
	width:100%;
	border-top:dotted 1px #666;
	padding:10px;
}
.categorias_responsivo .acceso_responsivo{
	border-bottom:none;
}
.categorias_responsivo li a{
	border:none;
	width:100%;
	font-size:14px;
}
.categorias_responsivo li>ul{
	display:none;
	width:100%;

}
.categorias_responsivo li>ul li{
	width:100%;
}
.categorias_responsivo li>ul li:last-child{
	border:none;
}
.categorias_responsivo input{
	width:100%;
	font-size:16px;
	background-image:url(/images/search.png);
	background-position:center left;
	padding-left:30px;
	background-size:contain;
	background-repeat: no-repeat;
}

.categorias-toggle{
	position:fixed;
	top:0px;
	right:0px;
	width:50px;
	font-size:22px;
	line-height:40px;
	text-align:center;
	background-color: #333;	
	z-index:10000;
	color:#fff;
}


.menu_responsivo .acceso_li a{
	background-color:#234278;
}
.menu_responsivo .oculto{display:block;}
.acceso_responsivo input{
	width:100%;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0 0 #000000;
	box-shadow: 0 0 0 0 #000000;
	font-size:10px;
}
.acceso_responsivo>form>div{
	padding:3px 10px;
}
.slideshow_mobile{
	clear:both;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	overflow:hidden;
}

.slideshow_mobile li{
	list-style-type:none;

	float:left;
	display:block;
}

@media all and (max-width: 768px) {
/*	.menu_responsivo{
		display:block;
	}
	.categorias_responsivo{
		display:block;
	}
	.slideshow_mobile{
		width: 100%;
		height: 100%;
	}
	.slideshow_mobile li{
			margin:0;
		padding:0;
	}*/

}