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

.menu_responsivo li a:hover{
	background-color: #96000e;
}
.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:block;
	position:fixed;
	top:0px;
	right:-80%;
	width:80%;
	height:100%;
	z-index:100001;
	margin:0px;
	padding:0px;
	border-left:solid 1px #96000e;;
	background-color: #df172a;	
	overflow:auto;
}
.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_responsivo button{
	display:none;
}
.categorias_responsivo li{
	margin:0px;
	width:100%;
	border-top:dotted 1px #96000e;
	padding:10px;
}
.categorias_responsivo .acceso_responsivo{
	border-bottom:none;
}
.categorias_responsivo li a{
	border:none;
	width:100%;
	color:#fff;
	
}
.categorias_responsivo li a.current{
	color:rgba(255,255,255,0.5);
}
.categorias_responsivo li>ul{
	display:none;
	width:100%;

}
.categorias_responsivo li>ul li{
	width:100%;
}
.categorias_responsivo li>ul li:last-child{
	border:none;
}

.toolbar{
	position:fixed;
	height:42px;
	
	top:0px;
	left:0px;
	width:100%;
	color:#fff;
	z-index:10000;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.4);
	border-bottom: solid 4px #df172a;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e3e3e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e3e3e3));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#e3e3e3 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#e3e3e3 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#e3e3e3 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#e3e3e3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3',GradientType=0 );	
}
.toolbar .boton_menu{
	color:#fff;
	font-size:15px;
	height:45px;
	line-height:38px;
	padding:11px 15px;
	background-color:#df172a;
}
.toolbar .boton_cesta{
	color:#fff;
	float:right;
	font-size:15px;
	height:42px;
	line-height:25px;
	padding:8px 15px;
	background-color:#df172a;
}
.toolbar .titulo{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	z-index:-1;
}
.menu_responsivo .acceso_li a{
	background-color:#234278;
}
.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;
	}*/

}