#principal {
	width:100%;
	float:left;
	margin:6px;
	/*margin-left: 12px;
	margin-right:12px;*/
	
	/*border-right: 1px dashed #dcdddf;*/
	border-left: 1px dashed #dcdddf;
}

#marco {
	
	margin-left:10px;
	margin-right:10px;	
}

.texto_historia_cz {
	margin-left: 9px;
	margin-top: 10px;
	margin-right: 9px;
}

#contenido_carrito {
	/*clear: both;*/
	/*height: 320px;*/
	margin: 0 auto;
	font-family: Verdana;
	font-size:  0.9em;
}

.contenedor_producto {
	overflow: auto;	
	margin-left: 9px;
	margin-top: 14px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #dcdddf;
}

.imagen_formato {
	float: left; 
	width: 100px;	
}

.nombre_producto {
	float: left;
	width: 390px;
}
.precio_producto {
	float: left;
	width: 63px;
}
.aspa_producto {
	float: left;
	width: 7px;
	margin-right: 2px;
	text-align: right;
	font-weight: bold;
}
.cantidad_producto {
	float: left;
	width: 35px;
	margin-left: 3px;
}
.subtotal_producto {
	float: left;
	width: 75px;
}
.campo_unidades {
	width: 30px;
	border: 1px #000000 solid;		
}

.borrar_producto {
	float: left;
	width: 24px;
	margin-left: 8px;
}

.imagen_borrar {
	cursor: pointer;	
}

#precio_total {
	text-align: right;
	margin-top: 10px;
	margin-right: 65px;
	font-size:  1.1em;
	font-weight: bold;
}

#boton_comprar {
	text-align: right;
	margin-right: 17px;	
}


