.productos {
    display: none;
    position: absolute;
    z-index: 999;
    background-color: white;
	-webkit-box-shadow:  0 14px 30px -3px rgba(30,30,30,.2);
	        box-shadow: 0 14px 30px -3px rgba(30,30,30,.2);
    -webkit-box-align: start;
       -ms-flex-align: start;
          align-items: flex-start;
    -ms-flex-line-pack: center;
         align-content: center;
    width: calc(100% - 18px);
    height: 570px;
    border-top: 1px solid #eee;
}
@media screen and (min-width: 768px) {
	.productos {
	    min-width: 650px;
	}
}
.producto_busqueda {
	width: 160px;
	height: 255px;
	margin-left: 2px;
	padding: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	   -ms-flex-direction: column;
	       flex-direction: column;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
	overflow: hidden;
}
.producto_busqueda:hover {
	background-color: #F7F7F7;
}
.producto_busqueda span {
	text-align: center;
}
.producto_busqueda a {
	margin-top: 5px;
	text-align: center;
}
.menu_salir {
	background-color: #B8CFE3;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
       -ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0px 1px #D9D9D9;
	        box-shadow: 0px 1px #D9D9D9;
	margin-bottom: 1px;
    font-size: 16px;
    font-weight: 500;
}
.menu_salir a.ocultar_menu:hover {
	opacity: 0.5;
}
#libros_busqueda {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	   -ms-flex-align: start;
	      align-items: flex-start;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 540px;
}
.imagen_sugerencia {
	height: 165px;
	overflow: hidden;
}
.imagen_sugerencia img {
	max-height: 100%;
	max-width: 100%;
}
.imagen_sugerencia_no_disponible {
	position: relative;
	top: 25%;
	transform: translateY(-25%);
}
#columna_busqueda {
	height: 570px;
	width: 25%;
	background-color: #ffe6e6;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 4px 18px;
	overflow-y: auto;
}
#columna_busqueda .menu_salir {
	text-align: center;
	display: block;
	height: 29px;
}
#columna_busqueda > div {
	margin-bottom: 0px;
}
#columna_busqueda p {
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
#columna_busqueda h3 {
	background-color: #04488A;
	color: white;
	cursor: auto;
	font-size: 11px;
	font-weight: bold;
	padding-left: 16px;
	margin: 5px 0;
}
#columna_busqueda li {
	text-decoration: none;
	list-style: none;
}
#columna_busqueda li.selected a {
	color: #FFFFFF;
	background-color: #a2b3db;
	/* -webkit-border-radius: 4px; */
	padding: 4px 8px;
	line-height: 1em;
	width: 100%;
	display: inline-block;
}
#columna_busqueda a {
	text-decoration: none;
	cursor: pointer;
	color: #455678;
	text-decoration: none;
	font-size: 11px;
	background-position: 1px -3px;
}
#columna_busqueda a:hover {
	text-decoration: none;
}
.nombre_sugerencia {
	color: #333;
	font-weight: 600;
	font-size: .76rem;
	text-transform: uppercase;
	margin: 10px 0 2px 0;
}
.contenido_sugerencias {
	width: 75%;
}


/* New */
.menu_salir {
	background-color: #fff;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	   -ms-flex-pack: justify;
	justify-content: space-between;
	font-size: .8rem;
	padding: 6px 11px 4px 22px;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-align: center;
	   -ms-flex-align: center;
	      align-items: center;
}
.producto_busqueda .product-title {
    font-size: .74rem;
    margin-bottom: 3px;
}
.producto_busqueda {
    width: 24%;
}
.ocultar_menu {
	font-size: 1.4rem;
	color: #c5cff7;
	line-height: 1em;
	text-decoration: none;
}
.ocultar_menu:hover,
.ocultar_menu:focus {
	text-decoration: none;
	color: #eee;
}
#libros_busqueda {
    height: 534px;
}
.producto-info {
 	text-align: center;
}


/* Responsive */
@media screen and (max-width: 768px) {
	.productos {
	    width: calc(100% - 10px);
	}
}

@media screen and (max-width: 580px) {
	#columna_busqueda {
		display: none;
	}
	.contenido_sugerencias {
	    width: 100%;
	}
	.producto_busqueda {
	    width: 100%;
	    height: auto;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	       -ms-flex-direction: row;
	           flex-direction: row;
		text-align: left;
		border-bottom: 1px solid #eee;
	}
	.imagen_sugerencia {
    	height: auto;
	}
	.producto_busqueda {
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	       -ms-flex-direction: row;
	           flex-direction: row;
	}
	.producto-info {
	    padding-left: 18px;
	    text-align: left;
	}
	.producto_busqueda a {
	    text-align: left;
	}
	.imagen_sugerencia img {
	   	max-height: 68px;
	}
	.menu_salir {
	    padding: 6px 11px 4px 14px;
		background-color: #eff6f9;
	}
}