
#MenuClienteBlock
{
	display: inline-block;
}
#MenuClienteRelative
{
	position: relative; 
	width: 100%;
}
#MenuClienteBt
{
	padding: 3px 0px 8px 0px;
	background: linear-gradient(0deg, #cccccc, #ffffff);
	border-radius: 8px;
	height: 40px;
}
#MenuClienteIcon
{
	padding-left: 6px; 
	padding-top: 4px; 
	float: left;
	width: 37px;
}
#MenuClienteLabel
{
	/*font-family: Arial; */
	color: #666666;
	text-align: center;
	font-size: 13px;
	float: left; 
	padding: 10px 0px 0px 10px;
}








@media screen and (max-width: 1200px) 
{
	#MenuClienteBlock
	{
		width: 48.8%;
	}
	#MenuClienteBt
	{
		/*width: 95%;*/
	}
	#MenuClienteLabel
	{
	/*
		width: 50px;
		text-align: left;
		padding: 2px 0px 0px 10px;
		*/
	}
}


@media screen and (min-width: 1201px) and (max-width: 1450px) 
{
	#MenuClienteBlock
	{
		width: 32.8%;
	}
}


@media screen and (min-width: 1451px) and (max-width: 1700px) 
{
	#MenuClienteBlock
	{
		width: 24.6%;
	}
}


@media screen and (min-width: 1701px) and (max-width: 1800px) 
{
	#MenuClienteBlock
	{
		width: 19.7%;
	}
}


@media screen and (min-width: 1801px) 
{
	#MenuClienteBlock
	{
		width: 16.4%;
	}

}
