#productoscarrito{
	font-family:Arial;
	font-style:normal;
	font-size:12px; color:rgb(0,0,0);	
	width:100%;
}
#productoscarrito .filatitulo{
	font-size:14px;
	background:#dfdfdf;
	text-align:center;
	font-weight:bold;
}
#productoscarrito .claro{	
	background-color:rgb(240,240,240);
	color:#333333;
}
#productoscarrito .seleccionado{	
	background-color:#333333;
	color:rgb(255,255,255);	
}
#productoscarrito .oscuro{	
	background-color:rgb(255,255,255);	
	color:#333333;
}
#productoscarrito .columnaleft{
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
}
#productoscarrito .columnacenter{
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
#productoscarrito .inputcantidad{
	width:40px;
	text-align:right;
}
#productoscarrito .inputsubtotal{
	width:70px;
	text-align:right;
}
#productoscarrito .filatotal{
	background-color:#dfdfdf;
	font-size:14px;
}
#productoscarrito a{
	color:#000;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	margin-left:5px;
	text-decoration:none;
}
#productoscarrito a:hover{
	color:rgb(255,153,0);
	text-decoration:underline;
}
