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;
}

.precio {
	font-family: Arial, Verdana;
	font-size: 24px;
	color: #fa7408;
}

.precioDec {
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #fa7408;
}

.precioLt {
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #fa7408;
}

.precioDecLt {
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #fa7408;
}

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/btnCesta1.jpg);
	border: none;
	font-family: Verdana, Arial, Verdana;
	font-size: 12px;
	color: White;
	width: 150px;
	height: 25px;
}

input.botonCesta2 {
	background: url(../../images/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.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;
}

#cartDestinos {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #658622;
    border: 1px solid #5D5C57;
    padding: 10px;
    background-color: #E1F0C1;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}