@charset "utf-8";
/* CSS Document */

body {
	font-family: "Archivo", sans-serif;
	margin: 0px;
	font-size: 18px;
	line-height: 1.5;
	color: #666;
}
p {
	margin-bottom: 10px;
}
.caja1300 {
	width: 1300px;
	margin-left: auto;
	margin-right: auto
}
.caja900 {
	width: 900px;
	margin-left: auto;
	margin-right: auto
}
#cabecera{
	background-color: #FFF;
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC
}
.logo {
	float: left;
	width: 250px;

}
#botonera{
	text-align: center;
	padding-top: 35px
}
#botonera .bt {
	padding-left: 20px;
	padding-right: 20px
}
#botonera .bt a {
	color: #666;
	text-decoration: none;
	font-size: 17px;
}
#botonera .bt a:hover {
	color: #b72225
}
#idiomas{
	float: right;
	font-size: 15px;
	color: #b72225
}
#idiomas  a {
	color: #999;
	text-decoration: none
}
#idiomas  a:hover {
	color: #666;
}
#idiomas  img {
	width: 20px;
	margin-left: 10px
}
.img_home {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.img_editorial {
	width: 500px;
	float: left;
}
.col_editorial {
	width: 700px;
	float: right;
}
.bloque_libro {
	width: 390px;
	height: 450px;
	border: 1px solid #CCC;
	display: inline-table;
	text-align: center;
	margin: 10px;
	padding: 10px;
	padding-bottom: 20px;
	cursor: pointer
}
div.bloque_libro:hover {
	border: 1px solid #b72225;
}
.bloque_libro .portada {
	width: 390px;
	height: 390px;
	object-fit: contain
}
.bloque_libro .titulo {
	color: #b72225;
	font-size: 20px;
	font-weight: bold
}
#destacados{
	text-align: center;
	padding-top: 60px
}
#pie {
	clear: both;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 20px;
	font-size: 17px
}
#pie a {
	color:#666;
	text-decoration: none;
}
#pie a:hover {
	color:#b72225;

}
#pie img {
	width: 25px;
	margin-left: 5px;
	margin-right: 5px

}
#contenido {
	margin-top: 150px
}
.col_fotos {
	width: 700px;
	float: left
}
.col_fotos img {
	width: 700px;
	margin-bottom: 10px
}
.col_txt {
	width: 530px;
	float: right;
	padding-top: 50px
}
.col_txt .titulo {
	color: #b72225;
	font-size: 25px;
	font-weight: bold
	
}
.col_txt .subtitulo {
	color: #b72225;
	padding-bottom: 5px
}
.col_txt .autor {
	padding-bottom: 20px
}
.col_txt .pesos {
	font-size: 22px
}
.col_txt .euros {
}
.col_txt .descripcion_tecnica {
	border: 1px solid #CCC;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 17px;

}
.col_txt .bt_comprar {
	background-color: #b72225;
	color: #FFF;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 17px;
margin-top: 30px;
	text-align: center;
	cursor: pointer
}
.col_txt div.bt_comprar:hover {
	background-color: #333;

}
.col_fotos .mas_fotos {
	color: #666;
	padding: 10px;
	border: 1px solid #CCC;
	text-decoration: none;
	font-size: 16px
}
.col_fotos a.mas_fotos:hover {
	color: #b72225;

}
.col_libro {
	width: 700px;
	float: left
}
.col_libro img {
	width: 300px;
	float: left
}
.col_libro .datos {
	width: 400px;
	float: left;
	padding-top: 50px
}
.col_libro .datos .titulo {
	color: #b72225;
	font-size: 22px;
	font-weight: bold
	
}
.col_libro .datos .subtitulo {
	color: #b72225;
	padding-bottom: 5px
}
.col_libro .datos .autor {
	padding-bottom: 20px
}
.col_libro .datos .pesos {
	font-size: 20px
}
.col_libro .datos .euros {
}
#compra  {
	margin-top: 40px
}
#compra input, #compra select {
	width: 100%;
	font-family: "Archivo", sans-serif;
	font-size: 18px;
	color: #666;
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 10px
}
::placeholder {
  color: #999; /* Change the color */

}
#seccion  {
	color: #b72225;
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 20px;
	text-align: center
}
.bt_dossier {
	background-color: #b72225;
	color: #FFF;
	padding: 10px;
	font-size: 17px;
margin-top: 100px;
	text-align: center;
	cursor: pointer
}
div.bt_dossier:hover {
	background-color: #333;

}

#caja_banda {
	z-index: 999;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	display: none;
}

#banda{
	z-index: 9999;
	position: fixed;
	background-color: #FFF;
	top: 0;
	width: 400px;
	right: 0;
	height: 100%;
	display: none;
	background-image: url("../img_web/loading.gif");
	background-repeat: no-repeat;
	background-position: center center
}
@media only screen and (max-width:600px) {
#banda{
	width: 100%;
	padding-top: 40px
}
}
#banda iframe{
	height: 1000%; 
	width: 100%; 
	border:none; 
	margin: 0px
}
#caja_blanca_agregar_carrito {
	background-color:#FFF; 
	height: 100%
}
#banda #cerrar_banda{
	padding-right: 20px;
	padding-top: 20px;
	text-align: right
}
#banda #cerrar_banda a{
	font-weight: bold;
	font-size: 18px;
	color:#666;
	text-decoration: none
}
#banda #cerrar_banda a:hover {
	color:#b72225
}
@media only screen and (max-width:600px) {
	#banda #cerrar_banda {
	display: none;
}
}
#login {
float:right;
	padding-right: 30px
}
@media only screen and (max-width:600px) {
#login .ocultar {
display: none
}
#login {
	padding-right: 0px
}
}
#login button.ingresar {
	background-color: #b72225;
	color: #FFF;
	font-family: "Nunito Sans", serif;
	font-size: 13px;
	border: none;
	margin-top: 5px;
	margin-left: 100px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer
}
@media only screen and (max-width:600px) {
#login button.ingresar {
	font-size: 12px;
	margin-top: 12px;
	margin-left: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	padding-right: 0px;
	cursor: pointer;
	width: 100%;

}
}

#login button.ingresar:hover {
	background-color: #666;
}
#login .ico_carrito {
	float: left;
	margin-left: 50px;
	margin-right: 20px;
	cursor:pointer
}
@media only screen and (max-width:600px) {
#login .ico_carrito {
	margin-left: 0px;
	margin-top: 10px;
	float: right;
}
}
#desplegable_perfil {
margin-left: -180px;
	width: 200px;
	position: absolute;
	z-index: 999999999;
	padding-top: 20px;
	cursor:pointer
}
#desplegable_perfil .triangulo {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F2F2F2;
	right:0 ;
	color: #F2F2F2;
	margin-left: 180px
}
#desplegable_perfil .caja{
	background-color: #FFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
#desplegable_perfil .caja .bt{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 1px;
	background-color: #F2F2F2;
	font-size: 14px
}
#desplegable_perfil .caja div.bt:hover{
	color: #b72225
}
#desplegable_perfil .caja .bt_cerrar{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #b72225;
	font-size: 14px;
	color: #FFF
}
#desplegable_perfil .caja div.bt_cerrar:hover {
	background-color: #666;
}
.c_producto .caja_foto {
	text-align: center
}
.c_producto .foto {
	width: 220px;
	height: 220px;
	object-fit: contain;
}
.c_producto .info {
	font-size: 13px;
	color: #999;
	padding-top: 10px
}
.c_producto .titulo {
	font-weight: bold;
	font-size: 17px;
	color: #000;
}
.c_producto .precio {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#333
}
.c_producto .total {
	font-size: 16px;
	padding-top: 20px;
	color:#333
}
.c_producto .total .monto{
	float: right;
	font-weight: bold;
	font-size: 18px
}
#botones_banda {
	position: fixed;
	z-index: 99999999999;
	bottom:0;
	right: 0;
	padding: 30px;
	width: 340px
}
#bt_carrito_banda {
	padding: 10px;
	background-color: #999;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	width: 320px;
	cursor: pointer
}
div#bt_carrito_banda:hover {
	background-color: #333;
}
#bt_continuar_banda {
	padding: 10px;
	background-color: #b72225;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	cursor: pointer;
	width: 320px
}
div#bt_continuar_banda:hover {
	background-color: #666;
}

.tabla_carrito {
	width: 780px;
	font-size: 15px;
	color: #666;
}
@media only screen and (max-width:620px) { 
.tabla_carrito {
	width: 100%;
	font-size: 13px
}
}
.tabla_carrito td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 5px;
	text-align: center;
}
.tabla_carrito .subt {
	width: 120px
}
@media only screen and (max-width:620px) { 
.tabla_carrito .subt {
	width: 90px
}
}
.tabla_carrito .datos_responsive {
	display:none
}
.tabla_carrito .datos_responsive .gris{
	color: #999;
}
@media only screen and (max-width:620px) { 
.tabla_carrito .ocultar {
	display: none
}
.tabla_carrito .datos_responsive {
	display:block;
	padding-top: 5px
}
}
.tabla_carrito .foto {
	height: 60px;
	width: 60px;
	object-fit: contain
}
@media only screen and (max-width:620px) { 
.tabla_carrito .foto {
	height: 40px;
	width: 40px;
	object-fit: contain
}
	.tabla_carrito .peque {
		font-size: 12px

}
}
.tabla_carrito .titulo {
	border-bottom-color: #999;
	font-size: 16px;
	color: #b72225;
	text-align: center;
}
.tabla_carrito .subtotal {
	background-color: #E8E8E8;
}
.tabla_carrito .promo {
	color: #C30;
}

.tabla_carrito .producto {
	text-align: left;
}
.tabla_carrito .canti {
	font-family: 'Hind Siliguri', sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	width: 50px;
	border: 1px solid #CCC;
	margin-bottom: 3px;
}
@media only screen and (max-width:620px) { 
.tabla_carrito .canti {
	font-size: 12px;
}
}
.tabla_carrito .bt {
	font-size: 12px;
	color: #FFF;
	background-color: #999;
	padding-right: 5px;
	padding-left: 5px;
	cursor: pointer;
	border: 1px solid #999;
}
.tabla_carrito input.bt:hover {
	background-color: #666;
}
.tabla_carrito .subtotal2 {
	color: #666;
	background-color: #E8E8E8;
	font-weight: bold;
	line-height: 40px;
}
.tabla_carrito .oferta {
	color: #b72225;
}

.tabla_carrito .total {
	color: #FFF;
	background-color: #b72225;
	font-weight: bold;
	line-height: 40px;
}
.tabla_carrito div {
	padding-bottom: 2px;
	padding-top: 2px;
}
.tabla_carrito .eliminar {
	color: #333;
	text-decoration: none;
	font-weight: bold
	
}
.tabla_carrito a.eliminar:hover {
	color: #b72225;
}
.carrito_continuar {
	text-align: center;
	padding-top: 30px
}
.carrito_continuar .bt_vaciar {
	background-color: #999;
	color:#FFF;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px
}
.carrito_continuar a.bt_vaciar:hover {
	background-color: #666;
}
.col_carrito {
	float:left
}
.col_carrito_der {
	float:right;
	padding-top: 40px;
	text-align:center;
	width: 370px
}

@media only screen and (max-width:620px) { 
.col_carrito {
	float:none
}	
.col_carrito_der {
	float:none;
	width: 100%;
	padding-top: 60px;
	clear: both
}
.col_carrito_der.historial {
	padding-top: 0px;
	padding-bottom: 40px;

}	
}