.obj {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 2px;
	font-size: 10px;
	background: linear-gradient(
			to top, 
			hsla(0, 0%, 80%, 80%),
			hsla(0, 0%, 95%, 80%),
			hsla(0, 0%, 80%, 80%)
			);
	border-radius: 4px;
	box-shadow: 1px 1px 2px hsla(0, 0%, 60%, 80%);
	position: relative;
	text-wrap: nowrap;
	color: hsla(0, 0%, 38%, 90%);
 }

.obj-cod {
	padding: 1px;
	margin-right: 2px;
	font-weight: 400; 
    padding: 1px;
    border-radius: 3px;
    box-shadow: 1px 1px 1px hsla(0, 0%, 20%, 80%);
 }

.obj-nombre {
	font-size: 11px;
	font-weight: 100;
 }
