#top_centro {
	height:167px!important;
}




/*
https://codyhouse.co/gem/css-multi-level-accordion-menu/
*/

.cd-accordion-menu input[type=checkbox] {
	/* hide native checkbox */
	position: absolute;
	opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
	position: relative;
	display: block;
	padding: 24px 42px 0px 15px;
/*	background: #4d5158; */
/*	box-shadow: inset 0 -1px #555960; */
	color: #000000;
	font-size:42px!important;
	text-align:left;
	line-height: 42px;
}


.cd-accordion-menu ul {
	/* by default hide all sub menus */
	display: none;
    overflow: scroll;
    max-height: 880px;
}
.cd-accordion-menu ul li {
	padding-left:30px;
}


.cd-accordion-menu {
	list-style-type: none;
	-webkit-padding-start: 30px;
}


.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
	/* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
	/* show children when item is checked */
	display: block;
	list-style-type: none;
	-webkit-padding-start: 0px;
}

.cd-accordion-menu-nivel-1 {
	font-weight:bold;
	cursor:pointer;
	border-top: 1px solid #ededed;
    margin-top: 18px;
	margin-right: 30px;
}

.cd-accordion-menu-nivel-1:hover {
	color:#ff0000;
}

.cd-accordion-menu-nivel-2 {
/*	font-weight:bold; */
	cursor:pointer;
	font-size:36px!important;
}

.cd-accordion-menu-nivel-2:hover {
	color:#ff0000;
}

.cd-accordion-menu-nivel-3 {
/*	font-weight:bold;
	cursor:pointer; */
}

.cd-accordion-menu-nivel-3:hover {
	color:#ff0000;
}





.menu_nivel_1_contenedor {
	position:absolute;
	z-index:0;
	top: 87px;
  z-index: 10000;
	background-color: #fff;
}
.menu_nivel_1 {
	width:118px;
	height:40px;
	background:#ffffff;
	text-align:center;
	text-decoration:none;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: table;
	border:solid 1px #ecebeb;
	border-radius:6px;
	text-transform:uppercase;
	margin-right:6px;
	cursor:pointer;
	z-index:9999;
}
.menu_nivel_1:hover {
	background:#d30104;
	color:#FFFFFF;
}
span {
	display: table-cell;
	vertical-align: middle;
}
.menu_nivel_2_contenedor {
	position:absolute;
	display:none;
	z-index:9999;
	top:87px;
  left: 120px;
	background-color: #fff;
}
.menu_nivel_2_contenedor a {
	color:#000!important;
}
.menu_nivel_2 {
	width:100px;
	height:40px;
	text-align:center;
	padding:0px 9px;
	text-decoration:none;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	display: table;
	z-index:9999;
}
.menu_nivel_2:hover {
	background:#ff0000;
}
.menu_nivel_3_contenedor {
	background:#ffffff;
	position:absolute;
	border:solid 1px #ecebeb;
	display:none;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:9999;
	padding:10px 5px;
	top:87px;
	min-height: 40px;
  left: 238px;
}
.menu_nivel_3_contenedor a {
	text-decoration:none;
	display:table;
	line-height:20px;
	color:#333333;
	padding:0px 10px;
}
.menu_nivel_3_contenedor a:hover {
	color:#FF0000;
}
#ocultar_todo_nivel_2 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:800px;
	z-index:1;
	display:none;
}






.accordion {
	background-color: #fff;
	cursor: pointer;
	text-align: right;
	font-size: 11px;
	transition: 0.4s;
	height: 25px;
	margin: 0px 14px;
	font-weight: 500;
	line-height: 35px;
	color:#444444;
}

div.panel {
	padding: 0px 14px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	text-align: right;
	font-size: 12px;
	line-height:18px;
}

.accordion_link {
	line-height: 15px;
	width: 100%;
	display: block;
	margin: 6px 0px;
}

.accordion.active, .accordion:hover {
	color: #57a700;
}

.accordion_link:hover {
	color: #57a700;
}

.accordion_link_root:hover {
	color: #ff0000;
}

.accordion_flecha {
	background: url(0_include/template/index/icono/menu_flecha_right.png) right 15px no-repeat;
    padding-right: 8px;
}

.accordion_flecha.active {
	background: url(0_include/template/index/icono/menu_flecha_down.png) right 16px no-repeat;
    padding-right: 8px;
}

.logo {
	margin:15px;
}

#buscar_menu {
	position: absolute;
    right: 5px;
	z-index: 9999;
	top: 27px;
}

.buscar_icon {
	width:24px;
}

#menu_mobile {
	position: absolute;
    width: 90%;
    top: 25px;
    z-index: 99999;
    display: none;
    margin-left: 500px;
    right: 25px;
}

.menu_mobile_boton_txt {
	color: #ff0000;
	font-weight: bold;
	float: right;
	margin-top: 18px;
	font-size: 36px;
	margin-right: 15px;
}

.menu_mobile_boton_icon {
	float:right;
	width:72px;
}

#menu_mobile_popup_contenedor {
	width:100%;
	position:absolute;
	margin-top:78px;
	display:none;
}

#menu_mobile_popup {
	background-color: #ffffff;
	border: solid 1px #e4e4e4;
	border-radius: 15px;
	float: right;
	text-align: right;
	padding-bottom: 30px;
	line-height: 60px;
	box-shadow: 6px 6px 6px #757575;
	width:750px;
}

#carrito_menu {
	position: absolute;
    width: 140px;
    top: 90px;
    z-index: 9999;
	right: 10px;
}

.carrito_boton_txt {
	font-weight:bold;
	font-size:12px;
	text-align:right;
	margin-top: 9px;
	margin-right: 5px;
	float:right;
}

.carrito_boton_icon {
	width:24px;
	height:24px;
	float:right;
}

#carrito_popup_contenedor {
	width:100%;
	position:absolute;
	margin-top:26px;
	display:none;
}

#carrito_popup {
	width: 256px;
	background-color: #ffffff;
	float: right;
	border: solid 1px #e4e4e4;
	border-radius: 15px;
	box-shadow: 6px 6px 6px #757575;
}

.user_menu_saldo {
	border-bottom:1px dotted #dddddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight:bold;
}
.user_menu_saldo_tit {
	font-weight:normal;
}
#user_menu {
	position: absolute;
    width: 140px;
    top: 90px;
    z-index: 9999;
	right: 160px;
}

.user_icon {
	width:24px;
	height:24px;
}

.user_txt {
	font-weight:bold;
	font-size:12px;
	text-align:right;
	margin-top: 9px;
	margin-right: 5px;
	float:right;
}

#user_popup_contenedor {
	width:100%;
	position:absolute;
	margin-top:26px;
	display:none;
}

#user_popup {
	background-color: #ffffff;
	border: solid 1px #e4e4e4;
	border-radius: 5px;
	float: right;
	text-align: right;
	padding: 7px 12px;
	line-height: 20px;
	box-shadow: 2px 2px 2px #757575;
}


#frase {
	position: absolute;
	z-index: 9999;
	margin-left: 315px;
	top: 22px;
	display:block;
}


#buscar_mobile {
	position: absolute;
	z-index: 9998;
	top: 140px;
	left:25px;
	display:none;
}
#buscar_mobile_on {
	position: absolute;
	z-index: 9998;
	top: 140px;
	left:20px;
	display:none;
}
#buscar_txt {
	padding:2px 5px;
	width:250px;
}
.button_left {
	background:#a2a2a2!important;
	color:#ffffff!important;
	border-radius:4px;
	width:160px;
}
a.button_left span {
	background:none!important;
}
.button_left_b {
	background:#ff0000!important;
	color:#ffffff!important;
	border-radius:4px;
	width:160px;
}
a.button_left_b span {
	background:none!important;
}

.fondo_barra {
	width:100%;
	height:40px;
	background:#d30104;
	border-bottom:solid 2px #ffd800;
	position:absolute;
	left:0px;
	top:125px;
}

.top_blanco {
	position:absolute;
	width:100%;
	height:125px;
	top:0px;
	left:0px;
	background:#ffffff;
}

.top_rojo {
	position:absolute;
	width:100%;
	height:40px;
	top:125px;
	left:0px;
	background:#d30104;
}

.top_amarillo {
	position:absolute;
	width:100%;
	height:2px;
	top:165px;
	left:0px;
	background:#ffd800;
}
.carrito_popup_img {
	width:34px;
}


.b_mundial {
	background: #75aadb;
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.logo {
		margin:15px;
		width:450px;
		height:94px;
	}
	#menu_mobile {
		display:block;
	}
	#menu_new {
		display:none;
	}
	#frase {
		display:none;
	}
	.menu_nivel_1_contenedor {
		display:none!important;
	}
	.menu_nivel_2_contenedor {
		display:none!important;
	}
	.menu_nivel_3_contenedor {
		display:none!important;
	}
	#carrito_menu {
		right: 25px;
		width: 300px;
		top: 140px;
	}
	.carrito_boton_txt {
		font-size:36px!important;
		text-align:right;
		margin-top: 20px;
		margin-right: 15px;
		float:right;
	}
	.carrito_boton_icon {
		width:72px;
		height:72px;
	}
	#user_menu {
		left: 200px!important;
		width: 72px;
		top: 140px;
	}
	.user_icon {
		width:72px;
		height:72px;
	}
	#buscar_mobile {
		display:block;
	}
	.buscar_icon {
		width:72px;
	}
	#buscar_menu {
		top: 225px;
		left: 0px!important;
		background: #ffffff;
		width:450px;
		padding:15px;
		display:none;
	}
	#buscar_txt {
		width: 400px;
		font-size:40px!important;
	}
	.user_txt{
		display:none;
		font-size:36px!important;
		margin-top: 27px;
		margin-right: 15px;
	}
	#user_popup {
		float: left;
		text-align: left;
		width: 400px;
		margin-left: -30px;
		border-radius: 15px;
		padding: 21px 36px;
		line-height: 60px;
		box-shadow: 6px 6px 6px #757575;
		font-size: 35px;
	}
	.user_menu_saldo {
		font-size:40px!important;
		line-height: 80px;
		font-weight: bold;
		border-bottom:3px dotted #dddddd;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.user_menu_txt {
		font-size:40px!important;
		line-height: 80px;
		font-weight: bold;
	}
	#user_popup_contenedor {
		margin-top:80px;
	}
	#carrito_popup_contenedor {
		margin-top:78px;
	}
	#carrito_popup {
		width: 750px;
	}
	.titulo_a_grande_rojo {
		font-size:36px!important;
	}
	#carrito_div_producto {
		font-size:36px!important;
	}
        .marco_detalle_segunda_linea
        {
                margin: 20px 0;
                float: left;
        }
	.button_left {
		font-size:36px!important;
		width:680px!important;
		height:40px!important;
		padding:30px 30px 20px 30px!important;
	}
	.button_left_b {
		font-size:36px!important;
		width:680px!important;
		height:40px!important;
		padding:30px 30px 20px 30px!important;
	}

	.fondo_barra {
		display:none;
	}
	.top_blanco {
		height:120px;
		top:0px;
	}

	.top_rojo {
		height:110px;
		top:120px;
		background:#f2f2f2;
	}
	.msj_carrito {
            font-size: 35pt!important;
        }
	.top_amarillo {
		height:2px;
		top:230px;
		background:#e5e5e5;
	}
	.titulo_a_chico {
		font-size:36px!important;
	}
	.subtitulo_a {
		font-size:36px!important;
                width: 740px!important;
                text-align: center;
	}
	.titulo_a_mini {
		font-size:24px!important;
	}
	.titulo_chico_a {
		font-size:36px!important;
	}
	.marco_detalle_primera_linea tr td {
		font-size:28px!important;
	}
	.marco_detalle_segunda_linea tr td {
		font-size:28px!important;
	}
	.carrito_popup_img {
		width:102px;
	}
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front
{
    z-index: 10000;
    width: 263px!important;
    overflow-y: scroll;
    height: 600px;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front .ui-menu-item {
    border-bottom: solid 1px #cacaca;
}

#menu_new {
    padding: 0;
    margin: 0 0 0 28px;
    border: 0;
    z-index: 3;
}

#menu_new ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu_new ul {
    position: relative;
    z-index: 3;
    float: left;
}

#menu_new .panelm {
    visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 500ms;
}

#menu_new ul li {
    float: left;
    line-height: 1em;
    vertical-align: middle;
}


#menu_new ul ul {
    visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 500ms;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    width: 100%;
}

#menu_new ul ul li {
    float: none;
}

#menu_new ul li:hover > ul {
    visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 500ms;
	min-height: 360px;
}

#menu_new ul ul {
    top: 0;
    left: 100%;
}

#menu_new ul ul ul ul{
	max-height: 550px;
  overflow-y: auto;
}

#menu_new ul li {
    float: none;
}

#menu_new {
    width: 285px;
}

#menu_new span, #menu_new a {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
}

#menu_new ul, #menu_new li {
    width: 100%;
}
#menu_new li {
		background: #d30104;
	  color: #fff;
	  border: solid 1px #ffd800;
	  border-bottom: solid 2px #ffd800;
	  border-top: none;
	  min-height: 40px;
}
#menu_new a {
    color: #fff;
    line-height: 160%;
    padding: 10px 28px 9px 28px;
    font-size: 10pt;
}
#menu_new .init {
	left: 0;
  top: 40px;
}
#menu_new ul ul li {
    background: #f6f6f6;
}
#menu_new ul ul li:hover {
    background: #33ab49;
}
#menu_new ul li ul li:hover a {
    color: #fff;
}
#menu_new ul li ul li:not(:hover) a {
    color: #666;
}
#menu_new ul ul li a {
    color: #666;
		width: 80.5%;
}
#menu_new ul ul li ul li {
    background: #f0efef;
}
#menu_new ul ul li ul li ul li {
    background: #e5e5e5;
}
#menu_new ul ul li ul li:hover {
    background: #33ab49;
}
#menu_new ul ul li ul li a:hover a {
    color: #fff;
}
#menu_new .has-sub {
		border: none;
}
#menu_new .has-sub-sin {
	border: none;
}

#menu_new .fa-angle-right {
    float: right;
}

#menu_new .accordion {
  cursor: pointer;
  transition: 0.4s;
}

#menu_new .arrow {
	float: right;
  margin: 20px 10px 0 0;
}
#menu_new .ico-especiales {
  margin: -10px 5px -16px 8px;
}
#menu_new .activo {
	text-decoration: none;
  background: #33ab49;
	color: #fff!important;
}
#menu_new .ico-primer-nivel {
	width: 27px;
	position: absolute;
	margin: 11px 0 0 8px;
}
#menu_new .primer_nivel {
	padding-left: 46px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.modal_menu
{
    position: fixed;
    width: 100%;
    height: 100%;
    /* Web browsers that does not support RGBa */
    background: rgb(0, 0, 0);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.4);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000)";
    /* Below IE7 supported */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000);
    z-index: 2;
    justify-content: center;
    align-items: center;
		display: none;
    top: 166px;
}
.modal_menu.active{
	display: block;
}
#menu_new ul ul a {
		padding-top: 15px;
}

#menu_new ul ul li {
		min-height: 52px;
}
#menu_new ul ul ul ul{
		width: 390px;
    max-height: 330px;
}
@media screen and (max-height : 768px) {
	#menu_new ul ul ul ul{
			width: 390px;
	    max-height: 210px;
	}
	#menu_new ul ul a {
	    padding: 6px 28px 6px 28px;
	}
	#menu_new ul ul li {
	    min-height: 35px;
	}
	#menu_new ul{
	    width: 350px;
	}
	#menu_new .init, #menu_new #focus_menu{
	    width: 285px;
	}
}
.ui-autocomplete{
    width: 291px!important;
}
.ESPECIALES li {
	min-height: 35px!important;
}