<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img{
	max-width:100%;
}	
.variableGeneral{
	display:none;
}
.inputSelect{
	background: transparent;
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #b7b7b7;
	width: 100%;
	margin-top:5px;
}
#logoPrincipal{
	height:62px;
	width:auto;
}
@media (max-width: 768px) {
	#logoPrincipal{
		height:auto;
		width:100%;
	}
}
.imgCategoria{
	display:block;
	height:95px;
	margin:0px auto;
}
@media (max-width: 767px) {
	.imgCategoria{
		height:75px;
		margin:0px auto;
	}
}
.imgProducto{
	cursor:pointer;
}
.descripProducto{
	height:65px;
	margin:0px;
}
@media (min-width: 767px) {
	.descripProducto{
		height:65px;
		margin:0px;
	}
}
.importetotProducto{
	width:97%;
	height:20px;
	text-align:right;
	font-weight:bold;
	font-size:15px;
	margin:4px;
	clear:both;
}
h5{
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#botoneraCarritoLogin{
	height:auto;
	margin-bottom:auto;
}
.ir-arriba {
	display:none;
	padding:15px;
	background:#3C4493;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
	z-index:1;
}

@media screen and (max-width: 860px) {
	.inputSelect{
		padding: 2px 4px;
	}
	.imgProducto{
		height:auto;
	}
	#botoneraCarritoLogin{
		width:100%;
		height:auto;
		margin-bottom:3px;
	}
	.col-sm-4{
		clear:both;
	}
}</pre></body></html>