@charset "iso-8859-1";
/* CSS Document */
.thumb_cart{
	width:80px;
	height:89px;
	float:left;
}
.tabla-seleccion{
	float:left;
	width:38%;
	margin-right:20px;
}
.tabla_productos{
	width:60%;
	float:left;
	margin-top:22px;
}
.tabla-seleccion td, .tabla-seleccion th, .tabla_productos td, .tabla_productos th{
	text-align:left;
	vertical-align:top;
}
.tabla-seleccion td{
	border:1px solid #999;
}
.tabla_productos th{
	background-color:#f4f4f4;
	padding:4px;
}
.tabla_productos td, .tabla_productos th{
	border-bottom:1px dotted #999;
}