/* CSS Document */

.DivItemContenedor{
	width: 200px; 
	border: 1px solid gray; 
	float: left; 
	overflow: hidden; 
	margin-left: 30px; 
	margin-right: 0px;
	margin-top: 10px;
}
.DivItem{
	width: 100%; 
	overflow: hidden;
	position: relative;
}
.DivItemImg{
	height: 200px;
}
.DivItemCodigo{
	height: 20px; 
}
.DivItemNombre{
	height: 20px;
}
.DivItemImportacion{
	height: 35px; 
	font-size: 14px;
}
.DivItemStock{
	
}