.busqueda_lupa {
	font-size: 36px;
}
.caja_carrito {
	width: 100%;
	height: 700px;
}
/* ficha del libro */
.libro_detalle {
	float: left;
	width: 68%;
	/* background-color:#CCCC99; /* quitar */
}
.foto_movil {
	display: none;
	clear: both;
}
.img_movil {
	margin: 0 auto;
	width: 100%;
	border: 1px solid #999999;
	/* max-width: 300px; */
	-webkit-box-shadow: 0px 0px 62px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 62px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 62px -15px rgba(0,0,0,0.75);
}
.foto_desktop {
	float: right;
	display: block;
	width: 30%;
}
.img_desktop {
	width: 100%;
	border: 1px solid #999999;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);	
	/*	
	-webkit-box-shadow: 0px 0px 62px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 62px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 62px -15px rgba(0,0,0,0.75);
	*/
}

.libro_titulo_atributo {
}
.libro_link_atributo {
	text-decoration: none;
	font-weight: bold;
}
.libro_link_atributo:hover {
	color: #333333;
}

.solapa {
	float: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 3px solid #999999;
	background-color: #FFFFFF;
	margin-right: 5px;
	z-index: 10;
}
.solapa_activa {
	float: left;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 3px solid #59c6bc; /* j3Color_Institucional; */
	background-color: #F3F3F3;
	margin-right: 5px;
	z-index: 10;
}
.solapa_link {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.detalle_solapa {
	clear: both;
	display: none;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #F3F3F3;
}
.libro_sumario {
	clear: both;
}
.libro_detalles {
	float: left;
}
.especificaciones {
	float: right;
}
.atributo_tabla {
	padding: 0;
	margin: 0;
	background-color: #999999;
}
.atributo_titulo {
	margin: 0;
	padding: 3px;
	background-color: #FFFFFF;
	text-align: left;
	border-bottom: 1px solid #666666;
}
.atributo_dato {
	margin: 0;
	padding: 3px;
	padding-right: 10px;
	padding-left: 14px;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}
.atributo_separador {
	padding: 0px;
	margin: 0px;
	background-color: #666666;
	height: 1px;
	max-height: 1px;
}
.link_icono_compra {
	text-decoration: none;
	 font-weight: bold;
	font-size: 24px;
}
.link_icono_compra:hover {
	color: #333333;
}
.icono_aviso {
	font-size: 24px;
	font-weight: 400;
	color: #FFCC00;
	text-decoration: none;
}
.txt_aviso {
}


.caja_autor_biografia {
	clear: both;
}
.interior_autor {
	margin: 10px;
	display: table;
}
.caja_foto_autor {
	float: left;
}
.foto_autor {
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	max-height: 200px;
	-webkit-box-shadow: 0px 0px 62px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 62px -15px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 62px -15px rgba(0,0,0,0.75);
}
.titulo_autor {
	font-size: 16px;
	font-weight: bold;
}

.caja_logo_libreria {
	float: left;
	margin: 5px;
}
.img_logo_libreria {
	height: 120px;
	min-height: 120px;
	max-height: 120px;
	border: 1px solid #CCCCCC;
}

@media (max-width: 600px) {
	.libro_detalle {
		width: 100%;
	}
	.foto_movil {
		display: block;
	}
	.foto_desktop {
		display: none;
	}
	.caja_foto_autor {
		clear: both;
		float: none;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.especificaciones {
		float: none;
		clear: both;
	}
	.libro_especificacion_table {
		width: 100%;
	}
	.caja_foto_autor {
		clear: both;
		float: none;
		width: 100%;
	}
}



/* pie */
.pie_columna {
	width: 25%;
	text-align: left;
}
.pie_columna_fijo {
	clear: both;
	width: 100%;
	margin-top: 4px;
}
.pie_separador {
	
}
.pie_titulo {

}
.pie_texto {

}
.pie_separador_fijo {
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	color: #CCCCCC;
	font-size: 12px;
}
.pie_titulo_fijo {
	float: left;
	font-weight: 700;
	font-size: 14px;
}
.pie_texto_fijo {
	float: left;
	font-size: 14px;
}
.pie_link_titulo {
	font-size: 14px;
}
.pie_link_titulo:hover {
	color: #CCCCCC;
	
}
.pie_link {
	font-size: 14px;
}
.pie_link:hover {
	color: #CCCCCC;
}








