<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.cabCesta {
	background-color: Gray;
	padding: 10px;
	color: White;
	margin-bottom: 5px;
	height: 25px;
}

table.carrito {
	color: Gray;
	margin-bottom: 5px;
	height: 25px;
}

table.boxLogin {
	font-family: Verdana, Arial, Verdana;
	font-size: 10px;
	color: Gray;
	margin-bottom: 5px;
	border: 1px solid Gray;
	height: 200px;
	background-color: #F3F3F3;
}

img.fotoMini {
	border: 1px solid Silver;
}

.superlt {
	font-family: Arial, Verdana;
	font-size: 9px;
	color: #0485b0;
}

.oferta {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: Red;
}

.precio {
	font-family: Arial, Verdana;
	font-size: 24px;
	color: #0485b0;
}

.precioDec {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #0485b0;
}

.precioLt {
	font-family: Arial, Verdana;
	font-size: 20px;
	color: #0485b0;
}

.precioDecLt {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #0485b0;
}

.precioTachado {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: Red;
	text-decoration: line-through;
}

a.linkCesta1 {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #0379a0;
	text-decoration: none;
}

a.linkCesta1:hover {
	text-decoration: underline;
}

input.botonCesta1 {
	background: url(../../images/tienda/btnCesta1.jpg);
	border: none;
	font-family: Verdana, Arial, Verdana;
	font-size: 12px;
	color: White;
	width: 150px;
	height: 25px;
}

input.botonCesta2 {
	background: url(../../images/tienda/btnCesta2.jpg);
	border: none;
	font-family: Verdana, Arial, Verdana;
	font-size: 12px;
	color: White;
	width: 150px;
	height: 25px;
}

input.botonCesta1LT {
	background-color: #6e6e6e;
	border: none;
	font-family: Verdana, Arial, Verdana;
	font-size: 11px;
	color: White;
	width: 120px;
	height: 21px;
}

input.botonCesta2LT {
	background-color: #0181c0;
	border: none;
	font-family: Verdana, Arial, Verdana;
	font-size: 11px;
	color: White;
	width: 120px;
	height: 21px;
}

input.botonCesta1LTx {
	background-color: #6e6e6e;
	border: none;
	font-family: Verdana, Arial, Verdana;
	font-size: 11px;
	color: White;
	width: 105px;
	height: 21px;
}

input.botonCesta2LTx {
	background-color: #0181c0;
	border: none;
	font-family: Verdana, Arial, Verdana;
	font-size: 11px;
	color: White;
	width: 105px;
	height: 21px;
}

input.inputComprar {
	border: 1px solid Gray;
	font-family: Verdana, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	color: #0081bf;
	width: 40px;
}

input.inputNumBolsas {
	border: 1px solid Gray;
	font-family: Verdana, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 2px;
	color: #0081bf;
	width: 40px;
}

table.verificacionGlobal {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 11px;
    color: #10344A;
    border: 1px solid #5D5C57;
    padding: 5px;
    background-color: #F3F3F3;
}

table.verificacionGlobalImportante {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width: 100%;
    font-size: 11px;
    color: #658622;
    border: 1px solid #5D5C57;
    padding: 10px;
    background-color: #E1F0C1;
    font-weight: bold;
    text-align: center;
    line-height: 15px;
}

#cartFormasEnvio {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: Gray;
    border: 1px solid Silver;
    padding: 5px;
    background-color: #f3f3f3;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

div.boxProductoOferta {
	width: 170px;
	border: 1px solid #d3d3d3;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #FFF;
}</pre></body></html>