@charset "iso-8859-1";
/* CSS Document */

.carritoVacio {
	text-align:center;
	text-transform: uppercase;
	font-family: 'league_gothic';
	font-size: 2.5em;
	color: #2b2a2a;
	margin: 1.5em 0 0 0;
	display: none;
}

.topTable {
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
	height: 2em;
	border-bottom: 1px solid #aaa;
}

.contentTable {
	font-size: 0.6875em;
	text-transform: uppercase;
	height: 2.5em;
}

.btnEliminar {
	display: block;
	position: relative;
	top: 0.5em;
}

.btnEliminar:hover {
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.bottomTable {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: bold;
	height: 3em;
	border-top: 1px solid #aaa;	
}

.bottomTable td {
	padding: 0.75em 0 0 0;
}

.txtQtyItems {
	font-size: 0.825em;
	font-weight: normal;
	line-height: 1.25em;
}

.cierrePedido {
	padding: 1em 0 0 0;
	
}

.botonesCarritoCompras {
	position: absolute;
	right: 0;
	padding: 1em 0 0 0;
}
	
.botonesCarritoCompras a {
	/*display: block;*/
	border: 0;
	background-color: #7e7070;
	color: #fff;
	padding: 0.25em 0.5em;
	font-family: 'league_gothic', sans-serif;
	font-size: 1.25em;
	margin: 0.5em 0 0.25em auto;
	text-transform: uppercase;
	/*cursor: pointer;*/
}

.botonesCarritoCompras a:hover {
	background-color: #4e4040;
}

.formularioCarrito {
	border: 1px solid #aaa;
	padding: 1em;
	margin: 0 0 2em 0;
}

.datoFormularioCarrito {
	float: left;
	margin: 0 1em 1em 0;
}

.datoFormularioCarrito p {
	text-transform: uppercase;
	font-size: 0.75em;
	margin: 0 0 0.5em 0;
}

.campoTextoFormCarrito {
	border: 1px solid #2b2a2a;
	width: 14em;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #2b2a2a;
	font-size: 1em;
	background-color: transparent;
	padding: 0.25em;
	font-weight: bold;
}

.etiquetaFormCarrito {
	font-size: 0.7em;
	text-transform: uppercase;
}

.noFloat {
	float: none !important;
	margin: 0 0 0.25em 0 !important;
	clear: both;
}

.carritoCompras {
	margin: 0 0 4.5em 0;	
}

.txtGastosEnvio {
	font-size: 0.7em !important;
	font-weight: normal !important;
	line-height: 1.5em;
}

.txtFinalCarrito {
	font-size: 0.7em;
	text-align: center;
	margin: 0 0 2em 0;
	text-transform: uppercase;	
}

