#txtSemaphore{
	font-weight: bold;
	margin-top: 5px;
	color: #000;
}
#txtSemaphore.no_stock{
	color: red;
}
#idSemaphore{
	margin-top: 5px;
	width: 55px;
}
#content-semaphore{
	width: 90%;
	height: 90%;
	overflow: hidden;
}
#content-sem-img{
	float: left;
	width: 20%;
	height: 50%;
}
#content-sem-txt{
	float: left;
	width: 50%;
	height: 50%;
	padding-top:5%;
	margin-left: 4%;
}
#txtSemaphore{
	display: inline;
}