.sector-masservicios {
    background: #fff none repeat scroll 0 0;
	border: 1px solid #f4f4f4;
	border-radius: 50%;
	display: block;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	padding: 7px;
	width: 120px;
	z-index: 1;
	position: relative;
}
.sector-masservicios:hover {
	filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
	filter: Gray(); /* IE4-8 and 9 */

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sector-masservicios img {
    border-radius: 50%;
	height: 105px;
	width: 105px;

}