table.cabCesta {
	background-color: Gray;
	padding: 10px;
	color: White;
	margin-bottom: 5px;
	height: 25px;
}

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

table.atributosBolsa {
	font-family: Verdana, Arial, Verdana;
	font-size: 10px;
	color: Green;
	margin-bottom: 5px;
	height: 25px;
}

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

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

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

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

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

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;
}