
.contenedor{
	width: 50%;

}
.contenedor path {
	fill: #A7A7A7;
	stroke: #ffffff;
	stroke-width: 1px;
}
.contenedor :hover{
	fill: #fd4c05;
}